summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2002-03-01Move wbinfo over to d_printf(). Patch by Hasch@t-online.de (Juergen Hasch)Andrew Bartlett1-55/+55
2002-02-28enable locking on the idmap database to make it safe to dump/restoreAndrew Tridgell1-1/+1
2002-02-28Ensure that winbindd and smbd both use identical logic to find dc's.Jeremy Allison1-28/+27
2002-02-27this allows us to support foreign SIDs in winbindd and smbdAndrew Tridgell5-117/+173
2002-02-19make protoTim Potter1-1/+0
2002-02-18fixed a memory leak thanks to dleducq@arkoon.netAndrew Tridgell1-0/+1
2002-02-15Winbind cleanup.Andrew Bartlett4-180/+220
2002-02-11A few small winbind updates:Andrew Bartlett3-25/+60
2002-02-08Fix up some of the DEBUG lines in winbind_pam.cAndrew Bartlett1-8/+10
2002-02-060x is the traditional prefix for displaying hex numbers.Tim Potter1-2/+2
2002-02-05Drastic impromvents to pam_winbind.Andrew Bartlett5-279/+538
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-1/+4
2002-01-31reduced memory usage in winbindd with a rpc backend by using aAndrew Tridgell1-6/+11
2002-01-31Removed unused variables.Tim Potter1-2/+0
2002-01-31added 'wbinfo --sequence' to show sequence numbers of all domainsAndrew Tridgell5-0/+67
2002-01-30Removed version number from file header.Tim Potter24-44/+24
2002-01-30Fix for password change from Samuel Ziegler <sam@xpedion.com>Tim Potter1-11/+11
2002-01-30Removed silly fprintf(stderr, ...) debug.Tim Potter1-2/+1
2002-01-27Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett1-81/+1
2002-01-26Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett1-5/+16
2002-01-26Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett9-149/+56
2002-01-26Allow a winbind client to obtain the server's domain name.Andrew Bartlett1-1/+13
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