r10890: r13601@SERNOX (orig r10878): vlendec | 2005-10-10 21:57:55 +0200
commit7148e5a4d3758fec15133eba173f628657bf412b
authorStefan Metzmacher <metze@samba.org>
Tue, 11 Oct 2005 04:43:44 +0000 (11 04:43 +0000)
committerStefan Metzmacher <metze@samba.org>
Tue, 11 Oct 2005 04:43:44 +0000 (11 04:43 +0000)
tree7fe80e0282ceac8b736cd2f3dd3adaf0e4b4b00e
parentb6e6559d47a84a7bab7998c33d7dfa2baba989ef
r10890:  r13601@SERNOX (orig r10878):  vlendec | 2005-10-10 21:57:55 +0200
 Reply to some comments by tridge and metze:

 * rename the composite helper functions from comp_* to composite_*

 * Move the lsa initialization to wb_connect_lsa.c

 * Equip smb_composite_connect with a fallback_to_anonymous

 The latter two simplify wb_init_domain.c quite a bit.

 Volker

 r13602@SERNOX (orig r10879):  jra | 2005-10-10 22:03:34 +0200
 Added the ZERO_STRUCT(q_u), (r_u) entries to the generated
 Samba3 code. Jelmer please check !
 Jeremy.

 r13603@SERNOX (orig r10880):  jra | 2005-10-10 22:05:29 +0200
 Missed terminating ';', sorry.
 Jeremy.

 r13618@SERNOX (orig r10889):  tridge | 2005-10-11 06:34:15 +0200

 make searches for dn's less of a special case, and much faster when
 part of more complex expressions
14 files changed:
samba4-winsrepl/source/lib/ldb/ldb_tdb/ldb_index.c
samba4-winsrepl/source/lib/ldb/ldb_tdb/ldb_search.c
samba4-winsrepl/source/libcli/composite/composite.c
samba4-winsrepl/source/libcli/raw/clitree.c
samba4-winsrepl/source/libcli/smb_composite/connect.c
samba4-winsrepl/source/libcli/smb_composite/fetchfile.c
samba4-winsrepl/source/libcli/smb_composite/fsinfo.c
samba4-winsrepl/source/libcli/smb_composite/smb_composite.h
samba4-winsrepl/source/ntvfs/cifs/vfs_cifs.c
samba4-winsrepl/source/pidl/lib/Parse/Pidl/Samba3/Server.pm
samba4-winsrepl/source/winbind/config.mk
samba4-winsrepl/source/winbind/wb_async_helpers.c
samba4-winsrepl/source/winbind/wb_connect_lsa.c [new file with mode: 0644]
samba4-winsrepl/source/winbind/wb_init_domain.c