summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2013-05-09selftest: Run raw.acls test against the nfs4acl_xattr moduleAndrew Bartlett1-0/+4
2013-05-09build: Add vfs_nfs4acl to the autoconf buildAndrew Bartlett2-1/+4
2013-05-09vfs: Add new VFS module vfs_nfs4acl_xattr to use nfs4acl.idlAndrew Bartlett5-2/+430
2013-05-09vfs: Remove unused security_info argument in vfz_zfsacl.cAndrew Bartlett1-3/+1
2013-05-09vfs: Fix compile of vfs_gpfs.c.Alexander Werth1-18/+33
2013-05-09vfs: Allocate SMB4ACL_T on an explict memory contextAndrew Bartlett5-33/+78
2013-05-09vfs: Add vfs_handle_struct argument to smb_set_nt_acl_nfs4 and the callbackAndrew Bartlett5-15/+16
2013-05-07Remove the compound_related_in_progress state from the smb2 global state.Jeremy Allison2-12/+0
2013-05-07The core of the fix to allow opens to go async inside a compound request.Jeremy Allison1-43/+53
2013-05-07Move a variable into the area of code where it's used.Jeremy Allison1-2/+2
2013-05-07Ensure we don't try and cancel anything that is in a compound-related request.Jeremy Allison1-0/+8
2013-05-07Only do the 1 second delay for sharing violations for SMB1, not SMB2.Jeremy Allison1-1/+2
2013-05-07Makefile: Fix bug 9868 - Don't know how to make LIBNDR_PREG_OBJ.Volker Lendecke1-1/+1
2013-05-07winbind: Fix bug 9854 -- NULL pointer dereferenceVolker Lendecke1-3/+3
2013-05-06Allow "store dos attributes" to override the other "map XXX" parameters.Jeremy Allison1-5/+8
2013-05-06build: default --with-regedit to "auto" instead of "yes"Michael Adam1-1/+1
2013-05-06build: fix --with-regedit to properly honour the yes/no/auto schemeMichael Adam2-2/+24
2013-05-06build: simplify ncurses checks: --with-regedit does not take a path listMichael Adam1-7/+2
2013-05-06s3:idmap:autorid: add a comment block explaining the calculationsMichael Adam1-0/+51
2013-05-06s3:idmap:autorid: simplify the id->sid calculationMichael Adam1-7/+13
2013-05-06s3:idmap:autorid: calculate the range's low_id in idmap_autorid_get_domainran...Michael Adam1-8/+9
2013-05-06s3:idmap:autorid: make calculation in idmap_autorid_sid_to_id much more obviousMichael Adam1-3/+6
2013-05-06s3:idmap:autorid: rename range.multiplier to domain_range_indexMichael Adam1-15/+17
2013-05-06s3:idmap:autorid: rename autorid_range_config.sid to domsid, along with insta...Michael Adam1-12/+12
2013-05-06s3:idmap:autorid: rename autorid_domain_config --> autorid_range_config and i...Michael Adam1-37/+37
2013-05-06s3:idmap:autorid: rename domainnum to rangenumMichael Adam1-12/+13
2013-05-06s3:winbindd/autorid multiple range supportAbhidnya Joshi1-19/+36
2013-05-06s3:utils fix wrong usage of PRIu64 in sscanfChristian Ambach1-1/+3
2013-05-06s3:lib fix wrong usage of PRIu64 in sscanfChristian Ambach1-1/+1
2013-05-06libsmb: call directly tevent_req_simple_finish_ntstatusMatthieu Patou1-2/+2
2013-05-05Fix warnings and one compile error caused by newer gcc 4.7.Jeremy Allison1-3/+5
2013-05-03idmap: Store negative cache entries if the backend failsVolker Lendecke1-2/+2
2013-05-03idmap: Print error from idmap_backends_unixid_to_sidVolker Lendecke1-2/+4
2013-04-30check_parent_exists() can change errno. Ensure we preserve it across calls.Anand Avati1-1/+8
2013-04-29regedit: Use color only when available.Andreas Schneider1-1/+8
2013-04-29regedit: Improve the while loop.Andreas Schneider1-8/+7
2013-04-29regedit: Remove talloc leak report.Andreas Schneider1-4/+0
2013-04-29regedit: Mark string values if they contain unprintable chars.C. Davis3-3/+31
2013-04-29regedit: Add an edit binary command.C. Davis3-12/+27
2013-04-29regedit: Handle zero-length buffers better with hexedit.C. Davis2-2/+19
2013-04-29regedit: Load values on startup.C. Davis1-4/+12
2013-04-29regedit: Simplify the editor dialog input loop.C. Davis1-47/+56
2013-04-29regedit: Fix white space and wrap long lines.C. Davis4-16/+25
2013-04-29regedit: Add missing copyright headers to hexedit code.C. Davis2-0/+38
2013-04-29regedit: Enable using tab to cycle thru dialog buttons.C. Davis1-13/+65
2013-04-29regedit: Restore cursor position when user tabs to a field.C. Davis1-0/+5
2013-04-29regedit: Add a general help section.C. Davis1-7/+16
2013-04-29regedit: Print help on left side of screen instead of the right.C. Davis1-6/+5
2013-04-29regedit: Reduce magic numbers in edit dialog, clean up edit dialog creation.C. Davis1-79/+183
2013-04-29regedit: Add help msgs for key and value sections at bottom of screen.C. Davis1-2/+33