summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* Tidy up winbindd debug. Added Bill Moran's hide unreadable fix.Jeremy Allison2002-04-131-4/+3
* possibly fix the 15000 user problemAndrew Tridgell2002-04-112-8/+8
* Moved definition of winbind username/password secrets into secrets.hTim Potter2002-04-101-6/+0
* Spelling.Tim Potter2002-04-071-1/+1
* Spelling.Tim Potter2002-04-041-1/+1
* Call poptFreeContext() as appropriate.Tim Potter2002-04-041-23/+30
* Fix up conversion code from old winbindd versions (some testing needed).Jeremy Allison2002-04-044-67/+179
* Fixed the handle leak in the connection management code (this code is crapJeremy Allison2002-04-042-2/+24
* More winbind for HPUX updates from Don Mccall. I think JRA has alreadyAndrew Bartlett2002-04-032-4/+27
* merge winbindd WINS changes from 2.2Herb Lewis2002-03-296-47/+150
* Unblock sigusr1 on startup.Tim Potter2002-03-261-0/+1
* Added code for smb messaging. winbindd now responds to the smbcontrolTim Potter2002-03-261-2/+15
* Don't do a zero-length malloc (caught with dmalloc library).Jeremy Allison2002-03-261-1/+1
* Spelling fixes.Tim Potter2002-03-241-1/+1
* Various winbind updates:Andrew Bartlett2002-03-234-6/+7
* Make debug statment less confusing.Tim Potter2002-03-221-2/+5
* Missed a couple of fetch/store_ints.Jeremy Allison2002-03-211-4/+4
* Make winbindd_idmap tdb endian independent. This is very important forJeremy Allison2002-03-211-11/+46
* When upgrading from an old idmap tdb, remember to overwrite the reverseJeremy Allison2002-03-211-0/+5
* fixed the secondary group mappings for ADS usersAndrew Tridgell2002-03-211-8/+56
* Cache call to winbind separator.Tim Potter2002-03-201-46/+56
* 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