summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2002-09-17Reverted my earlier change. It was incorrect. We must be protected byJeremy Allison1-5/+4
2002-09-17Only create the pidfile once we're ready to receive requests.Jeremy Allison1-3/+5
2002-09-17Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell1-1/+1
2002-09-15Put unixsocket calls between #ifdef HAVE_UNIXSOCKET's - required for Stratus VOSJelmer Vernooij1-0/+4
2002-09-12Merge undone cleanups.Tim Potter3-26/+27
2002-09-12Merge of winbind auth cleanups from appliance.Tim Potter3-30/+34
2002-09-12Merge of cut&paste fix from appliance.Tim Potter1-1/+1
2002-09-12Spelling fix.Tim Potter1-2/+2
2002-09-11Put pid number in invalid request size debug.Tim Potter1-2/+2
2002-09-11Bugfix merge:Tim Potter1-0/+1
2002-09-07This is the 'main' inclue for for winbind clients - all clients should includeAndrew Bartlett1-0/+16
2002-09-07Don't leak file desciptors in this (impossible?) error case.Andrew Bartlett1-0/+1
2002-09-07Winbind client-side cleanups.Andrew Bartlett6-37/+94
2002-09-06Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett1-4/+4
2002-09-04Quietened some debugs.Tim Potter1-2/+2
2002-08-30added cli_net_auth_3 client code.Jean-François Micouleau1-3/+3
2002-08-29fix connecting to a BDC when the PDC is down but in WINS and no bcastAndrew Tridgell1-5/+3
2002-08-29fix connecting to a BDC when the PDC is down but in WINS and no bcastAndrew Tridgell1-0/+7
2002-08-29Use popt for --helpJelmer Vernooij1-54/+24
2002-08-27Fix typo in debug.Tim Potter1-1/+1
2002-08-23Moved calculation of secure channel type into a new function.Tim Potter1-4/+3
2002-08-21Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatibleJelmer Vernooij1-0/+4
2002-08-18be a bit more paranoid about not getting duplicate domain names (canAndrew Tridgell1-2/+8
2002-08-17Becouse of changes to the meaning of this feild over time, this doesn'tAndrew Bartlett1-17/+0
2002-08-16Merge of netbios namecache code from APPLIANCE_HEAD.Tim Potter1-0/+2
2002-08-07Add some more const :-)Andrew Bartlett1-3/+3
2002-08-05fixed wbinfo -t for netbiosless domainsAndrew Tridgell1-1/+7
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell6-125/+172
2002-07-31Winbind updates!Andrew Bartlett7-29/+151
2002-07-31support netbiosless search for the DC using ADS in the winbindd AUTHAndrew Tridgell1-58/+110
2002-07-30Fixed for memory leak in connection caching code when a dc isTim Potter1-1/+13
2002-07-24Add another message rather than 'internal module error'Andrew Bartlett1-0/+4
2002-07-21Another smattering of static and constAndrew Bartlett2-8/+8
2002-07-21Renamed all the new_cli_netlogon_* functions to cli_netlogon_*Tim Potter1-2/+2
2002-07-21Compilers do find bugs :-)Andrew Bartlett1-2/+1
2002-07-20Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett3-5/+5
2002-07-15fixed a number of real bugs found by warnings on the 64 bit irix compilerAndrew Tridgell1-4/+4
2002-07-14after thinking about the env variable hack for avoiding group membershipAndrew Tridgell1-14/+20
2002-07-14this is a trick to work around the fact that posix does not supplyAndrew Tridgell6-9/+53
2002-07-13I just noticed that I never added my copyright when I messed with thisAndrew Bartlett1-0/+1
2002-07-11Usage fixes from APPLIANCE_HEAD.Tim Potter1-1/+2
2002-07-11Merge of init_domain_list() fix from APPLIANCE_HEAD.Tim Potter1-3/+0
2002-07-11this implements a completely new strategy for fetching groupAndrew Tridgell1-33/+83
2002-07-03Kill off codepage related stuff, now we don't use codepages any more.Andrew Bartlett1-4/+0
2002-07-01used findstatic.pl to make some variables static and remove some deadAndrew Tridgell1-1/+1
2002-07-01fixed a bug handling startup when the ads server is not contactableAndrew Tridgell1-1/+1
2002-06-27The next phase in the WINS rewrite!Andrew Tridgell1-2/+0
2002-06-26This commit finally gives us multiple wins server groups. We nowAndrew Tridgell2-33/+17
2002-06-25Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett1-1/+1
2002-06-25Add a couple more DEBUG()s to winbindd.Andrew Bartlett1-4/+9