summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2001-04-02IRIX ACLs from Herb.Jeremy Allison1-0/+244
2001-04-02include/ntdomain.h:Jeremy Allison1-2/+2
2001-03-31configure configure.in include/config.h.in lib/replace.c: Added test and repl...Jeremy Allison1-0/+7
2001-03-27Patch from David Gibson <dgibson@linuxcare.com> to reduce "silent abort"Jeremy Allison1-51/+83
2001-03-27merge from 2.2Gerald Carter1-8/+71
2001-03-26Fix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT correctly write and smb....Jeremy Allison1-0/+16
2001-03-26Patch to make automount lookup fallback to get home directory from getpwnam.Jeremy Allison2-28/+40
2001-03-23Added Gerald's fixes.Jeremy Allison1-1/+0
2001-03-23a much simpler talloc() implementation. This version has the followingAndrew Tridgell1-29/+36
2001-03-23Sync up with 2.2 ACL code.Jeremy Allison1-4/+0
2001-03-22New POSIX ACL mapping code. Works with UNIX permissions, now for testingJeremy Allison1-0/+20
2001-03-19Added sys_dlopen/sys_dlsym/sys_dlclose.Jeremy Allison1-0/+31
2001-03-19fixed rpcclient readline codeAndrew Tridgell1-1/+1
2001-03-19added basic command completion supportAndrew Tridgell1-1/+6
2001-03-18much simpler readline codeAndrew Tridgell1-73/+44
2001-03-18much better readline support from Simo Sorce, with some mods from meAndrew Tridgell1-0/+126
2001-03-17removed useless debug msgAndrew Tridgell1-3/+0
2001-03-17lib/system.c (Finally) fixed all insure errors in password caching code. We c...Jeremy Allison1-56/+53
2001-03-15AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison1-69/+1
2001-03-13Fixed reading of strings from big-endian RPC clients.Jeremy Allison1-0/+68
2001-03-11Dead code removal. Not used anywhere.Jeremy Allison2-730/+0
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison7-15/+24
2001-03-10started support for unicode on the wire in smbd. Using a very similarAndrew Tridgell1-0/+9
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison1-1/+1
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison1-8/+3