Age | Commit message (Expand) | Author | Files | Lines |
2001-06-18 | Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitive | Tim Potter | 2 | -69/+8 |
2001-06-12 | Fix from TAKAHASHI Motonobu <monyo@samba.gr.jp> for multibyte conversion | Jeremy Allison | 1 | -30/+16 |
2001-06-12 | lib/util_getent.c: removed debug code. | Jeremy Allison | 1 | -5/+2 |
2001-06-11 | Found & fixed memory bug. num+1 * sizeof(x) != (num+1)*sizeof(x)........ | Jeremy Allison | 1 | -16/+47 |
2001-06-09 | Fixed typo in Solaris and UnixWare ACLs. | Jeremy Allison | 1 | -1/+1 |
2001-06-09 | *Wonderful* patch from Andrew Bartlett that will help ensure tdb's are | Jeremy Allison | 1 | -45/+19 |
2001-06-08 | Herb's IRIX fix for deleting default ACLs. | Jeremy Allison | 1 | -0/+5 |
2001-06-08 | AIX has no default acls. | Jeremy Allison | 1 | -0/+6 |
2001-06-08 | Added sys_acl_delete_def_file for UnixWare and Solaris from | Jeremy Allison | 1 | -19/+56 |
2001-06-08 | Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix. | Jeremy Allison | 1 | -7/+19 |
2001-06-06 | Changes to use new genrand code that got missed while I was in Japan. | Jeremy Allison | 1 | -21/+0 |
2001-06-04 | use LDSHFLAGS not -shared in several places | Andrew Tridgell | 1 | -1/+1 |
2001-06-01 | If a debug class was explicitly set to zero the debug system would not | Tim Potter | 1 | -14/+36 |
2001-05-31 | Rename bzero -> memset. | Jeremy Allison | 1 | -55/+81 |
2001-05-29 | Fixed compiler warning. | Tim Potter | 1 | -2/+2 |
2001-05-29 | 4 new functions to retrieve single linked list of group and passwd entries | Simo Sorce | 1 | -0/+185 |
2001-05-24 | Fixup the large_writex problem (a large_writex can send a full 64k of data, | Jeremy Allison | 1 | -24/+27 |
2001-05-24 | Fix for random stream generator. | Jeremy Allison | 1 | -168/+186 |
2001-05-15 | Check sizes of data entries in connections.tdb before deciding they're crecs... | Jeremy Allison | 1 | -1/+5 |
2001-05-12 | string_hash() should be static. hash_clear() should be void. | Jeremy Allison | 1 | -6/+4 |
2001-05-11 | Added talloc_strdup() funcion. | Tim Potter | 1 | -0/+6 |
2001-05-10 | Needs to be >=, not just >. | Jeremy Allison | 1 | -1/+1 |
2001-05-10 | Fix for problem with "" string in trim_string(). Pointed out by Ben Winslow <... | Jeremy Allison | 1 | -3/+5 |
2001-05-10 | Added sid_peek_rid() function to return the rid of a sid. Saves mucking | Tim Potter | 1 | -0/+13 |
2001-05-10 | Bumped up debug level on set socket options from 3 to 5. | Tim Potter | 1 | -2/+2 |
2001-05-07 | Hey what happened to my debug messages? Early exit from reopen_logs() | Tim Potter | 1 | -0/+11 |
2001-05-07 | removed need for scandir in client.c | Andrew Tridgell | 1 | -1/+3 |
2001-05-07 | Preliminary merge of winbind into HEAD. Note that this compiles and links | Tim Potter | 1 | -21/+0 |
2001-05-07 | fix interfaces.c for aix 3.2.5 | Andrew Tridgell | 1 | -2/+0 |
2001-05-07 | Some versions of readline don't have rl_completion_func_t. )-: | Tim Potter | 1 | -2/+1 |
2001-05-07 | Fixed compiler warning. | Tim Potter | 1 | -1/+2 |
2001-05-06 | replace modf so we don't need the math library | Andrew Tridgell | 1 | -4/+39 |
2001-05-03 | Merging Gerald's PDC SAM name fix. | Jeremy Allison | 1 | -13/+76 |
2001-05-02 | Had to add a "pam password change" parameter (defaults to "off") and inlined | Jeremy Allison | 1 | -5/+5 |
2001-04-30 | Fixed password entry caching bug pointed out by Elrond. | Jeremy Allison | 1 | -14/+25 |
2001-04-28 | don't need slprintf.c any more | Andrew Tridgell | 1 | -24/+0 |
2001-04-28 | - added test for vasprintf | Andrew Tridgell | 3 | -122/+17 |
2001-04-28 | got asprintf defn right | Andrew Tridgell | 1 | -11/+12 |
2001-04-28 | few cleanups to bring in line with 2.2 | Gerald Carter | 1 | -1/+0 |
2001-04-27 | More debug %d -> %u issues. | Jeremy Allison | 1 | -4/+4 |
2001-04-27 | More %d (uid_t) stuff... | Jeremy Allison | 1 | -3/+3 |
2001-04-27 | Don't use variables called "acl" as it's the name of a function in Solaris. | Jeremy Allison | 1 | -13/+13 |
2001-04-27 | added much better snprintf code, plus new function asprintf | Andrew Tridgell | 1 | -734/+714 |
2001-04-25 | Fixed %U and %D substitutions. %U is lowercase user name, %D is uppercase | Jeremy Allison | 1 | -2/+12 |
2001-04-21 | Fix proto's in old code. | Jeremy Allison | 1 | -21/+9 |
2001-04-20 | merge from 2.2 | Gerald Carter | 1 | -1/+1 |
2001-04-19 | merge from 2.2 | Gerald Carter | 1 | -2/+2 |
2001-04-18 | Removed mktemp from HEAD - same as done in 2.2. | Jeremy Allison | 1 | -39/+4 |
2001-04-17 | Merged Andrew's wfw fix (2). | Jeremy Allison | 1 | -2/+5 |
2001-04-17 | AIX ACLs donated by IBM. | Jeremy Allison | 2 | -4/+988 |