summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2002-04-07Spelling.Tim Potter1-1/+1
2002-04-04Spelling.Tim Potter1-1/+1
2002-04-04Call poptFreeContext() as appropriate.Tim Potter1-23/+30
2002-04-04Fix up conversion code from old winbindd versions (some testing needed).Jeremy Allison4-67/+179
2002-04-04Fixed the handle leak in the connection management code (this code is crapJeremy Allison2-2/+24
2002-04-03More winbind for HPUX updates from Don Mccall. I think JRA has alreadyAndrew Bartlett2-4/+27
2002-03-29merge winbindd WINS changes from 2.2Herb Lewis6-47/+150
2002-03-26Unblock sigusr1 on startup.Tim Potter1-0/+1
2002-03-26Added code for smb messaging. winbindd now responds to the smbcontrolTim Potter1-2/+15
2002-03-26Don't do a zero-length malloc (caught with dmalloc library).Jeremy Allison1-1/+1
2002-03-24Spelling fixes.Tim Potter1-1/+1
2002-03-23Various winbind updates:Andrew Bartlett4-6/+7
2002-03-22Make debug statment less confusing.Tim Potter1-2/+5
2002-03-21Missed a couple of fetch/store_ints.Jeremy Allison1-4/+4
2002-03-21Make winbindd_idmap tdb endian independent. This is very important forJeremy Allison1-11/+46
2002-03-21When upgrading from an old idmap tdb, remember to overwrite the reverseJeremy Allison1-0/+5
2002-03-21fixed the secondary group mappings for ADS usersAndrew Tridgell1-8/+56
2002-03-20Cache call to winbind separator.Tim Potter1-46/+56
2002-03-20Merge of Richard's lookupsid fix.Tim Potter1-1/+4
2002-03-19updated winbindd to used paged ldap searches for all ldap queriesAndrew Tridgell1-1/+1
2002-03-19Fix a double-free bug in wbinfo -t's call in winbindd.Andrew Bartlett2-7/+8
2002-03-18Allow us to see the difference between these two errors. (We need to chaseAndrew Bartlett1-1/+7
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter2-8/+8
2002-03-15enable locking on the winbindd cache tdb so it can be backed up andAndrew Tridgell1-1/+1
2002-03-15added a -h usage option to winbinddAndrew Tridgell1-1/+16
2002-03-14Now we have reliable signals take SIGTERM inband.Jeremy Allison1-5/+4
2002-03-13Fix typo in copyrightAndrew Bartlett1-1/+1
2002-03-12fixed 2 reconnection bugs in the ADS backend supportAndrew Tridgell1-7/+11
2002-03-12get the test for disconnection the right way around!Andrew Tridgell1-3/+3
2002-03-11Removed bogus calles to D() debugging function. Perhaps these shouldTim Potter1-16/+1
2002-03-11always make winbindd try for the PDC first before trying for a BDCAndrew Tridgell1-5/+7
2002-03-09removed bogus prepend_domain() call which was screwing up getpwuid()Andrew Tridgell1-10/+2
2002-03-09prevent a segv when a trusted domain is unavailable at startupAndrew Tridgell1-3/+2
2002-03-09better detection of dead ADS connections, so we have some chance ofAndrew Tridgell1-0/+6
2002-03-06nicer message for --sequence when the server is disconnectedAndrew Tridgell1-2/+7
2002-03-02Allow Samba to trust NT4 Domains.Andrew Bartlett1-2/+4
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