Age | Commit message (Expand) | Author | Files | Lines |
2001-08-13 | Fixed up 'orrible formatting. | Tim Potter | 1 | -21/+21 |
2001-08-12 | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 4 | -12/+24 |
2001-08-12 | This patch does a number of things, mostly smaller than they look :-) | Andrew Bartlett | 1 | -1/+14 |
2001-08-03 | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 1 | -8/+48 |
2001-07-25 | Merge of change machine account password race fix from appliance branch. | Tim Potter | 1 | -1/+17 |
2001-07-25 | a better test for unix domain sockets | Andrew Tridgell | 1 | -1/+1 |
2001-07-23 | In wb_samr_query_dispinfo() pass back the 32-bit status code from | Tim Potter | 1 | -10/+10 |
2001-07-23 | Call cli_samr_lookup_rids() in bunches of < 1000 rids to avoid crashing | Tim Potter | 1 | -8/+42 |
2001-07-19 | Merged across rewritten version of winbindd_kill_connections(). This now | Tim Potter | 1 | -22/+15 |
2001-07-18 | the nss and pam modules in winbind don't have strchr_m() yet, so use | Andrew Tridgell | 6 | -11/+11 |
2001-07-10 | added winbind_exclude_domain() so smbd can tell the winbind client | Andrew Tridgell | 1 | -0/+17 |
2001-07-08 | allow winbindd to run as non-root so we can test it more easily | Andrew Tridgell | 2 | -9/+7 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 6 | -11/+11 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 4 | -12/+2 |
2001-06-25 | fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins... | Andrew Tridgell | 1 | -1/+2 |
2001-06-21 | next_token() was supposed to be a reentrant replacement for strtok(), | Andrew Tridgell | 1 | -18/+12 |
2001-06-20 | Merge from appliance branch: | Tim Potter | 1 | -2/+8 |
2001-06-07 | Fixed typo in #ifndef at head of file. | Tim Potter | 1 | -2/+2 |
2001-06-07 | Added comment about possible optimisation to winbindd_pam_auth() | Tim Potter | 1 | -0/+4 |
2001-06-07 | Fixed bug in winbind_sid_to_gid() function. | Tim Potter | 1 | -1/+1 |
2001-06-06 | Fix for cli_samr_connect() arg change. | Tim Potter | 1 | -1/+1 |
2001-06-06 | Indent dodgy function prototype to avoid make proto picking it up and | Tim Potter | 1 | -1/+1 |
2001-06-05 | don't use c++ style comments | Andrew Tridgell | 1 | -1/+1 |
2001-06-05 | fixed solaris compilation error (don't add to a void*) | Andrew Tridgell | 1 | -2/+2 |
2001-06-04 | use LDSHFLAGS not -shared in several places | Andrew Tridgell | 2 | -2/+2 |
2001-06-04 | More compile fixups for winbind portability. | Tim Potter | 2 | -3/+7 |
2001-06-04 | Compile fix for solaris. | Tim Potter | 1 | -7/+5 |
2001-05-22 | Try to fix build by adding autoconf tests for pam headers. | Jeremy Allison | 1 | -0/+2 |
2001-05-17 | Fixes to get pam_auth() functionality working again. | Tim Potter | 1 | -36/+13 |
2001-05-15 | Zero-fill struct hostent. | Jeremy Allison | 1 | -0/+2 |
2001-05-15 | Fixed glibc crash problems with libnss_wins.so | Jeremy Allison | 1 | -4/+44 |
2001-05-15 | Memory leak fixes from insure. | Tim Potter | 2 | -10/+5 |
2001-05-14 | Compile fixes for dynamic samr_query_userinfo() stuff. | Tim Potter | 5 | -34/+14 |
2001-05-10 | Use sid_peek_rid() instead of sid_split_rid(). | Tim Potter | 1 | -3/+2 |
2001-05-09 | Fixes from nsswitch testsuite. Lots of stuff works much better now. (-: | Tim Potter | 3 | -6/+9 |
2001-05-08 | The substitution of %U and %D in the 'template homedir' is nowdone | Tim Potter | 1 | -10/+6 |
2001-05-08 | Added S_ISSOCK macros for systems which treat UNIX domain sockets as FIFOs | Tim Potter | 1 | -0/+10 |
2001-05-08 | Misc fixes to get winbindd working. We can now do a 'getent passwd' | Tim Potter | 4 | -17/+88 |
2001-05-07 | OK so I couldn't be as clever as I wanted to be with winbindd_glue.c | Tim Potter | 4 | -82/+79 |
2001-05-07 | Ignore *.po files. | Tim Potter | 1 | -0/+1 |
2001-05-07 | iAdditional files for winbind merge. | Tim Potter | 4 | -0/+852 |
2001-05-07 | Preliminary merge of winbind into HEAD. Note that this compiles and links | Tim Potter | 12 | -1634/+2686 |
2001-05-04 | Merge from TNG branch. | Tim Potter | 1 | -57/+183 |
2001-04-25 | added solaris wrapper from tng | Andrew Tridgell | 1 | -0/+279 |
2001-04-25 | merge some of the nsswitch code from tng to head | Andrew Tridgell | 4 | -267/+700 |
2001-04-25 | merge from 2_2 | Andrew Tridgell | 1 | -3/+2 |
2001-04-13 | Merge of Andrew's changes in 2.2. | Jeremy Allison | 1 | -1/+9 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 6 | -27/+27 |
2001-04-04 | Fix for broken RelientUNIX. | Jeremy Allison | 1 | -0/+10 |
2001-03-20 | Fix for crash when doing name lookup with a quoted string. Part of | Jeremy Allison | 1 | -1/+1 |