summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-3024-44/+24
* Fix for password change from Samuel Ziegler <sam@xpedion.com>Tim Potter2002-01-301-11/+11
* Removed silly fprintf(stderr, ...) debug.Tim Potter2002-01-301-2/+1
* Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett2002-01-271-81/+1
* Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett2002-01-261-5/+16
* Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett2002-01-269-149/+56
* Allow a winbind client to obtain the server's domain name.Andrew Bartlett2002-01-261-1/+13
* Removed dodgy init of local variable.Tim Potter2002-01-251-1/+1
* Much more useful handling of backup domain controllers in winbindd. HonourTim Potter2002-01-251-25/+51
* Call pidfile_create() as part of init sequence.Tim Potter2002-01-221-0/+3
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-208-116/+70
* Fix to close winbindd_idmap on exit. Pointed out by Alexander Bokovoy.Jeremy Allison2002-01-193-0/+10
* fixes (asprintf) from 2.2Simo Sorce2002-01-191-4/+6
* This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett2002-01-187-46/+138
* Fix from 2.2. It didn't break on HEAD because it isn't being compiled. Herb?Jim McDonough2002-01-151-10/+10
* adding wins commands to winbindd - will check in the rest of the changesHerb Lewis2002-01-151-0/+211
* Initialise cli variables and try not to do a cli_shutdown() of uninitialsedAndrew Bartlett2002-01-141-4/+10
* I'm doing some things towards the NamedPipes game with lckl and he has asked meAndrew Bartlett2002-01-131-86/+2
* Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett2002-01-123-0/+12
* force the time difference in cache comparisons to be unsigned to copeAndrew Tridgell2002-01-111-1/+4
* make the winbind sequence number code more robustAndrew Tridgell2002-01-111-1/+1
* Always query the PDC for the list of trusted domains rather than interatingTim Potter2002-01-117-114/+179
* Some memory leak fixes.Tim Potter2002-01-111-17/+23
* Since AB has been changing the winbind interface it's time to add the "mockTim Potter2002-01-103-21/+21
* merge tpots name changes into IRIX part of code. When you change the nameHerb Lewis2002-01-101-8/+8
* Return the winbind separator over the socket, so programs don't have to parseAndrew Bartlett2002-01-105-18/+78
* This changes the winbind protcol a bit:Andrew Bartlett2002-01-106-38/+84
* A big tidyup while thinking about getting trusted domains being re-readTim Potter2002-01-108-132/+142
* Fixed typo.Jeremy Allison2002-01-091-1/+1
* HPUX nss fix.Jeremy Allison2002-01-091-2/+18
* Getting ready to add winbindd support for HPUX 11.Jeremy Allison2002-01-082-0/+154
* Don't log the password in pam_sm_authenticate() unless DEBUG_PASSWORD isTim Potter2002-01-071-2/+10
* Further rpc_client removal, this time from winbindd.Andrew Bartlett2002-01-012-39/+61
* When running interactive we want to set our own process group forJeremy Allison2001-12-301-0/+9
* merge Jeremy's gcc3 warning fix from 2.2Herb Lewis2001-12-221-1/+1
* merge IRIX winbind support from Samba 2.2 branchHerb Lewis2001-12-223-97/+666
* Append to log.winbindd instead of overwriting it so we are consistent withTim Potter2001-12-211-0/+7
* added ads_domain_sid() functionAndrew Tridgell2001-12-201-15/+5
* Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison2001-12-201-5/+13
* Setup global_myworkgroup. Needed for secrets fetch code.Jeremy Allison2001-12-201-8/+11
* net ads password and net ads chostpass commands from Remus KoosAndrew Tridgell2001-12-201-0/+1
* use "ads server" option if set for primary domainAndrew Tridgell2001-12-191-4/+10
* add support for mixtures of ADS/NT4 domains, as long as the primaryAndrew Tridgell2001-12-191-0/+9
* much better ADS error handling systemAndrew Tridgell2001-12-192-72/+68
* added trusted realm support to ADS authenticationAndrew Tridgell2001-12-193-1/+8
* - added initial support for trusted domains in winbindd_adsAndrew Tridgell2001-12-194-18/+81
* fixed handling of empty or dead domain in wbinfo -gAndrew Tridgell2001-12-181-60/+9
* Added the group enum code from 2.2Jeremy Allison2001-12-141-0/+1
* make sure we find NSS_STATUS structAndrew Tridgell2001-12-131-0/+1
* allow IRIX to build nsswitch/libnss_wins.soHerb Lewis2001-12-121-12/+82