summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* s3:vfs_prealloc: fix build on SLES8Björn Jacke2011-08-091-0/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-031-19/+18
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-293-3/+3
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-293-0/+3
* s3:modules:nfs4_acls: fix the include of dbwrap.h to not include "include/"Michael Adam2011-07-291-1/+1
* s3:modules:nfs4_acls: improve fix for bug #8330Michael Adam2011-07-281-4/+2
* s3:modules fix Bug 8330 NFSv4 ACL merging logic is brokenChristian Ambach2011-07-271-2/+1
* s3:modules/vfs_afsacl fix a compiler warningChristian Ambach2011-07-211-1/+1
* s3:afs make path argument to afs_syscall constChristian Ambach2011-07-211-1/+1
* s3:modules/vfs_afsacl fix a compiler warningChristian Ambach2011-07-211-2/+1
* s3:modules/vfs_afsacl use stdbool typesChristian Ambach2011-07-211-35/+35
* s3:modules/vfs_afsacl remove some unnecessary whitespaceChristian Ambach2011-07-211-3/+3
* s3:lib/afs fix the build with --with-vfs-afsaclChristian Ambach2011-07-211-0/+4
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-204-6/+6
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-205-8/+8
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-204-7/+7
* lib/util Move bitmap.c to lib/utilAndrew Bartlett2011-07-082-0/+2
* s3-zfsacl: Fix a debug messageVolker Lendecke2011-07-081-1/+1
* s3:modules fix non-empty blank linesChristian Ambach2011-07-051-3/+3
* s3-vfs: Replace client_id in exand msdfs.Andreas Schneider2011-07-041-1/+9
* s3-vfs: Replace client_id in smbta.Andreas Schneider2011-07-041-3/+11
* s3-build Prepare to require fully defined modulesAndrew Bartlett2011-07-031-3/+4
* param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2011-06-294-0/+4
* s3-waf: add some missing tdb dependencies.Günther Deschner2011-06-281-4/+4
* s3:vfs_commit: fix buildBjörn Jacke2011-06-241-0/+1
* lib/util Remove samba-util-common!Andrew Bartlett2011-06-211-36/+36
* s3: Fix the build, NAME_MAX not universally availableVolker Lendecke2011-06-201-1/+1
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-203-3/+3
* s3: Replace shadow_copy2 with a new implementationVolker Lendecke2011-06-201-598/+1205
* s3:modules fix Bug 8244 - Cannot copy files larger than 2 GB to Samba shareChristian Ambach2011-06-171-3/+3
* s3:vfs cleanup unused code in vfs_recycleChristian Ambach2011-06-091-26/+0
* s3:modules fix some non-empty blank linesChristian Ambach2011-06-091-6/+5
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-095-6/+6
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-093-5/+5
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-095-8/+8
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-097-10/+10
* Fix re-opened bug 8083 - "inherit owner = yes" doesn't interact correctly wit...Jeremy Allison2011-06-071-4/+17
* Remove the char * argument from the SMB_VFS_GETWD() call. Now alwaysJeremy Allison2011-06-013-10/+8
* Change sys_getcd() to take no arguments and always return malloc'ed memory (o...Jeremy Allison2011-06-011-2/+4
* Split the ACE flag mapping between nfs4 and WindowsJeremy Allison2011-06-011-14/+59
* struct make "struct shadow_copy_data" its own talloc contextVolker Lendecke2011-05-312-2/+2
* s3: Remove SHADOW_COPY_DATA typedefVolker Lendecke2011-05-315-6/+13
* s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett2011-05-313-5/+5
* nfs4_acls: pass ACE_FLAG_INHERITED_ACE down from the clientGregor Beck2011-05-301-0/+3
* nfs4_acls: pass ACE_FLAG_INHERITED_ACE up to the clientGregor Beck2011-05-302-1/+5
* Fix bug #8165 - Inverted WITH_SYSLOG condition in vfs_full_audit.c.Jeremy Allison2011-05-251-1/+1
* Fix numerous missing dependencies in WAF build scriptsSean Finney2011-05-251-2/+37
* Actually make use of the SMBTA_SUBRELEASE define in smb_traffic_analyzer.h. T...Holger Hetterich2011-05-242-1/+12
* s3:modules properly terminate enums in nfs4 acl codeChristian Ambach2011-05-241-1/+3