summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
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
2001-05-08Added S_ISSOCK macros for systems which treat UNIX domain sockets as FIFOsTim Potter1-0/+10
2001-05-08Misc fixes to get winbindd working. We can now do a 'getent passwd'Tim Potter4-17/+88
2001-05-07OK so I couldn't be as clever as I wanted to be with winbindd_glue.cTim Potter4-82/+79
2001-05-07Ignore *.po files.Tim Potter1-0/+1
2001-05-07iAdditional files for winbind merge.Tim Potter4-0/+852
2001-05-07Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter12-1634/+2686
2001-05-04Merge from TNG branch.Tim Potter1-57/+183
2001-04-25added solaris wrapper from tngAndrew Tridgell1-0/+279
2001-04-25merge some of the nsswitch code from tng to headAndrew Tridgell4-267/+700
2001-04-25merge from 2_2Andrew Tridgell1-3/+2
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-1/+9
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison6-27/+27
2001-04-04Fix for broken RelientUNIX.Jeremy Allison1-0/+10
2001-03-20Fix for crash when doing name lookup with a quoted string. Part ofJeremy Allison1-1/+1
2001-01-15Changes from APPLIANCE_HEAD:David O'Neill1-2/+9
2001-01-11Changes from APPLIANCE_HEAD:David O'Neill1-0/+1
2001-01-11Changes from APPLIANCE_HEAD:David O'Neill1-1/+11
2001-01-04Changes from APPLIANCE_HEAD:David O'Neill1-1/+2
2000-10-25Fix for uidtoname not returning DOMAIN\name but just name. This causedJeremy Allison1-2/+9
2000-10-13Fixed merging mess.Tim Potter1-1/+22
2000-10-13Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison1-196/+51
2000-10-11Use sys_setgroups - systems with broken getgroups need this.Jeremy Allison1-1/+1
2000-10-11Converted to call lib/wins_srv.c:wins_srv_ip() instead of lp_wins_server()Christopher R. Hertel1-4/+4
2000-10-11Renamed WINBINDD_INITGROUPS constant to WINBINDD_GETGROUPS.Tim Potter3-3/+3
2000-10-11Modified initgroups to provide a get groups a user is a member ofTim Potter2-7/+166
2000-10-10Added debug so we can see how winbindd converts SIDS.Jeremy Allison1-13/+40