summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-09vfs: Add vfs_handle_struct argument to smb_set_nt_acl_nfs4 and the callbackAndrew Bartlett5-15/+16
2013-05-09build: Move nfs4acl to the top levelAndrew Bartlett5-9/+7
2013-05-08pidl:NDR/Parser: correctly set $ndr->[relative_highest_]offset for relative_s...Stefan Metzmacher1-1/+1
2013-05-08Revert "Remove a bunch of "unused variable _relative_save_offset" warnings."Stefan Metzmacher1-4/+2
2013-05-08Remove a bunch of "unused variable _relative_save_offset" warnings.Jeremy Allison1-2/+4
2013-05-07Tests processing an oplock break within a compound SMB2 request.Richard Sharpe2-0/+164
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-07Fix up the man pages to explain that "store dos attributes" overrides them.Jeremy Allison5-2/+26
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-06docs: update the description of the formulas in the idmap_autorid manpageMichael Adam1-7/+7
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-06docs-xml: manpage update for autorid multirange supportAbhidnya Joshi1-12/+22
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-06lib/replace: add SCNx macrosChristian Ambach1-0/+39
2013-05-06lib/replace: prefer inttypes.h over stdint.hChristian Ambach1-4/+4
2013-05-06selftest: do not run doc tests if we don't build manpagesMatthieu Patou1-1/+15
2013-05-06selftest: Output error when samba_tool user command failsMatthieu Patou1-2/+4
2013-05-06configure: print a message when docbook.xsl is missing localyMatthieu Patou1-0/+3
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-30libsmb: Use sizeof instead of explicit numbersVolker Lendecke1-6/+6
2013-04-30libsmb: Use smb2_lease_push in smb2_create_sendVolker Lendecke1-12/+10
2013-04-30libcli: Add smb2_lease marshallingVolker Lendecke3-0/+94
2013-04-30libsmb: Move "struct smb2_lease" to commonVolker Lendecke4-17/+45
2013-04-30check_parent_exists() can change errno. Ensure we preserve it across calls.Anand Avati1-1/+8
2013-04-30winbind4: Fix bug 9832 -- talloc use after freeVolker Lendecke1-1/+1
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