summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2001-03-01Fixed a couple of getpwXX calls that were not going through the sys_getpwXXJeremy Allison1-2/+2
2001-02-28Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2-10/+18
2001-02-27Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison1-0/+22
2001-02-25rpc_client/cli_netlogon.c: Fixed incorrect printf.Jeremy Allison1-0/+536
2001-02-23- fixed the sort_acl bug, sorting now works rightAndrew Tridgell1-9/+20
2001-02-23Always increment even if the read fails (otherwise we spin if we hit the kern...Jeremy Allison1-1/+4
2001-02-22lib/select.c: Fix for Linux 2.0.x kernel that causes select to return true on...Jeremy Allison1-0/+15
2001-02-21make ascii_to_unistr always use little-endian. This fn is never usedAndrew Tridgell1-2/+5
2001-02-20- neater setting of bccAndrew Tridgell1-6/+16
2001-02-20up the debug level of the debug level change msgAndrew Tridgell1-2/+2
2001-02-20initial client side unicode support (needed for netapp filer)Andrew Tridgell1-1/+1
2001-02-16Excise snprintf -> slprintf.Jeremy Allison2-7/+8
2001-02-15Patch to add UnixWare ACLs from Michael Davidson <md@sco.COM>. With someJeremy Allison1-0/+559
2001-02-15samba/source/nmbd/nmbd.c change remote_machine name to nmbd insteadHerb Lewis1-5/+7
2001-02-14Baltic codepage fixes from Toomas Soome <tsoome@ut.ee>Tim Potter1-0/+62
2001-02-13It compiles for me now :-). rpc_server/srv_lsa.c - added fix to allow w2kJeremy Allison1-6/+6
2001-02-13change pstrcpy() in setup_pwret() to fstrcpy() since we areGerald Carter1-2/+2
2001-02-12Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison3-10/+125
2001-02-03Merge from 2.2 - with connection fix.Jeremy Allison1-1/+15
2001-01-31lib/system.c: Fix for pw caching.Jeremy Allison1-12/+37
2001-01-24Fix insure problems with passwd caching code.Jeremy Allison1-6/+10
2001-01-24Added modification to Richard Bollinger getpw[nam|uid] cache patch. OnlyJeremy Allison1-2/+14
2001-01-24getpw[nam|uid] caching patch from "Richard Bollinger"Gerald Carter1-7/+37
2001-01-24fixed typo in debug statementGerald Carter1-2/+2
2001-01-23Changes from APPLIANCE_HEAD:David O'Neill1-4/+7
2001-01-23include/vfs.h:Jeremy Allison1-2/+3
2001-01-19Changes from APPLIANCE_HEAD:David O'Neill1-28/+119
2001-01-17Cleanup of Get_Pwnam(). Adds debugging, cleans up the allow_changeDavid O'Neill1-48/+45
2001-01-15Changes from APPLIANCE_HEAD:David O'Neill1-4/+9