samba_tool/base.py: Fix typo.
[bbaumbach/samba-autobuild/.git] / source3 /
2013-05-14 Björn Jackewinbind/idmap_ad: be verbose about the user that we...
2013-05-14 Volker Lendeckevfs_gpfs: slightly simplify connect()
2013-05-14 Shekhar Amlekars3:rpc_server/srvsvc check access before doing work
2013-05-14 Volker Lendecketorture: Remove some unused code
2013-05-14 Volker Lendeckesmbd: Remove a pointless variable
2013-05-13 Andrew Bartlettbuild: Add missing dep from vfs_nfs4acl_xattr to NDR_NF...
2013-05-12 Volker Lendeckelib: Fix CID 241650 Sizeof not portable
2013-05-12 Volker Lendeckepthreadpool: Fix CID 710828 Sizeof not portable
2013-05-09 Christian Ambachs3:modules/vfs_aixacl2 fix compile errors
2013-05-09 Jeremy AllisonFix missing TALLOC_FREE of stackframes.
2013-05-09 Jeremy AllisonTidy up old bool usage. False -> false, True -> true.
2013-05-09 Andrew Bartlettvfs: Allow CREATOR GROUP to be used with vfs_zfsacl
2013-05-09 Alexander Werths4-smbtorture: Run tests for nfs4:modes simple and...
2013-05-09 Alexander Werths3: Update README.nfs4acls.txt
2013-05-09 Alexander Werths3: Use mode bits in some cases in mode simple.
2013-05-09 Alexander Werths3: Add changes that keep nfs4:mode special behavior.
2013-05-09 Alexander Werths3: Mapping of cifs creator owner to nfs owner@ ace.
2013-05-09 Alexander Werths3: Mapping of special entries to creator owner in...
2013-05-09 Alexander Werths3: Add params parameter to smbacl4_nfs42win function.
2013-05-09 Alexander Werths3: Change smbacl4_get_vfs_params to use connection_str...
2013-05-09 Alexander Werths3: Move up declaration of params struct and related...
2013-05-09 Alexander Werthvfs: Add inheritance emulation to vfs_nfs4acl_xattr.
2013-05-09 Andrew Bartlettselftest: Run raw.acls test against the nfs4acl_xattr...
2013-05-09 Andrew Bartlettbuild: Add vfs_nfs4acl to the autoconf build
2013-05-09 Andrew Bartlettvfs: Add new VFS module vfs_nfs4acl_xattr to use nfs4ac...
2013-05-09 Andrew Bartlettvfs: Remove unused security_info argument in vfz_zfsacl.c
2013-05-09 Alexander Werthvfs: Fix compile of vfs_gpfs.c.
2013-05-09 Andrew Bartlettvfs: Allocate SMB4ACL_T on an explict memory context
2013-05-09 Andrew Bartlettvfs: Add vfs_handle_struct argument to smb_set_nt_acl_n...
2013-05-07 Jeremy AllisonRemove the compound_related_in_progress state from...
2013-05-07 Jeremy AllisonThe core of the fix to allow opens to go async inside...
2013-05-07 Jeremy AllisonMove a variable into the area of code where it's used.
2013-05-07 Jeremy AllisonEnsure we don't try and cancel anything that is in...
2013-05-07 Jeremy AllisonOnly do the 1 second delay for sharing violations for...
2013-05-07 Volker LendeckeMakefile: Fix bug 9868 - Don't know how to make LIBNDR_...
2013-05-07 Volker Lendeckewinbind: Fix bug 9854 -- NULL pointer dereference
2013-05-06 Jeremy AllisonAllow "store dos attributes" to override the other...
2013-05-06 Michael Adambuild: default --with-regedit to "auto" instead of...
2013-05-06 Michael Adambuild: fix --with-regedit to properly honour the yes...
2013-05-06 Michael Adambuild: simplify ncurses checks: --with-regedit does...
2013-05-06 Michael Adams3:idmap:autorid: add a comment block explaining the...
2013-05-06 Michael Adams3:idmap:autorid: simplify the id->sid calculation
2013-05-06 Michael Adams3:idmap:autorid: calculate the range's low_id in idmap...
2013-05-06 Michael Adams3:idmap:autorid: make calculation in idmap_autorid_sid...
2013-05-06 Michael Adams3:idmap:autorid: rename range.multiplier to domain_ran...
2013-05-06 Michael Adams3:idmap:autorid: rename autorid_range_config.sid to...
2013-05-06 Michael Adams3:idmap:autorid: rename autorid_domain_config -->...
2013-05-06 Michael Adams3:idmap:autorid: rename domainnum to rangenum
2013-05-06 Abhidnya Joshis3:winbindd/autorid multiple range support
2013-05-06 Christian Ambachs3:utils fix wrong usage of PRIu64 in sscanf
2013-05-06 Christian Ambachs3:lib fix wrong usage of PRIu64 in sscanf
2013-05-06 Matthieu Patoulibsmb: call directly tevent_req_simple_finish_ntstatus
2013-05-05 Jeremy AllisonFix warnings and one compile error caused by newer...
2013-05-03 Volker Lendeckeidmap: Store negative cache entries if the backend...
2013-05-03 Volker Lendeckeidmap: Print error from idmap_backends_unixid_to_sid
2013-04-30 Anand Avaticheck_parent_exists() can change errno. Ensure we prese...
2013-04-29 Andreas Schneiderregedit: Use color only when available.
2013-04-29 Andreas Schneiderregedit: Improve the while loop.
2013-04-29 Andreas Schneiderregedit: Remove talloc leak report.
2013-04-29 C. Davisregedit: Mark string values if they contain unprintable...
2013-04-29 C. Davisregedit: Add an edit binary command.
2013-04-29 C. Davisregedit: Handle zero-length buffers better with hexedit.
2013-04-29 C. Davisregedit: Load values on startup.
2013-04-29 C. Davisregedit: Simplify the editor dialog input loop.
2013-04-29 C. Davisregedit: Fix white space and wrap long lines.
2013-04-29 C. Davisregedit: Add missing copyright headers to hexedit code.
2013-04-29 C. Davisregedit: Enable using tab to cycle thru dialog buttons.
2013-04-29 C. Davisregedit: Restore cursor position when user tabs to...
2013-04-29 C. Davisregedit: Add a general help section.
2013-04-29 C. Davisregedit: Print help on left side of screen instead...
2013-04-29 C. Davisregedit: Reduce magic numbers in edit dialog, clean...
2013-04-29 C. Davisregedit: Add help msgs for key and value sections at...
2013-04-29 C. Davisregedit: Prefer copywin() over prefresh() for displayin...
2013-04-29 C. Davisregedit: Cut off the front of the path when screen...
2013-04-29 C. Davisregedit: Uese a pad for path label.
2013-04-29 C. Davisregedit: Improve padding for value summary.
2013-04-29 C. Davisregedit: Update dialog position on screen resize.
2013-04-29 C. Davisregedit: Handle term resizes.
2013-04-29 C. Davisregedit: Create subkeys.
2013-04-29 C. Davisregedit: Delete and add keys.
2013-04-29 C. Davisregedit: Edit binary values with hexedit.
2013-04-29 C. Davisregedit: Initialize hexedit buf with data if available.
2013-04-29 C. Davisregedit:hexedit: make sure cursor is updated on physica...
2013-04-29 C. Davisregedit: Add an input dialog.
2013-04-29 C. Davisregedit: Simplify notice dialogs, don't overwrite exist...
2013-04-29 C. Davisregedit: Don't pass empty value names to new_item().
2013-04-29 C. Davisregedit: Really delete value.
2013-04-29 C. Davisregedit: Add new value type selection dialog.
2013-04-29 C. Davisregedit: Save contents of value editor.
2013-04-29 C. Davisregedit: Value editor changes.
2013-04-29 C. Davisregedit: Don't refresh treeview and value list.
2013-04-29 C. Davisregedit: Some work on dialogs.
2013-04-29 C. Davisregedit: Import hex editor.
2013-04-29 C. Davisregedit: Link to ncurses form library
2013-04-29 Andreas Schneiderregedit: Don't panic if we can't open the file.
2013-04-29 Andreas Schneiderwaf: Create a better wscript for finding ncurses.
2013-04-29 C. Davisregedit: Improve calculation for centering dialogs.
2013-04-29 C. Davisregedit: Introduce dialog windows.
2013-04-29 C. Davisregedit: Take into account that getch() may return...
2013-04-29 C. Davisregedit: Use tab key to switch between key and value...
next