summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/winbindd_misc.c
Commit message (Expand)AuthorAgeFilesLines
* r22704: Implement three step method for enumerating domain trusts.Gerald Carter2007-10-101-1/+32
* r19394: When we fail to get the list of trusted domains, make sure to returnGünther Deschner2007-10-101-1/+1
* r19254: Make sure to also wait 35 seconds to receive a Netlogon GETDC replyGünther Deschner2007-10-101-0/+8
* r19143: getdcname on the NETLOGON pipe returns WERROR, not NTSTATUS.Günther Deschner2007-10-101-3/+4
* r17605: Some C++ warningsVolker Lendecke2007-10-101-2/+4
* r16687: Fix bugs #3901, #3902, #3903 reported by jason@ncac.gwu.edu.Jeremy Allison2007-10-101-0/+6
* r16361: Fix Klocwork ID 1731 1770 1771 1775 1796Volker Lendecke2007-10-101-1/+4
* r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...Gerald Carter2007-10-101-5/+5
* r13316: Let the carnage begin....Gerald Carter2007-10-101-0/+17
* r12193: Fix some typos.Günther Deschner2007-10-101-1/+1
* r11707: alt_names[i] might be NULL for i>0 also...Volker Lendecke2007-10-101-1/+2
* r10688: Fix from Volker for bugid #3068 - winbindd crash withJeremy Allison2007-10-101-1/+2
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-19/+11
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-6/+6
* r7785: This looks much larger than it is. It changes the top-level functions ...Volker Lendecke2007-10-101-64/+54
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-95/+305
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-3/+3
* This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2004-01-081-0/+1
* Move more of winbind to use 'find_our_domain()' rather than the dangerousAndrew Bartlett2004-01-081-11/+2
* The correct test for 'is our primary domain' is domain->primaryAndrew Bartlett2004-01-081-1/+1
* Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett2004-01-051-3/+11
* Commit the translation of the realm to the netbios domain name in the kerberosVolker Lendecke2004-01-041-0/+29
* a small include file rearrangement that doesn't affect normalAndrew Tridgell2003-11-121-0/+1
* fixes for ads domain membership when only the realm is defined inGerald Carter2003-09-051-2/+14
* metze's autogenerate patch for version.hGerald Carter2003-08-201-1/+1
* add --domain=DOMAINNAME to wbinfoGerald Carter2003-08-101-0/+12
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-221-9/+9
* Fix extra arg for cm_get_netlogon_cli()Tim Potter2003-05-271-1/+1
* Formatting syncup.Tim Potter2003-05-261-3/+1
* This puts real netlogon connection caching to winbind. This becomesVolker Lendecke2003-05-081-1/+3
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-211-3/+4
* Winbind merges from HEAD:Andrew Bartlett2003-04-071-1/+1
* (merge from HEAD)Andrew Bartlett2003-03-241-0/+17
* Merge from HEAD:Andrew Bartlett2003-01-281-0/+12
* winbindd merges from HEADGerald Carter2003-01-151-16/+7
* Merge from HEAD:Tim Potter2002-11-181-1/+2
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-3/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-2/+11
* Fix a double-free bug in wbinfo -t's call in winbindd.Andrew Bartlett2002-03-191-5/+4
* get the test for disconnection the right way around!Andrew Tridgell2002-03-121-3/+3
* nicer message for --sequence when the server is disconnectedAndrew Tridgell2002-03-061-2/+7
* added 'wbinfo --sequence' to show sequence numbers of all domainsAndrew Tridgell2002-01-311-0/+29
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Allow a winbind client to obtain the server's domain name.Andrew Bartlett2002-01-261-1/+13
* Always query the PDC for the list of trusted domains rather than interatingTim Potter2002-01-111-3/+6
* Return the winbind separator over the socket, so programs don't have to parseAndrew Bartlett2002-01-101-1/+27
* This changes the winbind protcol a bit:Andrew Bartlett2002-01-101-11/+10
* Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison2001-11-231-2/+1
* Fixed check machine account function.Tim Potter2001-11-231-55/+29
* Get list of trusted domains if we haven't fetched them yet.Tim Potter2001-11-151-0/+3