summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch
Commit message (Expand)AuthorAgeFilesLines
...
* nicer message for --sequence when the server is disconnectedAndrew Tridgell2002-03-061-2/+7
* Allow Samba to trust NT4 Domains.Andrew Bartlett2002-03-021-2/+4
* Move wbinfo over to d_printf(). Patch by Hasch@t-online.de (Juergen Hasch)Andrew Bartlett2002-03-011-55/+55
* enable locking on the idmap database to make it safe to dump/restoreAndrew Tridgell2002-02-281-1/+1
* Ensure that winbindd and smbd both use identical logic to find dc's.Jeremy Allison2002-02-281-28/+27
* this allows us to support foreign SIDs in winbindd and smbdAndrew Tridgell2002-02-275-117/+173
* make protoTim Potter2002-02-191-1/+0
* fixed a memory leak thanks to dleducq@arkoon.netAndrew Tridgell2002-02-181-0/+1
* Winbind cleanup.Andrew Bartlett2002-02-154-180/+220
* A few small winbind updates:Andrew Bartlett2002-02-113-25/+60
* Fix up some of the DEBUG lines in winbind_pam.cAndrew Bartlett2002-02-081-8/+10
* 0x is the traditional prefix for displaying hex numbers.Tim Potter2002-02-061-2/+2
* Drastic impromvents to pam_winbind.Andrew Bartlett2002-02-055-279/+538
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-1/+4
* reduced memory usage in winbindd with a rpc backend by using aAndrew Tridgell2002-01-311-6/+11
* Removed unused variables.Tim Potter2002-01-311-2/+0
* added 'wbinfo --sequence' to show sequence numbers of all domainsAndrew Tridgell2002-01-315-0/+67
* 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