* s/get_dc_name/rpc_dc_name/g (revert a previous change)
authorGerald Carter <jerry@samba.org>
Mon, 23 Jun 2003 19:05:23 +0000 (19:05 +0000)
committerGerald Carter <jerry@samba.org>
Mon, 23 Jun 2003 19:05:23 +0000 (19:05 +0000)
commitf36c96d59c79a51610bb5a1fc42ac62bd8d08401
tree69560bd452906389aab36ac7eb8109de7ff32ccc
parentd21358308a2a2c86b4e9d23922c7c940b5d1b012
* s/get_dc_name/rpc_dc_name/g  (revert a previous change)

* move back to qsort() for sorting IP address in get_dc_list()

* remove dc_name_cache in cm_get_dc_name() since it slowed
  things down more than it helped.  I've made a note of where
  to add in the negative connection cache in the ads code.
  Will come back to that.

* fix rpcclient to use PRINTER_ALL_ACCESS for set printer (instead
  of MAX_ALLOWED)

* only enumerate domain local groups in our domain

* simplify ldap search for seqnum in winbindd's rpc backend
(This used to be commit f8cab8635b02b205b4031279cedd804c1fb22c5b)
source3/auth/auth_domain.c
source3/libads/ldap.c
source3/libsmb/namequery.c
source3/libsmb/namequery_dc.c
source3/nsswitch/winbindd_cm.c
source3/nsswitch/winbindd_group.c
source3/nsswitch/winbindd_rpc.c
source3/rpcclient/cmd_spoolss.c