summaryrefslogtreecommitdiffstats
path: root/source/smbd/posix_acls.c
Commit message (Expand)AuthorAgeFilesLines
* sync with SAMBA_2_2 for 2.2.6rc1Gerald Carter2002-10-091-13/+99
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-171-74/+96
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-63/+139
* Move over to RELEASE branch.Jeremy Allison2002-02-011-47/+55
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-9/+24
* Syncup getting ready for release.Jeremy Allison2001-07-061-42/+224
* Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentiallyJeremy Allison2001-04-131-0/+2
* Fixed extern ref typo for file generic perms. 2am coding strikes again :-).Jeremy Allison2001-03-301-1/+1
* This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison2001-03-301-2/+8
* Fixed the problem Gerald reported. Unfortunately we need to go back toJeremy Allison2001-03-281-194/+110
* smbd/posix_acls.c: Saving and restoring errno here is the wrong place. Moved itJeremy Allison2001-03-261-11/+2
* smbd/posix_acls.c: Ensure we never return an access deny ACL.Jeremy Allison2001-03-261-18/+12
* Shame I missed the alpha3 with this commit, but I didn't catch it in time, sh...Jeremy Allison2001-03-231-49/+2
* Getting ready for alpha 3 - fixed unused variable warnings with IRIX compiler.Jeremy Allison2001-03-231-14/+0
* Fix user private group problem by not returning groups which have theJeremy Allison2001-03-231-1/+7
* Sort the returned NT ACE entries so denys come first.Jeremy Allison2001-03-231-0/+17
* More ACL tweaking...Jeremy Allison2001-03-231-1/+11
* More tweaks for ACL mapping....Jeremy Allison2001-03-221-5/+10
* lib/system.c: Remove debug comments (not needed).Jeremy Allison2001-03-221-42/+46
* Rewrite of ACL mapping code. Works ok on UNIX permissions, now for testingJeremy Allison2001-03-221-338/+684
* lib/system.c (Finally) fixed all insure errors in password caching code. We c...Jeremy Allison2001-03-171-3/+20
* Ok - I'm happy with the mapping for ACLs on NT "getACL" - now to examine forJeremy Allison2001-03-171-62/+166
* Tidyup return of zero-permissions (map to ACE_DENIED, GENERIC_ALL, Everyone).Jeremy Allison2001-03-151-12/+32
* Filter out deny entries when returning standard UNIX perms.Jeremy Allison2001-03-151-3/+12
* Working on the NT4 ACL view of POSIX ACL problem reported by Gerald. I canJeremy Allison2001-03-101-13/+17
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-211-9/+6
* Fixed the bug with W2K profiles being written with zero directory permissions.Jeremy Allison2001-02-161-3/+14
* smbencrypt.c: rewrote decode_pw_buffer() to generate the NT and LM hashes.Jean-François Micouleau2001-02-031-0/+2
* Fixed problems with chmod interacting with ACL code.Jeremy Allison2001-01-231-2/+6
* Fixup for chmod_acl, fchmod_acl for inherited ACLs.Jeremy Allison2001-01-231-12/+44
* Work in progress on chmod_acl and fchmod_acl.Jeremy Allison2001-01-231-0/+77
* Directory ACLs now seem to be working correctly !Jeremy Allison2001-01-191-6/+181
* More debug to understand directory ACL mapping. Code needs a little more work.Jeremy Allison2001-01-181-7/+43
* Fixup typos in directory ACL support.Jeremy Allison2001-01-151-2/+3
* Added merge code to merge ACLs belonging to the same user as POSIX ACLSJeremy Allison2001-01-151-2/+49
* Debug printing for canon_ace entries.Jeremy Allison2001-01-151-23/+59
* Got get/set of POSIX ACLs working on Linux !!!!!!Jeremy Allison2001-01-131-3/+40
* Moving over of posix_acl code into 2.2. Needs testing !Jeremy Allison2001-01-121-3/+154
* Latest snapshot of POSIX ACL support (note this is not yet compiled in).Jeremy Allison2001-01-101-308/+785
* This doesn't compile but is a placeholder for moving the UNIXJeremy Allison2000-08-291-0/+618