summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed warnings and made const-safe so it has the correct prototype.Jeremy Allison2001-07-031-12/+12
* | fixed socketpair_tcp for OpenBSDAndrew Tridgell2001-07-031-4/+9
* | - sorry, forgot to check a pointerSimo Sorce2001-07-031-3/+5
* | Made talloc_realloc() semantics match realloc(). JF was complaining :-).Jeremy Allison2001-07-021-0/+8
* | "netbios aliases" and "interfaces" options change from P_STRING to P_LISTSimo Sorce2001-07-011-5/+5
* | Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison2001-06-291-0/+28
* | Replaced memcpy() with memmove() to make safe_strcpy() safe for overlappingTim Potter2001-06-291-1/+1
* | Syncup between 2.2 and HEAD.Jeremy Allison2001-06-271-17/+16
* | on sco2 socketpair_tcp needs a bindAndrew Tridgell2001-06-271-0/+9
* | handle EISCONN in socketpair_tcpAndrew Tridgell2001-06-271-1/+2
* | Ensure numeric group or user names don't get misinterpreted.Jeremy Allison2001-06-251-4/+8
* | make sure we have BOOL in autoconf usage of util_sec.cAndrew Tridgell2001-06-251-0/+1
* | - make the regresison test mode code build in by default. This shouldAndrew Tridgell2001-06-252-30/+53
* | fix compiler warningsSimo Sorce2001-06-231-3/+0
* | Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison2001-06-232-6/+14
* | Fix for race condition found by Herb where we can end up with a NULL dbf.Jeremy Allison2001-06-221-8/+0
* | added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell2001-06-222-0/+85
* | Spelling fix.Tim Potter2001-06-221-1/+1
* | the BAD_PTR idea in talloc.h is actually a bad idea - it means callers have n...Andrew Tridgell2001-06-221-7/+1
* | next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-214-210/+75
* | initial support for paramter type P_LISTSimo Sorce2001-06-201-43/+23
* | Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison2001-06-181-219/+0
* | Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitiveTim Potter2001-06-182-69/+8
* | Fix from TAKAHASHI Motonobu <monyo@samba.gr.jp> for multibyte conversionJeremy Allison2001-06-121-30/+16
* | lib/util_getent.c: removed debug code.Jeremy Allison2001-06-121-5/+2
* | Found & fixed memory bug. num+1 * sizeof(x) != (num+1)*sizeof(x)........Jeremy Allison2001-06-111-16/+47
* | Fixed typo in Solaris and UnixWare ACLs.Jeremy Allison2001-06-091-1/+1
* | *Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison2001-06-091-45/+19
* | Herb's IRIX fix for deleting default ACLs.Jeremy Allison2001-06-081-0/+5
* | AIX has no default acls.Jeremy Allison2001-06-081-0/+6
* | Added sys_acl_delete_def_file for UnixWare and Solaris fromJeremy Allison2001-06-081-19/+56
* | Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix.Jeremy Allison2001-06-081-7/+19
* | Changes to use new genrand code that got missed while I was in Japan.Jeremy Allison2001-06-061-21/+0
* | use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-041-1/+1
* | If a debug class was explicitly set to zero the debug system would notTim Potter2001-06-011-14/+36
* | Rename bzero -> memset.Jeremy Allison2001-05-311-55/+81
* | Fixed compiler warning.Tim Potter2001-05-291-2/+2
* | 4 new functions to retrieve single linked list of group and passwd entriesSimo Sorce2001-05-291-0/+185
* | Fixup the large_writex problem (a large_writex can send a full 64k of data,Jeremy Allison2001-05-241-24/+27
* | Fix for random stream generator.Jeremy Allison2001-05-241-168/+186
* | Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison2001-05-151-1/+5
* | string_hash() should be static. hash_clear() should be void.Jeremy Allison2001-05-121-6/+4
* | Added talloc_strdup() funcion.Tim Potter2001-05-111-0/+6
* | Needs to be >=, not just >.Jeremy Allison2001-05-101-1/+1
* | Fix for problem with "" string in trim_string(). Pointed out by Ben Winslow <...Jeremy Allison2001-05-101-3/+5
* | Added sid_peek_rid() function to return the rid of a sid. Saves muckingTim Potter2001-05-101-0/+13
* | Bumped up debug level on set socket options from 3 to 5.Tim Potter2001-05-101-2/+2
* | Hey what happened to my debug messages? Early exit from reopen_logs()Tim Potter2001-05-071-0/+11
* | removed need for scandir in client.cAndrew Tridgell2001-05-071-1/+3
* | Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter2001-05-071-21/+0