summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2001-01-15removed unnecessary process_exists() call in message_send_pid()Andrew Tridgell1-11/+0
2001-01-11Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter.Jeremy Allison1-5/+5
2001-01-11First compiling version of code that sets NT ACLs as POSIX ACLs.Jeremy Allison1-2/+90
2001-01-11Changes from APPLIANCE_HEAD:David O'Neill1-1/+1
2001-01-11Fix from John for growing messages.tdb.Jeremy Allison1-0/+1
2001-01-07Codepages and stuff for Turkish language support. Contributed byTim Potter1-0/+25
2001-01-04Changes from APPLIANCE_HEAD:David O'Neill2-5/+75
2001-01-02Fixed -d option for rpcclient.Tim Potter1-2/+7
2000-12-20Removed uninitialised variable.Jeremy Allison1-1/+0
2000-12-19Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allowJeremy Allison1-11/+32
2000-12-18A couple more UMR fixes.Jeremy Allison1-2/+2
2000-12-15Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosingJeremy Allison1-5/+5
2000-12-15lib/util_unistr.c:Jean-François Micouleau1-22/+21
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2-11/+7
2000-12-14Renamed parameters and variables called acl to the_acl as it conflictsTim Potter1-6/+6
2000-12-12Removed the special casing of SIDs in se_access_check. This is now done (corr...Jeremy Allison2-41/+45