svn commit: samba r9732 - in branches/SOC/SAMBA_4_0: . source/auth/gensec source/auth/kerberos source/auth/ntlmssp source/client source/include source/lib source/lib/cmdline source/lib/ldb/ldb_ildap source/lib/ldb/ldb_map source/lib/ldb/samba source/lib/ldb/tests source/lib/samba3 source/libcli/composite source/librpc/rpc source/scripting/bin source/scripting/ejs source/scripting/libjs source/torture source/torture/rpc source/utils source/utils/net swat swat/install

metze at samba.org metze at samba.org
Mon Aug 29 07:22:46 GMT 2005


Author: metze
Date: 2005-08-29 07:22:41 +0000 (Mon, 29 Aug 2005)
New Revision: 9732

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9732

Log:
 r11478 at SERNOX (orig r9712):  jelmer | 2005-08-28 16:55:26 +0200
 Bunch of small fixes
 Write out basic sam.ldif
 
 r11484 at SERNOX (orig r9718):  jelmer | 2005-08-29 00:17:07 +0200
 Work a bit on the SWAT interface
 
 r11488 at SERNOX (orig r9722):  jelmer | 2005-08-29 01:03:49 +0200
 Initial attempt at converting samba3dump to EJS..
 
 r11490 at SERNOX (orig r9724):  jelmer | 2005-08-29 02:48:24 +0200
 Rewrite samba3dump in JS. The summary works now, but the full output 
 is triggering some obscure EJS assert..
 
 r11491 at SERNOX (orig r9725):  jelmer | 2005-08-29 03:17:20 +0200
 Fix full output mode of samba3dump as well. Thanks to tridge for 
 a bit for explanation about js.
 
 r11493 at SERNOX (orig r9727):  abartlet | 2005-08-29 06:15:08 +0200
 A simplier test I can aim at passing when I get the cracknames code done.
 
 Andrew Bartlett
 
 r11494 at SERNOX (orig r9728):  abartlet | 2005-08-29 06:30:22 +0200
 A *major* update to the credentials system, to incorporate the
 Kerberos CCACHE into the system.
 
 This again allows the use of the system ccache when no username is
 specified, and brings more code in common between gensec_krb5 and
 gensec_gssapi.
 
 It also has a side-effect that may (or may not) be expected: If there
 is a ccache, even if it is not used (perhaps the remote server didn't
 want kerberos), it will change the default username.
 
 Andrew Bartlett
 
 
 r11497 at SERNOX (orig r9731):  abartlet | 2005-08-29 06:38:37 +0200
 Fix typo
 

Added:
   branches/SOC/SAMBA_4_0/source/scripting/bin/samba3dump
   branches/SOC/SAMBA_4_0/source/scripting/ejs/smbcalls_samba3.c
   branches/SOC/SAMBA_4_0/source/scripting/libjs/upgrade.js
   branches/SOC/SAMBA_4_0/swat/install/samba3.esp
Modified:
   branches/SOC/SAMBA_4_0/
   branches/SOC/SAMBA_4_0/source/auth/gensec/gensec_gssapi.c
   branches/SOC/SAMBA_4_0/source/auth/gensec/gensec_krb5.c
   branches/SOC/SAMBA_4_0/source/auth/kerberos/kerberos.h
   branches/SOC/SAMBA_4_0/source/auth/kerberos/kerberos_util.c
   branches/SOC/SAMBA_4_0/source/auth/ntlmssp/ntlmssp_client.c
   branches/SOC/SAMBA_4_0/source/client/client.c
   branches/SOC/SAMBA_4_0/source/include/credentials.h
   branches/SOC/SAMBA_4_0/source/include/includes.h
   branches/SOC/SAMBA_4_0/source/lib/cmdline/credentials.c
   branches/SOC/SAMBA_4_0/source/lib/cmdline/popt_common.c
   branches/SOC/SAMBA_4_0/source/lib/credentials.c
   branches/SOC/SAMBA_4_0/source/lib/ldb/ldb_ildap/ldb_ildap.c
   branches/SOC/SAMBA_4_0/source/lib/ldb/ldb_map/ldb_map.c
   branches/SOC/SAMBA_4_0/source/lib/ldb/samba/samba3sam.c
   branches/SOC/SAMBA_4_0/source/lib/ldb/tests/samba3.ldif
   branches/SOC/SAMBA_4_0/source/lib/samba3/PLAN
   branches/SOC/SAMBA_4_0/source/lib/samba3/README
   branches/SOC/SAMBA_4_0/source/lib/samba3/group.c
   branches/SOC/SAMBA_4_0/source/lib/samba3/idmap.c
   branches/SOC/SAMBA_4_0/source/lib/samba3/samba3.c
   branches/SOC/SAMBA_4_0/source/lib/samba3/samba3dump.c
   branches/SOC/SAMBA_4_0/source/lib/samba3/share_info.c
   branches/SOC/SAMBA_4_0/source/lib/samba3/tdbsam.c
   branches/SOC/SAMBA_4_0/source/lib/samba3/upgrade.c
   branches/SOC/SAMBA_4_0/source/libcli/composite/sesssetup.c
   branches/SOC/SAMBA_4_0/source/librpc/rpc/dcerpc_schannel.c
   branches/SOC/SAMBA_4_0/source/scripting/ejs/config.mk
   branches/SOC/SAMBA_4_0/source/scripting/ejs/smbcalls.c
   branches/SOC/SAMBA_4_0/source/scripting/ejs/smbcalls_auth.c
   branches/SOC/SAMBA_4_0/source/scripting/ejs/smbcalls_creds.c
   branches/SOC/SAMBA_4_0/source/scripting/ejs/smbscript.c
   branches/SOC/SAMBA_4_0/source/torture/rpc/drsuapi.c
   branches/SOC/SAMBA_4_0/source/torture/rpc/netlogon.c
   branches/SOC/SAMBA_4_0/source/torture/rpc/samlogon.c
   branches/SOC/SAMBA_4_0/source/torture/rpc/schannel.c
   branches/SOC/SAMBA_4_0/source/torture/torture.c
   branches/SOC/SAMBA_4_0/source/utils/net/net_password.c
   branches/SOC/SAMBA_4_0/source/utils/ntlm_auth.c
   branches/SOC/SAMBA_4_0/swat/menu.js


Changeset:
Sorry, the patch is too large (2933 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9732


More information about the samba-cvs mailing list