Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r15525: fix compile error on HP-UX reported by Ryan Novosielski | Gerald Carter | 1 | -1/+0 |
2007-10-10 | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 1 | -9/+2 |
2007-10-10 | r5789: Patch from William Jojo <jojowil@hvcc.edu> - AIX has no default ACLs. | Jeremy Allison | 1 | -0/+7 |
2007-10-10 | r4305: Fix from Albert Chin (china@thewrittenword.com) to fix the | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com). | Jeremy Allison | 1 | -31/+30 |
2007-10-10 | r3693: Correctly detect errno for no acl/ea support. | Jeremy Allison | 1 | -0/+20 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -14/+2 |
2002-03-04 | dos2unix not used in HEAD anymore. | Jeremy Allison | 1 | -2/+2 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-12-15 | Added HPUX ACL code. | Jeremy Allison | 1 | -0/+957 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -35/+33 |
2001-08-10 | Added Mike Davidsons Tru64 ACL patch. | Jeremy Allison | 1 | -13/+23 |
2001-08-08 | Change all realloc() statements to Realloc() (ecxept for tdb.c) | Simo Sorce | 1 | -1/+1 |
2001-07-26 | Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie. | Jeremy Allison | 1 | -6/+152 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -1/+1 |
2001-06-18 | Added patches to remove Linux specific XFS ACLs. These are now handled by the | Jeremy Allison | 1 | -219/+0 |
2001-06-09 | Fixed typo in Solaris and UnixWare ACLs. | Jeremy Allison | 1 | -1/+1 |
2001-06-08 | Herb's IRIX fix for deleting default ACLs. | Jeremy Allison | 1 | -0/+5 |
2001-06-08 | AIX has no default acls. | Jeremy Allison | 1 | -0/+6 |
2001-06-08 | Added sys_acl_delete_def_file for UnixWare and Solaris from | Jeremy Allison | 1 | -19/+56 |
2001-06-08 | Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix. | Jeremy Allison | 1 | -7/+19 |
2001-04-17 | AIX ACLs donated by IBM. | Jeremy Allison | 1 | -4/+883 |
2001-04-14 | Added POSIX_ACL support for *BSD. Patch from jedgar@fxp.org. Changed | Jeremy Allison | 1 | -0/+9 |
2001-04-13 | Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentially | Jeremy Allison | 1 | -0/+28 |
2001-04-12 | Merged John's changes. | Jeremy Allison | 1 | -3/+3 |
2001-04-11 | To stop people complaining about the mktemp call, move it into lib/util.c. Th... | Jeremy Allison | 1 | -1/+0 |
2001-04-11 | Changed the order of -kPIC and -kpic. | Jeremy Allison | 1 | -4/+6 |
2001-04-05 | Fix from Michael Davidson <md@sco.COM> to merge Solaris and UnixWare ACLs. | Jeremy Allison | 1 | -559/+52 |
2001-04-03 | Added XFS ACLs on Linux. Code from John Trostel <jtrostel@connex.com>. | Jeremy Allison | 1 | -0/+214 |
2001-04-02 | IRIX ACLs from Herb. | Jeremy Allison | 1 | -0/+244 |
2001-03-22 | New POSIX ACL mapping code. Works with UNIX permissions, now for testing | Jeremy Allison | 1 | -0/+20 |
2001-03-01 | Fixed a couple of getpwXX calls that were not going through the sys_getpwXX | Jeremy Allison | 1 | -2/+2 |
2001-02-25 | rpc_client/cli_netlogon.c: Fixed incorrect printf. | Jeremy Allison | 1 | -0/+536 |
2001-02-16 | Excise snprintf -> slprintf. | Jeremy Allison | 1 | -6/+6 |
2001-02-15 | Patch to add UnixWare ACLs from Michael Davidson <md@sco.COM>. With some | Jeremy Allison | 1 | -0/+559 |
2001-01-11 | Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter. | Jeremy Allison | 1 | -5/+5 |
2001-01-11 | First compiling version of code that sets NT ACLs as POSIX ACLs. | Jeremy Allison | 1 | -2/+90 |
2000-12-19 | Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allow | Jeremy Allison | 1 | -11/+32 |
2000-12-14 | Renamed parameters and variables called acl to the_acl as it conflicts | Tim Potter | 1 | -6/+6 |
2000-12-07 | Added better configure test for POSIX ACLs. Fixed stupid typo in sysacls.c | Jeremy Allison | 1 | -1/+1 |
2000-12-07 | Working code to read POSIX ACLs on a Linux system using the bestbits | Jeremy Allison | 1 | -2/+49 |
2000-12-06 | Cause smbd to use the new posix_acls code, not the old unix_acls code. | Jeremy Allison | 1 | -0/+12 |
2000-12-06 | Make smbd/posix_acls.c use abstract interface. | Jeremy Allison | 1 | -0/+110 |