summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | few cleanups to bring in line with 2.2Gerald Carter2001-04-281-1/+0
* | More debug %d -> %u issues.Jeremy Allison2001-04-271-4/+4
* | More %d (uid_t) stuff...Jeremy Allison2001-04-271-3/+3
* | Don't use variables called "acl" as it's the name of a function in Solaris.Jeremy Allison2001-04-271-13/+13
* | added much better snprintf code, plus new function asprintfAndrew Tridgell2001-04-271-734/+714
* | Fixed %U and %D substitutions. %U is lowercase user name, %D is uppercaseJeremy Allison2001-04-251-2/+12
* | Fix proto's in old code.Jeremy Allison2001-04-211-21/+9
* | merge from 2.2Gerald Carter2001-04-201-1/+1
* | merge from 2.2Gerald Carter2001-04-191-2/+2
* | Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison2001-04-181-39/+4
* | Merged Andrew's wfw fix (2).Jeremy Allison2001-04-171-2/+5
* | AIX ACLs donated by IBM.Jeremy Allison2001-04-172-4/+988
* | Added Darwin guess.Jeremy Allison2001-04-151-88/+93
* | Removed one samba-bugs ref. from source.Jeremy Allison2001-04-141-1/+1
* | Added POSIX_ACL support for *BSD. Patch from jedgar@fxp.org. ChangedJeremy Allison2001-04-141-0/+9
* | Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentiallyJeremy Allison2001-04-131-0/+28
* | Added fix from "Eric Boehm" <boehm@nortelnetworks.com> to try and set hardJeremy Allison2001-04-131-0/+24
* | Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-132-7/+5
* | As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-133-77/+96
* | Can't use space in random string used for exec.Jeremy Allison2001-04-121-1/+1
* | Changed lp_add/delete/enum scripts to use lockdir if spool dir doesn'tJeremy Allison2001-04-121-0/+24
* | Merged John's changes.Jeremy Allison2001-04-121-3/+3
* | To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison2001-04-113-2/+15
* | Changed the order of -kPIC and -kpic.Jeremy Allison2001-04-111-4/+6
* | Fixed --with-automount compile error.Jeremy Allison2001-04-101-2/+2
* | Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-086-7/+7
* | If we can't open the username map file, at least print the strerror.Jeremy Allison2001-04-061-1/+1
* | Fix from Michael Davidson <md@sco.COM> to merge Solaris and UnixWare ACLs.Jeremy Allison2001-04-052-560/+52
* | Tidy up tmp file handling.Jeremy Allison2001-04-051-7/+2
* | Added XFS ACLs on Linux. Code from John Trostel <jtrostel@connex.com>.Jeremy Allison2001-04-031-0/+214
* | IRIX ACLs from Herb.Jeremy Allison2001-04-021-0/+244
* | include/ntdomain.h:Jeremy Allison2001-04-021-2/+2
* | configure configure.in include/config.h.in lib/replace.c: Added test and repl...Jeremy Allison2001-03-311-0/+7
* | Patch from David Gibson <dgibson@linuxcare.com> to reduce "silent abort"Jeremy Allison2001-03-271-51/+83
* | merge from 2.2Gerald Carter2001-03-271-8/+71
* | Fix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT correctly write and smb....Jeremy Allison2001-03-261-0/+16
* | Patch to make automount lookup fallback to get home directory from getpwnam.Jeremy Allison2001-03-262-28/+40
* | Added Gerald's fixes.Jeremy Allison2001-03-231-1/+0
* | a much simpler talloc() implementation. This version has the followingAndrew Tridgell2001-03-231-29/+36
* | Sync up with 2.2 ACL code.Jeremy Allison2001-03-231-4/+0
* | New POSIX ACL mapping code. Works with UNIX permissions, now for testingJeremy Allison2001-03-221-0/+20
* | Added sys_dlopen/sys_dlsym/sys_dlclose.Jeremy Allison2001-03-191-0/+31
* | fixed rpcclient readline codeAndrew Tridgell2001-03-191-1/+1
* | added basic command completion supportAndrew Tridgell2001-03-191-1/+6
* | much simpler readline codeAndrew Tridgell2001-03-181-73/+44
* | much better readline support from Simo Sorce, with some mods from meAndrew Tridgell2001-03-181-0/+126
* | removed useless debug msgAndrew Tridgell2001-03-171-3/+0
* | lib/system.c (Finally) fixed all insure errors in password caching code. We c...Jeremy Allison2001-03-171-56/+53
* | AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison2001-03-151-69/+1
* | Fixed reading of strings from big-endian RPC clients.Jeremy Allison2001-03-131-0/+68