svn commit: samba r12958 - in branches/SAMBA_4_0/source/nbt_server/dgram: .

2006-01-16 Thread metze
Author: metze Date: 2006-01-16 14:01:34 + (Mon, 16 Jan 2006) New Revision: 12958 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12958 Log: don't bind to '255.255.255.255' fix bug #3411 metze Modified: branches/SAMBA_4_0/source/nbt_server/dgram/request.c

svn commit: samba r12959 - in branches/SAMBA_4_0/source/lib/socket: .

2006-01-16 Thread metze
Author: metze Date: 2006-01-16 15:23:06 + (Mon, 16 Jan 2006) New Revision: 12959 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12959 Log: hopefully fix bug #3365 this time metze Modified: branches/SAMBA_4_0/source/lib/socket/config.m4 Changeset: Modified:

svn commit: samba r12960 - in trunk/source/libsmb: .

2006-01-16 Thread vlendec
Author: vlendec Date: 2006-01-16 16:28:14 + (Mon, 16 Jan 2006) New Revision: 12960 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12960 Log: One thing that has annoyed me for ages is the fact that you can't run smbclient against smbd -i anymore, smbclient opens

svn commit: samba r12961 - in trunk/source/param: .

2006-01-16 Thread vlendec
Author: vlendec Date: 2006-01-16 16:29:08 + (Mon, 16 Jan 2006) New Revision: 12961 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12961 Log: Make the per-request loadparm talloc context available to the public. Useable for short-term stuff. Volker Modified:

svn commit: samba r12962 - in trunk/source: . nsswitch passdb rpc_server utils

2006-01-16 Thread vlendec
Author: vlendec Date: 2006-01-16 16:46:49 + (Mon, 16 Jan 2006) New Revision: 12962 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12962 Log: Implement 'net sam', 'net lookup name' and 'net lookup sid'. net sam is meant to replace net groupmap and pdbedit in the

svn commit: samba r12963 - in trunk/source/nsswitch: .

2006-01-16 Thread gd
Author: gd Date: 2006-01-16 17:05:07 + (Mon, 16 Jan 2006) New Revision: 12963 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12963 Log: Handle the case when an account may not change it's password in pam_winbind. Guenther Modified:

svn commit: samba r12964 - branches/SAMBA_3_0/source/sam trunk/source/sam

2006-01-16 Thread lmuelle
Author: lmuelle Date: 2006-01-16 17:21:47 + (Mon, 16 Jan 2006) New Revision: 12964 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12964 Log: Rewind rem_backend in the case we have to workaround the idmap_ prefix. Else SAFE_FREE seg faults. Thanks to

svn commit: samba r12965 - in trunk/source: groupdb passdb utils

2006-01-16 Thread vlendec
Author: vlendec Date: 2006-01-16 17:42:44 + (Mon, 16 Jan 2006) New Revision: 12965 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12965 Log: Implement 'net sam mapunixgroup'. Improve the smbpasswd error message for certain people in CA (MA?) ... :-) Jeremy, is

svn commit: samba r12966 - in trunk/source/passdb: .

2006-01-16 Thread vlendec
Author: vlendec Date: 2006-01-16 17:45:01 + (Mon, 16 Jan 2006) New Revision: 12966 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12966 Log: Only increase debuglevel if necessary, dont decrease Modified: trunk/source/passdb/passdb.c Changeset: Modified:

svn commit: samba r12967 - branches/SAMBA_3_0/source/nmbd trunk/source/nmbd

2006-01-16 Thread jerry
Author: jerry Date: 2006-01-16 18:03:56 + (Mon, 16 Jan 2006) New Revision: 12967 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12967 Log: BUG 1061: don't corrupt the file name when reading an lmhosts file (-H) in nmbd. Patch fromAndrew Esh [EMAIL PROTECTED]

Re: svn commit: samba r12960 - in trunk/source/libsmb: .

2006-01-16 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: Author: vlendec Date: 2006-01-16 16:28:14 + (Mon, 16 Jan 2006) New Revision: 12960 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12960 Log: One thing that has annoyed me for ages is

svn commit: samba r12968 - in trunk/source: auth groupdb passdb rpc_server smbd utils

2006-01-16 Thread vlendec
Author: vlendec Date: 2006-01-16 21:11:47 + (Mon, 16 Jan 2006) New Revision: 12968 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12968 Log: Implement net set, an interface to some fields of the user and the group comment. net sam set logonscript vl vl.bat does

svn commit: samba r12969 - in trunk/source/utils: .

2006-01-16 Thread vlendec
Author: vlendec Date: 2006-01-16 22:41:37 + (Mon, 16 Jan 2006) New Revision: 12969 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12969 Log: Implement net set, for account flags and password can and must change fields. Volker Modified:

svn commit: samba r12970 - in trunk/source/utils: .

2006-01-16 Thread lmuelle
Author: lmuelle Date: 2006-01-16 23:20:38 + (Mon, 16 Jan 2006) New Revision: 12970 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12970 Log: Use d_fprintf(stderr, ...) for any error message. Modified: trunk/source/utils/net_usershare.c Changeset: Modified:

svn commit: samba r12971 - in branches: SAMBA_4_0/source/auth tmp/deryck-samba4-swat/source/auth

2006-01-16 Thread tpot
Author: tpot Date: 2006-01-16 23:42:07 + (Mon, 16 Jan 2006) New Revision: 12971 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12971 Log: Fix spelling. Modified: branches/SAMBA_4_0/source/auth/auth_unix.c

Build status as of Tue Jan 17 00:00:01 2006

2006-01-16 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2006-01-16 00:00:06.0 + +++ /home/build/master/cache/broken_results.txt 2006-01-17 00:00:34.0 + @@ -1,15 +1,15 @@ -Build status as of Mon Jan 16 00:00:02 2006 +Build status as of Tue Jan

svn commit: samba r12972 - in branches/SAMBA_4_0/source: .

2006-01-16 Thread jpeach
Author: jpeach Date: 2006-01-17 01:18:27 + (Tue, 17 Jan 2006) New Revision: 12972 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12972 Log: Use single quotes in the showflags and showlayout targets to stop the shell interpreting the expanded make variables.

svn commit: samba r12973 - in branches/tmp/deryck-samba4-swat/swat: . style

2006-01-16 Thread deryck
Author: deryck Date: 2006-01-17 03:00:10 + (Tue, 17 Jan 2006) New Revision: 12973 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12973 Log: Initial pass at bringing some style to the stripped-down SWAT2. Basic layout for the page elements is in place now. deryck

svn commit: samba r12974 - in branches/tmp/deryck-samba4-swat/swat: . ejs style

2006-01-16 Thread deryck
Author: deryck Date: 2006-01-17 03:19:23 + (Tue, 17 Jan 2006) New Revision: 12974 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12974 Log: Bring login into stylesheet. Don't link to the favicon, use the default icon position. deryck Modified:

svn commit: samba r12975 - in branches/tmp/deryck-samba4-swat/swat: images style

2006-01-16 Thread deryck
Author: deryck Date: 2006-01-17 03:36:11 + (Tue, 17 Jan 2006) New Revision: 12975 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12975 Log: Add bevel/fade to submit buttons. Very metallic, but it adds a nice subtle flavor. deryck Added:

svn commit: samba r12976 - in branches/SAMBA_4_0/source/libnet: .

2006-01-16 Thread abartlet
Author: abartlet Date: 2006-01-17 03:44:37 + (Tue, 17 Jan 2006) New Revision: 12976 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12976 Log: Patch from Brad Henry [EMAIL PROTECTED]: This patch pulls the AD site name generation and site join code from

Re: svn commit: samba r12977 - in branches/SAMBA_4_0/source: lib/ldb/include lib/ldb/tools libcli/ldap

2006-01-16 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: Author: idra Date: 2006-01-17 04:04:57 + (Tue, 17 Jan 2006) New Revision: 12977 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12977 Log: Some code to implement the client side of

svn commit: samba r12978 - in trunk/source/utils: .

2006-01-16 Thread vlendec
Author: vlendec Date: 2006-01-17 07:41:53 + (Tue, 17 Jan 2006) New Revision: 12978 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12978 Log: d_printf - d_fprintf(stderr) Modified: trunk/source/utils/net_sam.c Changeset: Sorry, the patch is too large (459