summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* move to SAFE_FREE()Simo Sorce2001-09-1714-68/+51
* Some patches to authentication:Tim Potter2001-09-121-4/+4
* convert more code to use XFILEAndrew Tridgell2001-09-101-6/+0
* more static/dead fnsAndrew Tridgell2001-09-102-11/+2
* kill a dead fn and make a local one staticAndrew Tridgell2001-09-102-80/+4
* more warning fixes on solarisAndrew Tridgell2001-09-055-6/+10
* fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA...Andrew Tridgell2001-09-056-69/+99
* don't do pointer arithmetic on void* (some compilers can't do it)Andrew Tridgell2001-09-041-1/+1
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-047-104/+94
* merge from 2.2Gerald Carter2001-08-301-1/+1
* merge from APPLIANCE_TNGGerald Carter2001-08-301-0/+1
* merge from APPLIANCE_TNGGerald Carter2001-08-301-43/+73
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-276-33/+33
* get rid of compiler warningsHerb Lewis2001-08-242-3/+4
* Make domain_client_validate return a status code instead of a boolean.Tim Potter2001-08-241-10/+10
* Added copyright for me and AB.Tim Potter2001-08-231-0/+2
* Added another authentication interface to winbindd. The Challenge ResponseTim Potter2001-08-226-26/+210
* More Realloc fixes.Jeremy Allison2001-08-182-4/+13
* More Realloc fixes.Jeremy Allison2001-08-181-7/+17
* Fixed up 'orrible formatting.Tim Potter2001-08-131-21/+21
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-124-12/+24
* This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett2001-08-121-1/+14
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-031-8/+48
* Merge of change machine account password race fix from appliance branch.Tim Potter2001-07-251-1/+17
* a better test for unix domain socketsAndrew Tridgell2001-07-251-1/+1
* In wb_samr_query_dispinfo() pass back the 32-bit status code fromTim Potter2001-07-231-10/+10
* Call cli_samr_lookup_rids() in bunches of < 1000 rids to avoid crashingTim Potter2001-07-231-8/+42
* Merged across rewritten version of winbindd_kill_connections(). This nowTim Potter2001-07-191-22/+15
* the nss and pam modules in winbind don't have strchr_m() yet, so useAndrew Tridgell2001-07-186-11/+11
* added winbind_exclude_domain() so smbd can tell the winbind clientAndrew Tridgell2001-07-101-0/+17
* allow winbindd to run as non-root so we can test it more easilyAndrew Tridgell2001-07-082-9/+7
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-046-11/+11
* The big character set handling changeover!Andrew Tridgell2001-07-044-12/+2
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell2001-06-251-1/+2
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-211-18/+12
* Merge from appliance branch:Tim Potter2001-06-201-2/+8
* Fixed typo in #ifndef at head of file.Tim Potter2001-06-071-2/+2
* Added comment about possible optimisation to winbindd_pam_auth()Tim Potter2001-06-071-0/+4
* Fixed bug in winbind_sid_to_gid() function.Tim Potter2001-06-071-1/+1
* Fix for cli_samr_connect() arg change.Tim Potter2001-06-061-1/+1
* Indent dodgy function prototype to avoid make proto picking it up andTim Potter2001-06-061-1/+1
* don't use c++ style commentsAndrew Tridgell2001-06-051-1/+1
* fixed solaris compilation error (don't add to a void*)Andrew Tridgell2001-06-051-2/+2
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-042-2/+2
* More compile fixups for winbind portability.Tim Potter2001-06-042-3/+7
* Compile fix for solaris.Tim Potter2001-06-041-7/+5
* Try to fix build by adding autoconf tests for pam headers.Jeremy Allison2001-05-221-0/+2
* Fixes to get pam_auth() functionality working again.Tim Potter2001-05-171-36/+13
* Zero-fill struct hostent.Jeremy Allison2001-05-151-0/+2
* Fixed glibc crash problems with libnss_wins.soJeremy Allison2001-05-151-4/+44