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