summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2000-12-12Owner always has READ_CONTROL and WRITE_DAC access.Jeremy Allison1-1/+3
2000-12-11code review of rpcclientGerald Carter1-159/+140
2000-12-11new version of Get_Pwnam()Gerald Carter1-52/+50
2000-12-09Fixed typo causing coredump in file_lines_parse.Jeremy Allison1-1/+1
2000-12-08Modified argc passed to rpc_client cmd_* functions to include argv[0].Tim Potter1-3/+3
2000-12-07file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison1-7/+14
2000-12-07Added better configure test for POSIX ACLs. Fixed stupid typo in sysacls.cJeremy Allison1-1/+1
2000-12-07Working code to read POSIX ACLs on a Linux system using the bestbitsJeremy Allison1-2/+49
2000-12-06Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison1-0/+12
2000-12-06Fixed compiler warning.Tim Potter1-1/+1
2000-12-06Make smbd/posix_acls.c use abstract interface.Jeremy Allison1-0/+110
2000-12-06Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison1-7/+7
2000-12-02fixed messaging bug - use strlen() instead of sizeof() in key lengthAndrew Tridgell1-2/+2
2000-12-01Allow zero length smb.conf files.Tim Potter1-2/+0