svn commit: samba r1185 - in branches/SAMBA_4_0/source/rpc_server: . spoolss

2004-06-18 Thread tpot
Author: tpot Date: 2004-06-18 07:34:28 + (Fri, 18 Jun 2004) New Revision: 1185 Added: branches/SAMBA_4_0/source/rpc_server/spoolss/ branches/SAMBA_4_0/source/rpc_server/spoolss/dcesrv_spoolss.c branches/SAMBA_4_0/source/rpc_server/spoolss/dcesrv_spoolss.h Modified:

svn commit: samba r1187 - branches/SAMBA_4_0/source/libcli/auth

2004-06-18 Thread abartlet
Author: abartlet Date: 2004-06-18 11:59:52 + (Fri, 18 Jun 2004) New Revision: 1187 Modified: branches/SAMBA_4_0/source/libcli/auth/ntlmssp_sign.c Log: * Remove testing hack (actually check signatures on NTLM2). * Remove unreached counter increment * Print the correct NTLMSSP key.

svn commit: samba r1188 - branches/SAMBA_4_0/source/rpc_server/spoolss

2004-06-18 Thread tpot
Author: tpot Date: 2004-06-18 12:11:41 + (Fri, 18 Jun 2004) New Revision: 1188 Modified: branches/SAMBA_4_0/source/rpc_server/spoolss/dcesrv_spoolss.c Log: Use generated pidl template for this file and return DCESRV_FAULT instead of a bogus WERROR. WebSVN:

svn commit: samba-docs r144 - in trunk: guide xslt

2004-06-18 Thread jelmer
Author: jelmer Date: 2004-06-18 13:11:00 + (Fri, 18 Jun 2004) New Revision: 144 Added: trunk/guide/index.xml Removed: trunk/guide/guide-main.xml trunk/xslt/genchangelog.xsl Modified: trunk/xslt/generate-attributions.xsl Log: Minor fixes: - faster doc compilation - remove unused

svn commit: samba r1189 - branches/SAMBA_4_0/source/torture/rpc

2004-06-18 Thread abartlet
Author: abartlet Date: 2004-06-18 13:27:37 + (Fri, 18 Jun 2004) New Revision: 1189 Modified: branches/SAMBA_4_0/source/torture/rpc/netlogon.c Log: Now that we use a common 'base' return structure for the SamLogon call, avoid code duplication in the torture suite. Andrew Bartlett WebSVN:

svn commit: samba r1190 - trunk/source/nsswitch

2004-06-18 Thread vlendec
Author: vlendec Date: 2004-06-18 16:42:59 + (Fri, 18 Jun 2004) New Revision: 1190 Modified: trunk/source/nsswitch/wb_client.c trunk/source/nsswitch/winbindd_dual.c trunk/source/nsswitch/winbindd_nss.h Log: more winbind stuff WebSVN:

svn commit: samba-web r104 - trunk

2004-06-18 Thread vance
Author: vance Date: 2004-06-18 22:30:26 + (Fri, 18 Jun 2004) New Revision: 104 Modified: trunk/team.html Log: Okay, okay. Tradition fits the description of a sharp object. - Added a quick intro blurp to the team page. Vance WebSVN:

svn commit: samba r1192 - branches/SAMBA_3_0/source/libads

2004-06-18 Thread jra
Author: jra Date: 2004-06-18 23:15:42 + (Fri, 18 Jun 2004) New Revision: 1192 Modified: branches/SAMBA_3_0/source/libads/kerberos_keytab.c Log: Fixed all memleaks/error code return path leaks I can find. Not sure if compiles yet, but will soon :-). Jeremy. WebSVN:

svn commit: samba r1193 - in branches/SAMBA_3_0/source: . include libads

2004-06-18 Thread jra
Author: jra Date: 2004-06-19 00:54:54 + (Sat, 19 Jun 2004) New Revision: 1193 Modified: branches/SAMBA_3_0/source/configure.in branches/SAMBA_3_0/source/include/includes.h branches/SAMBA_3_0/source/libads/kerberos_keytab.c Log: Ensure we check for and use krb5_free_unparsed_name().

svn commit: samba r1194 - branches/SAMBA_3_0/source/libsmb

2004-06-18 Thread jra
Author: jra Date: 2004-06-19 00:55:29 + (Sat, 19 Jun 2004) New Revision: 1194 Modified: branches/SAMBA_3_0/source/libsmb/clikrb5.c Log: Definition of krb5_free_unparsed_name() if we do't have it. Jeremy. WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=1194nolog=1

svn commit: samba r1195 - branches/SAMBA_3_0/source/include

2004-06-18 Thread jra
Author: jra Date: 2004-06-19 00:56:50 + (Sat, 19 Jun 2004) New Revision: 1195 Modified: branches/SAMBA_3_0/source/include/includes.h Log: Ensure libsmb/clikrb5.c compiles. Jeremy. WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=1195nolog=1

svn commit: samba r1196 - branches/SAMBA_4_0/source/lib

2004-06-18 Thread abartlet
Author: abartlet Date: 2004-06-19 04:22:49 + (Sat, 19 Jun 2004) New Revision: 1196 Modified: branches/SAMBA_4_0/source/lib/charcnv.c Log: Remove unused pstring/fstring functions. Andrew Bartlett WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=1196nolog=1

svn commit: samba r1197 - branches/SAMBA_4_0/source/torture/rpc

2004-06-18 Thread abartlet
Author: abartlet Date: 2004-06-19 04:31:12 + (Sat, 19 Jun 2004) New Revision: 1197 Modified: branches/SAMBA_4_0/source/torture/rpc/bind.c Log: Fix my build breakage, variables at the top of a block only... Andrew Bartlett WebSVN: