summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2001-04-17Merged Andrew's wfw fix (2).Jeremy Allison1-2/+5
2001-04-17AIX ACLs donated by IBM.Jeremy Allison2-4/+988
2001-04-15Added Darwin guess.Jeremy Allison1-88/+93
2001-04-14Removed one samba-bugs ref. from source.Jeremy Allison1-1/+1
2001-04-14Added POSIX_ACL support for *BSD. Patch from jedgar@fxp.org. ChangedJeremy Allison1-0/+9
2001-04-13Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentiallyJeremy Allison1-0/+28
2001-04-13Added fix from "Eric Boehm" <boehm@nortelnetworks.com> to try and set hardJeremy Allison1-0/+24
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison2-7/+5
2001-04-13As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison3-77/+96
2001-04-12Can't use space in random string used for exec.Jeremy Allison1-1/+1
2001-04-12Changed lp_add/delete/enum scripts to use lockdir if spool dir doesn'tJeremy Allison1-0/+24
2001-04-12Merged John's changes.Jeremy Allison1-3/+3
2001-04-11To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison3-2/+15
2001-04-11Changed the order of -kPIC and -kpic.Jeremy Allison1-4/+6
2001-04-10Fixed --with-automount compile error.Jeremy Allison1-2/+2
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison6-7/+7
2001-04-06If we can't open the username map file, at least print the strerror.Jeremy Allison1-1/+1
2001-04-05Fix from Michael Davidson <md@sco.COM> to merge Solaris and UnixWare ACLs.Jeremy Allison2-560/+52
2001-04-05Tidy up tmp file handling.Jeremy Allison1-7/+2
2001-04-03Added XFS ACLs on Linux. Code from John Trostel <jtrostel@connex.com>.Jeremy Allison1-0/+214