summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2001-07-04The big character set handling changeover!Andrew Tridgell13-5123/+947
2001-07-03Fixed warnings and made const-safe so it has the correct prototype.Jeremy Allison1-12/+12
2001-07-03fixed socketpair_tcp for OpenBSDAndrew Tridgell1-4/+9
2001-07-03- sorry, forgot to check a pointerSimo Sorce1-3/+5
2001-07-02Made talloc_realloc() semantics match realloc(). JF was complaining :-).Jeremy Allison1-0/+8
2001-07-01"netbios aliases" and "interfaces" options change from P_STRING to P_LISTSimo Sorce1-5/+5
2001-06-29Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison1-0/+28
2001-06-29Replaced memcpy() with memmove() to make safe_strcpy() safe for overlappingTim Potter1-1/+1
2001-06-27Syncup between 2.2 and HEAD.Jeremy Allison1-17/+16
2001-06-27on sco2 socketpair_tcp needs a bindAndrew Tridgell1-0/+9
2001-06-27handle EISCONN in socketpair_tcpAndrew Tridgell1-1/+2
2001-06-25Ensure numeric group or user names don't get misinterpreted.Jeremy Allison1-4/+8
2001-06-25make sure we have BOOL in autoconf usage of util_sec.cAndrew Tridgell1-0/+1
2001-06-25- make the regresison test mode code build in by default. This shouldAndrew Tridgell2-30/+53
2001-06-23fix compiler warningsSimo Sorce1-3/+0
2001-06-23Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison2-6/+14
2001-06-22Fix for race condition found by Herb where we can end up with a NULL dbf.Jeremy Allison1-8/+0
2001-06-22added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell2-0/+85
2001-06-22Spelling fix.Tim Potter1-1/+1
2001-06-22the BAD_PTR idea in talloc.h is actually a bad idea - it means callers have n...Andrew Tridgell1-7/+1
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell4-210/+75
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