summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Excise snprintf -> slprintf.Jeremy Allison2001-02-162-7/+8
* Patch to add UnixWare ACLs from Michael Davidson <md@sco.COM>. With someJeremy Allison2001-02-151-0/+559
* samba/source/nmbd/nmbd.c change remote_machine name to nmbd insteadHerb Lewis2001-02-151-5/+7
* Baltic codepage fixes from Toomas Soome <tsoome@ut.ee>Tim Potter2001-02-141-0/+62
* It compiles for me now :-). rpc_server/srv_lsa.c - added fix to allow w2kJeremy Allison2001-02-131-6/+6
* change pstrcpy() in setup_pwret() to fstrcpy() since we areGerald Carter2001-02-131-2/+2
* Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison2001-02-123-10/+125
* Merge from 2.2 - with connection fix.Jeremy Allison2001-02-031-1/+15
* lib/system.c: Fix for pw caching.Jeremy Allison2001-01-311-12/+37
* Fix insure problems with passwd caching code.Jeremy Allison2001-01-241-6/+10
* Added modification to Richard Bollinger getpw[nam|uid] cache patch. OnlyJeremy Allison2001-01-241-2/+14
* getpw[nam|uid] caching patch from "Richard Bollinger"Gerald Carter2001-01-241-7/+37
* fixed typo in debug statementGerald Carter2001-01-241-2/+2
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-231-4/+7
* include/vfs.h:Jeremy Allison2001-01-231-2/+3
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-191-28/+119
* Cleanup of Get_Pwnam(). Adds debugging, cleans up the allow_changeDavid O'Neill2001-01-171-48/+45
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-151-4/+9
* removed unnecessary process_exists() call in message_send_pid()Andrew Tridgell2001-01-151-11/+0
* Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter.Jeremy Allison2001-01-111-5/+5
* First compiling version of code that sets NT ACLs as POSIX ACLs.Jeremy Allison2001-01-111-2/+90
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-111-1/+1
* Fix from John for growing messages.tdb.Jeremy Allison2001-01-111-0/+1
* Codepages and stuff for Turkish language support. Contributed byTim Potter2001-01-071-0/+25
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-042-5/+75
* Fixed -d option for rpcclient.Tim Potter2001-01-021-2/+7
* Removed uninitialised variable.Jeremy Allison2000-12-201-1/+0
* Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allowJeremy Allison2000-12-191-11/+32
* A couple more UMR fixes.Jeremy Allison2000-12-181-2/+2
* Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosingJeremy Allison2000-12-151-5/+5
* lib/util_unistr.c:Jean-François Micouleau2000-12-151-22/+21
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-152-11/+7
* Renamed parameters and variables called acl to the_acl as it conflictsTim Potter2000-12-141-6/+6
* Removed the special casing of SIDs in se_access_check. This is now done (corr...Jeremy Allison2000-12-122-41/+45
* Owner always has READ_CONTROL and WRITE_DAC access.Jeremy Allison2000-12-121-1/+3
* code review of rpcclientGerald Carter2000-12-111-159/+140
* new version of Get_Pwnam()Gerald Carter2000-12-111-52/+50
* Fixed typo causing coredump in file_lines_parse.Jeremy Allison2000-12-091-1/+1
* Modified argc passed to rpc_client cmd_* functions to include argv[0].Tim Potter2000-12-081-3/+3
* file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison2000-12-071-7/+14
* Added better configure test for POSIX ACLs. Fixed stupid typo in sysacls.cJeremy Allison2000-12-071-1/+1
* Working code to read POSIX ACLs on a Linux system using the bestbitsJeremy Allison2000-12-071-2/+49
* Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison2000-12-061-0/+12
* Fixed compiler warning.Tim Potter2000-12-061-1/+1
* Make smbd/posix_acls.c use abstract interface.Jeremy Allison2000-12-061-0/+110
* Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison2000-12-061-7/+7
* fixed messaging bug - use strlen() instead of sizeof() in key lengthAndrew Tridgell2000-12-021-2/+2
* Allow zero length smb.conf files.Tim Potter2000-12-011-2/+0