Age | Commit message (Expand) | Author | Files | Lines |
2012-09-20 | s3: Fix idmap_hash | Volker Lendecke | 1 | -1/+1 |
2012-09-19 | s3: Use SBVAL in put_long_date_timespec | Volker Lendecke | 1 | -2/+1 |
2012-09-18 | s3: Fix some nonempty line endings | Volker Lendecke | 1 | -12/+12 |
2012-09-18 | quota: add supprt for gfs2 | Björn Jacke | 1 | -0/+2 |
2012-09-18 | panic action is defined as GLOBAL_VAR(szPanicAction) not GLOBAL_VAR(panic_act... | Matthieu Patou | 1 | -1/+0 |
2012-09-18 | source3/script: fix installman.sh after the last build-manpages-nogit change | Michael Adam | 1 | -2/+2 |
2012-09-18 | Fix service control for non-internal services. | Vladimir Marek | 1 | -4/+0 |
2012-09-17 | s3:libsmb fix a double free error | Christian Ambach | 1 | -1/+0 |
2012-09-16 | s3:libsmb fix a potential crash | Christian Ambach | 1 | -9/+12 |
2012-09-16 | s3:vfs_gpfs: fix build | Christian Ambach | 1 | -5/+5 |
2012-09-16 | s3:auth fix a compiler warning | Christian Ambach | 1 | -3/+2 |
2012-09-15 | quota: also log which fs type we found | Björn Jacke | 1 | -1/+1 |
2012-09-15 | autoconf: check for dn_expand also in libinet | Björn Jacke | 1 | -0/+1 |
2012-09-15 | wafbuild: check for dn_expand also in libinet | Björn Jacke | 1 | -0/+1 |
2012-09-15 | Add 'bool use_privs' to smbd_calculate_access_mask(). | Jeremy Allison | 4 | -5/+10 |
2012-09-14 | Fix bad string in debug message (remove it). | Jeremy Allison | 1 | -4/+2 |
2012-09-14 | Add bool use_privs parameter to smbd_check_access_rights() | Jeremy Allison | 5 | -4/+18 |
2012-09-14 | Add "backup_intent" bool. | Jeremy Allison | 1 | -1/+2 |
2012-09-14 | Don't call can_write_to_file() if we already have 'fsp->can_write' set. | Jeremy Allison | 1 | -0/+2 |
2012-09-14 | build: Fix build on systems without ldap development headers | Andrew Bartlett | 1 | -0/+1 |
2012-09-14 | s3: fix the hpux acl module | Björn Jacke | 1 | -5/+5 |
2012-09-14 | s3: fix the tru64 acl module | Björn Jacke | 1 | -5/+5 |
2012-09-14 | s3: fix the aix acl module | Björn Jacke | 1 | -9/+9 |
2012-09-14 | s3: Fix the vfs_solarisacl module to compile. | Ira Cooper | 1 | -5/+5 |
2012-09-14 | autoconf: fix --with(out)-sendfile-support option handling | Björn Jacke | 1 | -15/+20 |
2012-09-14 | s3: make smbldaphelper subsystem an internal library | Alexander Bokovoy | 3 | -11/+10 |
2012-09-13 | Sigh :-(. Removing optimization prematurely is the root of all evil :-(. | Jeremy Allison | 3 | -0/+15 |
2012-09-13 | s3: make ldapsam-related functions a smbldaphelper subsystem | Alexander Bokovoy | 3 | -4/+7 |
2012-09-12 | s3:build: rewrite autogen.sh to be called from any directory | Michael Adam | 1 | -5/+20 |
2012-09-12 | In vfs modules, don't use 'conn->origpath' when we really mean 'conn->cwd'. | Jeremy Allison | 4 | -10/+10 |
2012-09-12 | Move cached cwd onto conn struct. | Jeremy Allison | 3 | -1/+17 |
2012-09-12 | Remove ancient "optimization" global LastDir. | Jeremy Allison | 3 | -18/+3 |
2012-09-12 | Avoid overriding default ccache for ads operations. | Simo Sorce | 8 | -14/+102 |
2012-09-12 | s3: remove unneeded noquota.c file | Björn Jacke | 1 | -38/+0 |
2012-09-12 | s3-rap: Open printers with the right access mask. | Andreas Schneider | 1 | -3/+3 |
2012-09-12 | s3-pdb: filter out more symbols only used in ldapsam internals | Alexander Bokovoy | 2 | -2/+1 |
2012-09-12 | smbd: Add extra VFS hooks to get the posix ACL as a blob | Andrew Bartlett | 6 | -0/+202 |
2012-09-12 | smbd: Remove pre-allocation of ACL array in sys_acl_init() | Andrew Bartlett | 5 | -18/+15 |
2012-09-12 | smbd-posix_acls: Use a IDL union to store the ACL entry | Andrew Bartlett | 2 | -13/+11 |
2012-09-12 | Make metze happy and the code clearer :-). | Jeremy Allison | 1 | -0/+6 |
2012-09-11 | smbd: Print ACL used to create hash in vfs_xattr_common | Andrew Bartlett | 1 | -0/+10 |
2012-09-11 | docs: Move idmap manpage to there old location. | Andreas Schneider | 8 | -891/+0 |
2012-09-11 | quota: move function again to its belonging ifdef block | Björn Jacke | 1 | -11/+9 |
2012-09-11 | s3:proto.h: remove duplicate disk_quotas prototypes | Björn Jacke | 1 | -10/+0 |
2012-09-11 | quota: fix configure test for HP-UX | Björn Jacke | 1 | -0/+6 |
2012-09-10 | s3: Run raw.oplock | Volker Lendecke | 1 | -1/+1 |
2012-09-10 | s3: delete requests are not special | Volker Lendecke | 1 | -16/+0 |
2012-09-10 | Call TALLOC_FREE() before we return otherwise we will never free sam_account | Michele Baldessari | 1 | -1/+1 |
2012-09-10 | Fix talloc memory heirarchy bug. If there's an SMB2 sessionsetup in flight wh... | Jeremy Allison | 1 | -5/+36 |
2012-09-10 | wafbuild: add defines for linux quota and sysquota support | Björn Jacke | 1 | -0/+8 |