summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Dead code removal. Not used anywhere.Jeremy Allison2001-03-112-730/+0
* | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-117-15/+24
* | started support for unicode on the wire in smbd. Using a very similarAndrew Tridgell2001-03-101-0/+9
* | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-1/+1
* | Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison2001-03-071-8/+3
* | Fixed a couple of getpwXX calls that were not going through the sys_getpwXXJeremy Allison2001-03-011-2/+2
* | Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2001-02-282-10/+18
* | Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison2001-02-271-0/+22
* | rpc_client/cli_netlogon.c: Fixed incorrect printf.Jeremy Allison2001-02-251-0/+536
* | - fixed the sort_acl bug, sorting now works rightAndrew Tridgell2001-02-231-9/+20
* | Always increment even if the read fails (otherwise we spin if we hit the kern...Jeremy Allison2001-02-231-1/+4
* | lib/select.c: Fix for Linux 2.0.x kernel that causes select to return true on...Jeremy Allison2001-02-221-0/+15
* | make ascii_to_unistr always use little-endian. This fn is never usedAndrew Tridgell2001-02-211-2/+5
* | - neater setting of bccAndrew Tridgell2001-02-201-6/+16
* | up the debug level of the debug level change msgAndrew Tridgell2001-02-201-2/+2
* | initial client side unicode support (needed for netapp filer)Andrew Tridgell2001-02-201-1/+1