svn commit: samba r2794 - in branches/SAMBA_4_0/source/ntvfs: . posix unixuid

2004-10-02 Thread tridge
Author: tridge Date: 2004-10-03 06:46:29 + (Sun, 03 Oct 2004) New Revision: 2794 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/ntvfs&rev=2794&nolog=1 Log: a very simple version of the unixuid NTVFS pass-thru module. In conjunction with the pos

svn commit: lorikeet r85 - in trunk/samba4-ad-thesis: . capture-ps

2004-10-02 Thread abartlet
Author: abartlet Date: 2004-10-03 06:45:41 + (Sun, 03 Oct 2004) New Revision: 85 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=lorikeet&path=/trunk/samba4-ad-thesis&rev=85&nolog=1 Log: Add information on how this process was traced (the use of VMWare, Ethereal). More work on DRSU

svn commit: samba r2793 - in branches/SAMBA_4_0/source/auth: .

2004-10-02 Thread tridge
Author: tridge Date: 2004-10-03 06:40:40 + (Sun, 03 Oct 2004) New Revision: 2793 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/auth&rev=2793&nolog=1 Log: fixed the handling of primaryGroupID in auth_sam. There were two bugs, the first was it d

svn commit: samba r2792 - in branches/SAMBA_4_0: . source/ldap_server source/lib source/lib/ldb/common source/lib/ldb/include source/rpc_server/common source/rpc_server/netlogon source/rpc_server/samr

2004-10-02 Thread tridge
Author: tridge Date: 2004-10-03 06:39:19 + (Sun, 03 Oct 2004) New Revision: 2792 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0&rev=2792&nolog=1 Log: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(), so talloc now doesn't contain

svn commit: samba r2791 - in branches/SAMBA_4_0: . source/include source/lib source/torture/local

2004-10-02 Thread tridge
Author: tridge Date: 2004-10-03 00:04:30 + (Sun, 03 Oct 2004) New Revision: 2791 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0&rev=2791&nolog=1 Log: got rid of talloc_unreference() and instead created talloc_unlink(), which is much clearer and simple

svn commit: samba r2790 - in branches/SAMBA_4_0/source/scripting/swig: .

2004-10-02 Thread tpot
Author: tpot Date: 2004-10-02 23:35:50 + (Sat, 02 Oct 2004) New Revision: 2790 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/scripting/swig&rev=2790&nolog=1 Log: Add code to generate WERROR exceptions. Arrange inclusion of autogenerated inter

svn commit: samba-web r366 - in trunk/devel: .

2004-10-02 Thread deryck
Author: deryck Date: 2004-10-02 22:06:49 + (Sat, 02 Oct 2004) New Revision: 366 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-web&path=/trunk/devel&rev=366&nolog=1 Log: Updating current release info on devel page. This needs better wording, but at least the info is current

svn commit: samba r2789 - in branches/SAMBA_4_0/source/ntvfs/posix: .

2004-10-02 Thread idra
Author: idra Date: 2004-10-02 15:28:16 + (Sat, 02 Oct 2004) New Revision: 2789 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/ntvfs/posix&rev=2789&nolog=1 Log: fix compile Modified: branches/SAMBA_4_0/source/ntvfs/posix/pvfs_qfileinfo.c

svn commit: samba r2788 - in branches/SAMBA_4_0/source/ntvfs/posix: .

2004-10-02 Thread tridge
Author: tridge Date: 2004-10-02 13:29:20 + (Sat, 02 Oct 2004) New Revision: 2788 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/ntvfs/posix&rev=2788&nolog=1 Log: prevent a memory leak in the pvfs search backend Modified: branches/SAMBA_4

svn commit: samba r2787 - in branches/SAMBA_4_0/source: libcli torture

2004-10-02 Thread tridge
Author: tridge Date: 2004-10-02 12:30:02 + (Sat, 02 Oct 2004) New Revision: 2787 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source&rev=2787&nolog=1 Log: force masktest to use RAW_SEARCH_BOTH_DIRECTORY_INFO so it can obtain the short name Modifi

svn commit: samba r2786 - in branches/SAMBA_4_0/source/ntvfs/posix: .

2004-10-02 Thread tridge
Author: tridge Date: 2004-10-02 12:25:02 + (Sat, 02 Oct 2004) New Revision: 2786 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/ntvfs/posix&rev=2786&nolog=1 Log: - match on both long and short name for search posix backend - a final name compo

svn commit: samba r2785 - in branches/SAMBA_4_0/source/torture: .

2004-10-02 Thread tridge
Author: tridge Date: 2004-10-02 12:18:59 + (Sat, 02 Oct 2004) New Revision: 2785 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/torture&rev=2785&nolog=1 Log: call init_iconv() in smbtorture to ensure we have no memory allocated when a test star

svn commit: samba r2784 - in branches/SAMBA_4_0/source/smb_server: .

2004-10-02 Thread tridge
Author: tridge Date: 2004-10-02 12:16:46 + (Sat, 02 Oct 2004) New Revision: 2784 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/smb_server&rev=2784&nolog=1 Log: - fixed alignment of ascii directory listings - fixed minimum parameter size for a

svn commit: samba r2783 - in branches/SAMBA_4_0/source: lib smb_server

2004-10-02 Thread tridge
Author: tridge Date: 2004-10-02 12:14:23 + (Sat, 02 Oct 2004) New Revision: 2783 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source&rev=2783&nolog=1 Log: got rid of the unused remote architecture detection code Modified: branches/SAMBA_4_0/sou

svn commit: samba r2782 - in branches/SAMBA_4_0/source/librpc/idl: .

2004-10-02 Thread tpot
Author: tpot Date: 2004-10-02 11:58:35 + (Sat, 02 Oct 2004) New Revision: 2782 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/librpc/idl&rev=2782&nolog=1 Log: Reformat IDL for winreg_EnumValue() Modified: branches/SAMBA_4_0/source/librpc/id

svn commit: samba r2781 - in branches/SAMBA_4_0/source: librpc/idl scripting/swig/torture

2004-10-02 Thread tpot
Author: tpot Date: 2004-10-02 11:26:58 + (Sat, 02 Oct 2004) New Revision: 2781 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source&rev=2781&nolog=1 Log: Got winreg_EnumValue() working. Check it in so I don't break it trying to clean it up. (-: Mo

svn commit: samba r2780 - in branches/SAMBA_4_0/source/scripting/swig: .

2004-10-02 Thread tpot
Author: tpot Date: 2004-10-02 11:22:20 + (Sat, 02 Oct 2004) New Revision: 2780 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/scripting/swig&rev=2780&nolog=1 Log: Add conversion routines for DATA_BLOB. I'm not convinced that DATA_BLOB's should

svn commit: samba r2779 - in branches/SAMBA_3_0/source/nsswitch: .

2004-10-02 Thread abartlet
Author: abartlet Date: 2004-10-02 11:11:49 + (Sat, 02 Oct 2004) New Revision: 2779 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_3_0/source/nsswitch&rev=2779&nolog=1 Log: Some fixes to pam_winbind.c.: Allow 'require_membership_of' and 'require-membershi

svn commit: samba-docs r241 - in trunk/smbdotconf/winbind: .

2004-10-02 Thread abartlet
Author: abartlet Date: 2004-10-02 10:46:53 + (Sat, 02 Oct 2004) New Revision: 241 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-docs&path=/trunk/smbdotconf/winbind&rev=241&nolog=1 Log: Explain that winbind does not cache authentication requests. Andrew Bartlett Modified:

svn commit: samba-docs r240 - in trunk/manpages: .

2004-10-02 Thread abartlet
Author: abartlet Date: 2004-10-02 10:46:13 + (Sat, 02 Oct 2004) New Revision: 240 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-docs&path=/trunk/manpages&rev=240&nolog=1 Log: Add a note warning against the use of wbinfo -a for authenticacation (ntlm_auth is for that). Andre

svn commit: samba-docs r239 - in trunk/manpages: .

2004-10-02 Thread abartlet
Author: abartlet Date: 2004-10-02 10:44:54 + (Sat, 02 Oct 2004) New Revision: 239 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-docs&path=/trunk/manpages&rev=239&nolog=1 Log: Add links to squid, and mod_ntlm_winbind. Add information on how the ntlmssp-client-1 protocol is s

svn commit: samba r2778 - in branches/SAMBA_3_0/source/lib: .

2004-10-02 Thread tridge
Author: tridge Date: 2004-10-02 09:14:43 + (Sat, 02 Oct 2004) New Revision: 2778 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_3_0/source/lib&rev=2778&nolog=1 Log: merged the new samba4 ms_fnmatch code to Samba3. Thanks to Rusty Russel for some help in d

svn commit: lorikeet r84 - in trunk/samba4-ad-thesis: . capture-ps

2004-10-02 Thread abartlet
Author: abartlet Date: 2004-10-02 09:11:25 + (Sat, 02 Oct 2004) New Revision: 84 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=lorikeet&path=/trunk/samba4-ad-thesis&rev=84&nolog=1 Log: Add more pretty pictures, and spellcheck... Andrew Bartlett Added: trunk/samba4-ad-thesis/c