summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2002-01-25Removed dodgy init of local variable.Tim Potter1-1/+1
2002-01-25Much more useful handling of backup domain controllers in winbindd. HonourTim Potter1-25/+51
2002-01-22Call pidfile_create() as part of init sequence.Tim Potter1-0/+3
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett8-116/+70
2002-01-19Fix to close winbindd_idmap on exit. Pointed out by Alexander Bokovoy.Jeremy Allison3-0/+10
2002-01-19fixes (asprintf) from 2.2Simo Sorce1-4/+6
2002-01-18This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett7-46/+138
2002-01-15Fix from 2.2. It didn't break on HEAD because it isn't being compiled. Herb?Jim McDonough1-10/+10
2002-01-15adding wins commands to winbindd - will check in the rest of the changesHerb Lewis1-0/+211
2002-01-14Initialise cli variables and try not to do a cli_shutdown() of uninitialsedAndrew Bartlett1-4/+10
2002-01-13I'm doing some things towards the NamedPipes game with lckl and he has asked meAndrew Bartlett1-86/+2
2002-01-12Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett3-0/+12
2002-01-11force the time difference in cache comparisons to be unsigned to copeAndrew Tridgell1-1/+4
2002-01-11make the winbind sequence number code more robustAndrew Tridgell1-1/+1
2002-01-11Always query the PDC for the list of trusted domains rather than interatingTim Potter7-114/+179
2002-01-11Some memory leak fixes.Tim Potter1-17/+23
2002-01-10Since AB has been changing the winbind interface it's time to add the "mockTim Potter3-21/+21
2002-01-10merge tpots name changes into IRIX part of code. When you change the nameHerb Lewis1-8/+8
2002-01-10Return the winbind separator over the socket, so programs don't have to parseAndrew Bartlett5-18/+78
2002-01-10This changes the winbind protcol a bit:Andrew Bartlett6-38/+84
2002-01-10A big tidyup while thinking about getting trusted domains being re-readTim Potter8-132/+142
2002-01-09Fixed typo.Jeremy Allison1-1/+1
2002-01-09HPUX nss fix.Jeremy Allison1-2/+18
2002-01-08Getting ready to add winbindd support for HPUX 11.Jeremy Allison2-0/+154
2002-01-07Don't log the password in pam_sm_authenticate() unless DEBUG_PASSWORD isTim Potter1-2/+10
2002-01-01Further rpc_client removal, this time from winbindd.Andrew Bartlett2-39/+61
2001-12-30When running interactive we want to set our own process group forJeremy Allison1-0/+9
2001-12-22merge Jeremy's gcc3 warning fix from 2.2Herb Lewis1-1/+1
2001-12-22merge IRIX winbind support from Samba 2.2 branchHerb Lewis3-97/+666
2001-12-21Append to log.winbindd instead of overwriting it so we are consistent withTim Potter1-0/+7
2001-12-20added ads_domain_sid() functionAndrew Tridgell1-15/+5
2001-12-20Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison1-5/+13
2001-12-20Setup global_myworkgroup. Needed for secrets fetch code.Jeremy Allison1-8/+11
2001-12-20net ads password and net ads chostpass commands from Remus KoosAndrew Tridgell1-0/+1
2001-12-19use "ads server" option if set for primary domainAndrew Tridgell1-4/+10
2001-12-19add support for mixtures of ADS/NT4 domains, as long as the primaryAndrew Tridgell1-0/+9
2001-12-19much better ADS error handling systemAndrew Tridgell2-72/+68
2001-12-19added trusted realm support to ADS authenticationAndrew Tridgell3-1/+8
2001-12-19- added initial support for trusted domains in winbindd_adsAndrew Tridgell4-18/+81
2001-12-18fixed handling of empty or dead domain in wbinfo -gAndrew Tridgell1-60/+9
2001-12-14Added the group enum code from 2.2Jeremy Allison1-0/+1
2001-12-13make sure we find NSS_STATUS structAndrew Tridgell1-0/+1
2001-12-12allow IRIX to build nsswitch/libnss_wins.soHerb Lewis1-12/+82
2001-12-12add *.po32 to ignore listHerb Lewis1-0/+1
2001-12-11Oops, the -a option disappeared.Tim Potter1-0/+1
2001-12-11sync with 2.2Herb Lewis1-0/+29
2001-12-11Replace backslash with winbind separator before calling parse_domain_user(). ...Jim McDonough1-2/+4
2001-12-11fix for IRIX compilersHerb Lewis1-2/+2
2001-12-11handle systems without setenv()Andrew Tridgell1-1/+1
2001-12-11Modify winbindd to use authenticated user info from secrets.tdb when makingTim Potter2-2/+34