svn commit: samba r10831 - in branches/tmp/samba4-winsrepl: . source/auth source/cldap_server source/dsdb/samdb source/include source/kdc source/ldap_server source/lib/ldb/tools source/libcli/security source/libnet source/nbt_server/dgram source/ntvfs/common source/pidl source/pidl/lib/Parse/Pidl source/pidl/lib/Parse/Pidl/Ethereal source/pidl/lib/Parse/Pidl/Samba3 source/rpc_server/drsuapi source/rpc_server/dssetup source/rpc_server/lsa source/rpc_server/netlogon source/rpc_server/samr source/winbind

metze at samba.org metze at samba.org
Sat Oct 8 08:15:02 GMT 2005


Author: metze
Date: 2005-10-08 08:14:57 +0000 (Sat, 08 Oct 2005)
New Revision: 10831

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

Log:
 r13460 at SERNOX (orig r10809):  abartlet | 2005-10-07 12:06:44 +0200
 Add struct decl
 
 r13461 at SERNOX (orig r10810):  abartlet | 2005-10-07 13:31:45 +0200
 This adds the hooks required to communicate the current user from the
 authenticated session down into LDB.  This associates a session info
 structure with the open LDB, allowing a future ldb_ntacl module to
 allow/deny operations on that basis.
 
 Along the way, I cleaned up a few things, and added new helper functions
 to assist.  In particular the LSA pipe uses simpler queries for some of
 the setup.
 
 In ldap_server, I have removed the 'ldasrv:hacked' module, which hasn't
 been worked on (other than making it continue to compile) since January,
 and I think the features of this module are being put into ldb anyway.
 
 I have also changed the partitions in ldap_server to be initialised
 after the connection, with the private pointer used to associate the ldb
 with the incoming session. 
 
 Andrew Bartlett
 
 r13462 at SERNOX (orig r10811):  abartlet | 2005-10-07 13:37:38 +0200
 Revert accidental commit, I still need to finish the displayName and
 syntatical mapping work.
 
 Andrew Bartlett
 
 r13463 at SERNOX (orig r10812):  abartlet | 2005-10-07 13:50:46 +0200
 Fix capitalisation (thanks tridge).
 
 Andrew Bartlett
 
 r13471 at SERNOX (orig r10820):  abartlet | 2005-10-07 14:30:46 +0200
 Use talloc_get_type as suggested by tridge.
 
 Andrew Bartlett
 
 r13476 at SERNOX (orig r10825):  vlendec | 2005-10-07 21:08:51 +0200
 Complete wbinfo -n
 r13480 at SERNOX (orig r10829):  jelmer | 2005-10-08 02:33:19 +0200
 Documentation updates
 Update TODO
 Some small fixes to the modules
 
 r13495 at SERNOX (orig r10830):  metze | 2005-10-08 09:41:57 +0200
 we should use the same name in all places:-)
 
 metze

Removed:
   branches/tmp/samba4-winsrepl/source/ldap_server/ldap_hacked_ldb.c
Modified:
   branches/tmp/samba4-winsrepl/
   branches/tmp/samba4-winsrepl/source/auth/auth_sam.c
   branches/tmp/samba4-winsrepl/source/auth/auth_util.c
   branches/tmp/samba4-winsrepl/source/cldap_server/netlogon.c
   branches/tmp/samba4-winsrepl/source/dsdb/samdb/samdb.c
   branches/tmp/samba4-winsrepl/source/dsdb/samdb/samdb_privilege.c
   branches/tmp/samba4-winsrepl/source/include/structs.h
   branches/tmp/samba4-winsrepl/source/kdc/hdb-ldb.c
   branches/tmp/samba4-winsrepl/source/ldap_server/config.mk
   branches/tmp/samba4-winsrepl/source/ldap_server/ldap_backend.c
   branches/tmp/samba4-winsrepl/source/ldap_server/ldap_bind.c
   branches/tmp/samba4-winsrepl/source/ldap_server/ldap_rootdse.c
   branches/tmp/samba4-winsrepl/source/ldap_server/ldap_server.c
   branches/tmp/samba4-winsrepl/source/ldap_server/ldap_server.h
   branches/tmp/samba4-winsrepl/source/ldap_server/ldap_simple_ldb.c
   branches/tmp/samba4-winsrepl/source/lib/ldb/tools/cmdline.c
   branches/tmp/samba4-winsrepl/source/libcli/security/security_token.c
   branches/tmp/samba4-winsrepl/source/libnet/libnet_join.c
   branches/tmp/samba4-winsrepl/source/libnet/libnet_samsync_ldb.c
   branches/tmp/samba4-winsrepl/source/nbt_server/dgram/netlogon.c
   branches/tmp/samba4-winsrepl/source/ntvfs/common/sidmap.c
   branches/tmp/samba4-winsrepl/source/pidl/TODO
   branches/tmp/samba4-winsrepl/source/pidl/lib/Parse/Pidl/Dump.pm
   branches/tmp/samba4-winsrepl/source/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm
   branches/tmp/samba4-winsrepl/source/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
   branches/tmp/samba4-winsrepl/source/pidl/lib/Parse/Pidl/NDR.pm
   branches/tmp/samba4-winsrepl/source/pidl/lib/Parse/Pidl/Samba3/Header.pm
   branches/tmp/samba4-winsrepl/source/pidl/lib/Parse/Pidl/Samba3/Parser.pm
   branches/tmp/samba4-winsrepl/source/pidl/pidl
   branches/tmp/samba4-winsrepl/source/rpc_server/drsuapi/dcesrv_drsuapi.c
   branches/tmp/samba4-winsrepl/source/rpc_server/dssetup/dcesrv_dssetup.c
   branches/tmp/samba4-winsrepl/source/rpc_server/lsa/dcesrv_lsa.c
   branches/tmp/samba4-winsrepl/source/rpc_server/netlogon/dcerpc_netlogon.c
   branches/tmp/samba4-winsrepl/source/rpc_server/samr/dcesrv_samr.c
   branches/tmp/samba4-winsrepl/source/rpc_server/samr/samr_password.c
   branches/tmp/samba4-winsrepl/source/winbind/wb_async_helpers.c
   branches/tmp/samba4-winsrepl/source/winbind/wb_async_helpers.h
   branches/tmp/samba4-winsrepl/source/winbind/wb_samba3_cmd.c


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


More information about the samba-cvs mailing list