summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2001-09-05more warning fixes on solarisAndrew Tridgell5-6/+10
2001-09-05fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA...Andrew Tridgell6-69/+99
2001-09-04don't do pointer arithmetic on void* (some compilers can't do it)Andrew Tridgell1-1/+1
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell7-104/+94
2001-08-30merge from 2.2Gerald Carter1-1/+1
2001-08-30merge from APPLIANCE_TNGGerald Carter1-0/+1
2001-08-30merge from APPLIANCE_TNGGerald Carter1-43/+73
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell6-33/+33
2001-08-24get rid of compiler warningsHerb Lewis2-3/+4
2001-08-24Make domain_client_validate return a status code instead of a boolean.Tim Potter1-10/+10
2001-08-23Added copyright for me and AB.Tim Potter1-0/+2
2001-08-22Added another authentication interface to winbindd. The Challenge ResponseTim Potter6-26/+210
2001-08-18More Realloc fixes.Jeremy Allison2-4/+13
2001-08-18More Realloc fixes.Jeremy Allison1-7/+17
2001-08-13Fixed up 'orrible formatting.Tim Potter1-21/+21
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce4-12/+24
2001-08-12This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett1-1/+14
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett1-8/+48
2001-07-25Merge of change machine account password race fix from appliance branch.Tim Potter1-1/+17
2001-07-25a better test for unix domain socketsAndrew Tridgell1-1/+1
2001-07-23In wb_samr_query_dispinfo() pass back the 32-bit status code fromTim Potter1-10/+10
2001-07-23Call cli_samr_lookup_rids() in bunches of < 1000 rids to avoid crashingTim Potter1-8/+42
2001-07-19Merged across rewritten version of winbindd_kill_connections(). This nowTim Potter1-22/+15
2001-07-18the nss and pam modules in winbind don't have strchr_m() yet, so useAndrew Tridgell6-11/+11
2001-07-10added winbind_exclude_domain() so smbd can tell the winbind clientAndrew Tridgell1-0/+17
2001-07-08allow winbindd to run as non-root so we can test it more easilyAndrew Tridgell2-9/+7
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell6-11/+11
2001-07-04The big character set handling changeover!Andrew Tridgell4-12/+2
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell1-1/+2
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell1-18/+12
2001-06-20Merge from appliance branch:Tim Potter1-2/+8
2001-06-07Fixed typo in #ifndef at head of file.Tim Potter1-2/+2
2001-06-07Added comment about possible optimisation to winbindd_pam_auth()Tim Potter1-0/+4
2001-06-07Fixed bug in winbind_sid_to_gid() function.Tim Potter1-1/+1
2001-06-06Fix for cli_samr_connect() arg change.Tim Potter1-1/+1
2001-06-06Indent dodgy function prototype to avoid make proto picking it up andTim Potter1-1/+1
2001-06-05don't use c++ style commentsAndrew Tridgell1-1/+1
2001-06-05fixed solaris compilation error (don't add to a void*)Andrew Tridgell1-2/+2
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell2-2/+2
2001-06-04More compile fixups for winbind portability.Tim Potter2-3/+7
2001-06-04Compile fix for solaris.Tim Potter1-7/+5
2001-05-22Try to fix build by adding autoconf tests for pam headers.Jeremy Allison1-0/+2
2001-05-17Fixes to get pam_auth() functionality working again.Tim Potter1-36/+13
2001-05-15Zero-fill struct hostent.Jeremy Allison1-0/+2
2001-05-15Fixed glibc crash problems with libnss_wins.soJeremy Allison1-4/+44
2001-05-15Memory leak fixes from insure.Tim Potter2-10/+5
2001-05-14Compile fixes for dynamic samr_query_userinfo() stuff.Tim Potter5-34/+14
2001-05-10Use sid_peek_rid() instead of sid_split_rid().Tim Potter1-3/+2
2001-05-09Fixes from nsswitch testsuite. Lots of stuff works much better now. (-:Tim Potter3-6/+9
2001-05-08The substitution of %U and %D in the 'template homedir' is nowdoneTim Potter1-10/+6