summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* winbind: remove duplicate debug message for failing messaging_init().Michael Adam2008-06-261-1/+0
* winbind: untangle logic in winbind_messaging_context() slightly.Michael Adam2008-06-261-2/+5
* winbindd: don't panic if messaging_init() fails - return NULL instead.Michael Adam2008-06-261-1/+1
* Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-...Jeremy Allison2008-06-251-9/+9
|\
| * rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3.Günther Deschner2008-06-251-7/+7
| * rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.Günther Deschner2008-06-251-3/+3
* | Part of fix for #5551. Split out the group enumeration functions to a BUILTIN...Jeremy Allison2008-06-251-15/+27
|/
* Final (hopefully :-) part of fix for bug #5551. Allow passdb backend to enume...Jeremy Allison2008-06-251-23/+45
* Fix bug #5533. Winbindd fails to cope correctly with a workgroup name contain...Jeremy Allison2008-06-201-9/+3
* Revert "Fix a memleak caused by a crappy get_sorted_dc_list() API"Volker Lendecke2008-06-171-14/+1
* idmap: Fix typos in comments.Karolin Seeger2008-06-171-3/+3
* Fix typo.Karolin Seeger2008-06-171-1/+1
* winbind cache: Don't create SN cache entries during name-to-sid queries.Karolin Seeger2008-06-161-6/+6
* Bugfix noticed by Herb. On using the again: tag as aJeremy Allison2008-06-081-0/+15
* Fix a memleak caused by a crappy get_sorted_dc_list() APIVolker Lendecke2008-06-051-1/+14
* winbindd_cm: Replace the use of lp_realm() with our_domain->alt_name.Gerald W. Carter2008-06-031-1/+7
* Fix by Bo Yang <boyang@novell.com> for bug with winbindd trusted domain childJeremy Allison2008-06-021-2/+18
* Split the winbindd_passdb backend into a 'builtin' and a 'sam'Jeremy Allison2008-05-304-115/+349
* Fix valgrind bug in debug statement. Don't reference uninitialized memory.Jeremy Allison2008-05-301-3/+2
* Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ...Jeremy Allison2008-05-303-12/+17
* Fix winbindd on a PDC by reverting : 83b04c60fac76ccd2d5aecb14f8896a07d488b1f...Jeremy Allison2008-05-292-9/+6
* winbind: correctly omit check for trusted domain support in cm_prepare_connec...Michael Adam2008-05-261-1/+1
* Fix two c++ warningsVolker Lendecke2008-05-252-2/+3
* Manually merge Steven Danneman's patch for SPNEGO auth to a trustedGerald W. Carter2008-05-231-5/+7
* Manually port Steven Dannenman fix for using the correct machine domain whenGerald W. Carter2008-05-231-3/+3
* Get rid of "shadowed local var" warnings with gcc.Jeremy Allison2008-05-221-7/+7
* Make WINBINDD_LIST_GROUPS handler asynchronous.Steven Danneman2008-05-226-60/+187
* winbindd: freeze winbindd_proto.hMichael Adam2008-05-181-0/+583
* Fix bug #5464. Pointed out by Herb @ Connectathon. In fork_domain_child() we ...Jeremy Allison2008-05-141-3/+3
* Enable winbind child processes to do something with signals,Jim McDonough2008-05-132-12/+27
* libwbclient: Abstract the DS_XXX flags for DsGetDcName().coffeedude2008-05-132-1/+46
* dsgetdcname: use existing messaging_context if possible.Günther Deschner2008-05-091-1/+2
* Use strip_hostname after dsgetdcname/getdcname calls.Günther Deschner2008-05-092-12/+3
* dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ever...Günther Deschner2008-05-091-0/+1
* mailslot/cldap: use nt_version bits in queries.Günther Deschner2008-05-061-1/+3
* Winbind: Prevent cycle in children list when reaping dead child processes.Gerald W. Carter2008-04-301-0/+4
* mailslot: allow to give back struct nbt_ntlogon_packet.Günther Deschner2008-04-241-1/+2
* mailslot: allow to define nt_version in send_getdc_request().Günther Deschner2008-04-241-1/+1
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-233-3/+3
* Mark a domain offline in the wbcDomainInfo structure using the domain_flags.Gerald W. Carter2008-04-231-4/+14
* winbindd_cache: simplify logic in new key length check for UA keys.Michael Adam2008-04-231-14/+9
* winbindd_cache: recognize and allow longer UA keysHolger Hetterich2008-04-231-3/+13
* Fix wbinfo --group-info if the winbind separator set to non \Volker Lendecke2008-04-221-2/+4
* cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner2008-04-211-1/+1
* winbind: pass down existing talloc context.Günther Deschner2008-04-211-5/+6
* Add in a nice big comment explaining why SamLogonEx matters.Andrew Bartlett2008-04-211-0/+21
* winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply.Günther Deschner2008-04-211-1/+3
* Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke2008-04-201-29/+23
* Introduce rpccli_set_timeout()Volker Lendecke2008-04-203-6/+6
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-202-5/+5