summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* Merge of Richard's lookupsid fix.Tim Potter2002-03-201-1/+4
* updated winbindd to used paged ldap searches for all ldap queriesAndrew Tridgell2002-03-191-1/+1
* Fix a double-free bug in wbinfo -t's call in winbindd.Andrew Bartlett2002-03-192-7/+8
* Allow us to see the difference between these two errors. (We need to chaseAndrew Bartlett2002-03-181-1/+7
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-172-8/+8
* enable locking on the winbindd cache tdb so it can be backed up andAndrew Tridgell2002-03-151-1/+1
* added a -h usage option to winbinddAndrew Tridgell2002-03-151-1/+16
* Now we have reliable signals take SIGTERM inband.Jeremy Allison2002-03-141-5/+4
* Fix typo in copyrightAndrew Bartlett2002-03-131-1/+1
* fixed 2 reconnection bugs in the ADS backend supportAndrew Tridgell2002-03-121-7/+11
* get the test for disconnection the right way around!Andrew Tridgell2002-03-121-3/+3
* Removed bogus calles to D() debugging function. Perhaps these shouldTim Potter2002-03-111-16/+1
* always make winbindd try for the PDC first before trying for a BDCAndrew Tridgell2002-03-111-5/+7
* removed bogus prepend_domain() call which was screwing up getpwuid()Andrew Tridgell2002-03-091-10/+2
* prevent a segv when a trusted domain is unavailable at startupAndrew Tridgell2002-03-091-3/+2
* better detection of dead ADS connections, so we have some chance ofAndrew Tridgell2002-03-091-0/+6
* 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