summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2000-12-01Use lp_codepagedir() instead of CODEPAGEDIR when loading the unicode map.Tim Potter1-2/+3
2000-11-21Another large patch for the passdb rewrite.Gerald Carter1-0/+6
2000-11-17fixed the problem with messages not getting throughAndrew Tridgell1-1/+1
2000-11-17save and restore errno in selectAndrew Tridgell1-1/+5
2000-11-17Delete queue on empty.Jeremy Allison1-2/+7
2000-11-17the duplicate checking code will cause unaligned accesses on non-intelAndrew Tridgell1-4/+4
2000-11-17use process_exists() not kill(pid, 0)Andrew Tridgell1-1/+1
2000-11-16Fix for a problem with the new messaging system. If a sender is using theJeremy Allison2-6/+42
2000-11-16Fix for plaintext passwords from Pat Sandfort @ HP.Jeremy Allison1-3/+6
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison1-51/+0
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-0/+7
2000-11-11Merge of Herb's profiling code.Jeremy Allison1-0/+1
2000-11-10Merge in Herb's changes from 2.2.Jeremy Allison1-1/+1
2000-11-10Fix from John E. Malmberg <wb8tyw@qsl.net> for -1 return in interfaces scan.Jeremy Allison1-2/+2
2000-11-0664 bit fix from Uros Prestor <uros@turbolinux.com>.Jeremy Allison1-3/+3
2000-11-04Fix some compiler warnings.Tim Potter1-6/+6
2000-10-28Fixed silly bug in dup2 code found by Kenichi Okuyama@Tokyo Research Lab. IBM...Jeremy Allison1-1/+1
2000-10-25Even when looking up a users groups via winbindd even if the lookup forJeremy Allison1-2/+2
2000-10-25John Reilly @ HP (who is a wonderful human being and *definately* needsJeremy Allison1-2/+0
2000-10-19Fixed missing bracket on debug statement.Tim Potter1-1/+1
2000-10-13Added David O'Neills fix to HEAD (hmmm. how did this compile... :-).Jeremy Allison1-1/+1
2000-10-13Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison2-32/+148