summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use lp_codepagedir() instead of CODEPAGEDIR when loading the unicode map.Tim Potter2000-12-011-2/+3
* Another large patch for the passdb rewrite.Gerald Carter2000-11-211-0/+6
* fixed the problem with messages not getting throughAndrew Tridgell2000-11-171-1/+1
* save and restore errno in selectAndrew Tridgell2000-11-171-1/+5
* Delete queue on empty.Jeremy Allison2000-11-171-2/+7
* the duplicate checking code will cause unaligned accesses on non-intelAndrew Tridgell2000-11-171-4/+4
* use process_exists() not kill(pid, 0)Andrew Tridgell2000-11-171-1/+1
* Fix for a problem with the new messaging system. If a sender is using theJeremy Allison2000-11-162-6/+42
* Fix for plaintext passwords from Pat Sandfort @ HP.Jeremy Allison2000-11-161-3/+6
* Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2000-11-161-51/+0
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-0/+7
* Merge of Herb's profiling code.Jeremy Allison2000-11-111-0/+1
* Merge in Herb's changes from 2.2.Jeremy Allison2000-11-101-1/+1
* Fix from John E. Malmberg <wb8tyw@qsl.net> for -1 return in interfaces scan.Jeremy Allison2000-11-101-2/+2
* 64 bit fix from Uros Prestor <uros@turbolinux.com>.Jeremy Allison2000-11-061-3/+3
* Fix some compiler warnings.Tim Potter2000-11-041-6/+6
* Fixed silly bug in dup2 code found by Kenichi Okuyama@Tokyo Research Lab. IBM...Jeremy Allison2000-10-281-1/+1
* Even when looking up a users groups via winbindd even if the lookup forJeremy Allison2000-10-251-2/+2
* John Reilly @ HP (who is a wonderful human being and *definately* needsJeremy Allison2000-10-251-2/+0
* Fixed missing bracket on debug statement.Tim Potter2000-10-191-1/+1
* Added David O'Neills fix to HEAD (hmmm. how did this compile... :-).Jeremy Allison2000-10-131-1/+1