ira/wip.git
2011-09-11 Matthias Dieter... ldb:ldb_controls.c - remove duplicate definition of...
2011-09-11 Matthias Dieter... ldb:pyldb.c - point out that "PyLdbResult_AsResult...
2011-09-10 Andrew Bartlettlib/util/charset: the comparsion must be against our...
2011-09-10 Andrew Bartlettlib/util/charset Use name of ISO-8859-1 that matches...
2011-09-10 Andrew Bartlettlib/util/charset: Improve toture assertions in iconv...
2011-09-10 Andrew Bartlettlib/util/charset Run charset sets with and without...
2011-09-10 Andrew Bartlettlib/util/charset: add back loading of charset modules
2011-09-09 Stefan Metzmacherlibcli/smb: s/FLAGS2_UNKNOWN_BIT4/FLAGS2_SMB_SECURITY_S...
2011-09-09 Andrew Bartletts4-s3-upgrade Do not use python 2.6 style exceptions
2011-09-09 Andrew Bartlettbuild: a more robust zlib test
2011-09-09 Amitay Isaacssamba-tool: epilog option to OptionParser available...
2011-09-09 Amitay Isaacssamba-tool: Provide feedback if synopsis is not defined...
2011-09-09 Amitay Isaacssamba-tool: max() with key option is available in pytho...
2011-09-09 Amitay Isaacssamba-tool: Correctly handle sys.exit() called from...
2011-09-09 Giampaolo Lauriasamba-tool: Fixed "ldapcmp" command synopsis
2011-09-09 Giampaolo Lauriasamba-tool: Fixed "dbcheck" subcommand syntax
2011-09-09 Giampaolo Lauriasamba-tool: Moved _get_user_realm_domain fcn to common
2011-09-09 Giampaolo Lauriasamba-tool: Fixed "testparm" syntax
2011-09-09 Giampaolo Lauriasamba-tool: Fixed "user" command syntax
2011-09-09 Giampaolo Lauriasamba-tool: Fixed "rodc" syntax
2011-09-09 Giampaolo Lauriasamba-tool: Fixed "ntacl" subcommands syntax
2011-09-09 Giampaolo Lauriasamba-tool: Fixed "group" subcommands syntax
2011-09-09 Giampaolo Lauriasamba-tool: Fixed "dsacl" command syntax
2011-09-09 Giampaolo Lauriasamba-tool: Fixed "drs" subcommands syntax
2011-09-09 Giampaolo Lauriasamba-tool: Fixed "domain" subcommands syntax
2011-09-09 Giampaolo Lauriasamba-tool: Fixed "spn" command syntax
2011-09-09 Giampaolo Lauriasamba-tool: Fixed "delegation" command syntax
2011-09-09 Giampaolo Lauriasamba-tool: Fixed "time" command synopsis
2011-09-09 Giampaolo Lauriasamba-tool: Removed "acl" command
2011-09-09 Giampaolo Lauriasamba-tool: Added "ntacl" command
2011-09-09 Giampaolo Lauriasamba-tool: Added "dsacl" command
2011-09-09 Giampaolo Lauriasamba-tool: Changed fsmo implementation
2011-09-09 Giampaolo Lauriasamba-tool: Expanded acronym descriptions
2011-09-09 Giampaolo Lauriasamba-tool: Formatted subcommand list output
2011-09-09 Giampaolo Lauriasamba-tool: Moved command definition to sambatool command
2011-09-09 Giampaolo Lauriasamba-tool: Add long_description and epilog to Command...
2011-09-09 Giampaolo Lauriasamba-tool: Redefined samba-tool as a SuperCommand
2011-09-09 Giampaolo Lauriasamba-tool: Removed SuperCommand usage method
2011-09-09 Giampaolo Lauriasamba-tool: Removed attribute name from Command class
2011-09-09 Amitay Isaacss4-test: name attribute remove from Command class,...
2011-09-09 Andreas Schneiders3-spoolss: Fix bug #8351 forms migration.
2011-09-08 Andrew Bartletts4-s3-upgrade do not convert min password length as...
2011-09-08 Jeremy AllisonSecond part of fix for bug #8443 - Default user entry...
2011-09-08 Jeremy AllisonFirst part of fix for bug #8443 - Default user entry...
2011-09-08 Jeremy AllisonFix bug #8203 - winbindd needs to reset the DC connecti...
2011-09-08 Stefan Metzmachers3:torture: make use of CLI_FULL_CONNECTION_DONT_SPNEGO
2011-09-08 Stefan Metzmachers3:torture: make use of CLI_FULL_CONNECTION_FORCE_DOS_E...
2011-09-08 Stefan Metzmachers3:libsmb: add CLI_FULL_CONNECTION_FORCE_ASCII
2011-09-08 Stefan Metzmachers3:libsmb: add CLI_FULL_CONNECTION_FORCE_DOS_ERRORS
2011-09-08 Stefan Metzmachers3:libsmb: don't handle CLI_FULL_CONNECTION_* flags...
2011-09-08 Stefan Metzmachers3:libsmb: don't handle CLI_FULL_CONNECTION_* flags...
2011-09-08 Andrew Bartletts4-param void function cannot return value
2011-09-08 Andrew Tridgells3-loadparm: fixed re-application of cmdline parametric...
2011-09-08 Andrew Tridgells3-loadparm: fixed a memory leak in parametric options
2011-09-08 Andrew Tridgellnsswitch: make the wbcSidsToUnixIds() parser more robust
2011-09-08 Andrew Tridgells4-winbindd: implement WINBINDD_SIDS_TO_XIDS
2011-09-08 Andrew Tridgells4-winbindd: fixed handling of extra_data in s3 requests
2011-09-08 Andrew Tridgells4-winbind: added count argument to wb_sids2xids_recv()
2011-09-08 Volker Lendeckes3: Fix a debug message
2011-09-08 Volker Lendeckes3: Fix a typo
2011-09-08 Andrew Bartlettbuild: Add duplicate symbol checking as part of make...
2011-09-08 Andrew Bartlettbuild: netapi does not depend on TOKEN_UTIL
2011-09-08 Andrew Bartlettbuild: make LIBWBCLIENT_OLD and auth_unix_token libraries
2011-09-08 Andrew Bartlettlibrpc: put NDR_NTPRINTING into ndr-samba grouping...
2011-09-08 Andrew Bartlettlibgpo: call security_token_has_sid() directly
2011-09-08 Stefan Metzmachers3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_con...
2011-09-08 Stefan Metzmachers3:libsmb: pass CLI_FULL_CONNECTION_* flags to cli_stat...
2011-09-08 Stefan Metzmacherlib/replace: include <sys/uio.h> in "system/filesys...
2011-09-08 Jeremy AllisonRevert "Part 4 of bugfix for bug #7509 - smb_acl_to_pos...
2011-09-08 Andrew Tridgells4-cracknames: use consistent search for crossRef objects
2011-09-08 Andrew Tridgellpidl: adjust expected output for new flag checking
2011-09-08 Andrew Tridgells4-dsdb: prevent crash on bad DN in construct_parent_guid()
2011-09-08 Andrew Tridgelltorture-drs: fixed NDR tests for DRS blobs
2011-09-08 Andrew Tridgelltorture-ndr: fixed NDR tests for NTLMSSP blobs
2011-09-08 Andrew Tridgelltorture-ndr: fixed NDR tests for NBT blobs
2011-09-08 Andrew Tridgelltorture-ndr: fixed NDR tests for DFS blobs
2011-09-08 Andrew Tridgelltorture-ndr: added support for testing push functions
2011-09-08 Andrew Tridgellpidl: added checking of NDR flags in generated code
2011-09-08 Andrew Tridgelllibndr: add checking to all pull/push functions of...
2011-09-08 Andrew Tridgelllibndr: moved the NDR_* flags to have less overlap
2011-09-08 Andrew Tridgelllib: added base64_decode_data_blob_talloc()
2011-09-08 Andrew Tridgells4-dsdb: fixed compiler warning
2011-09-08 Jeremy AllisonTidy up previous patch for bug #8442 - NFSv4 DENY ACLs...
2011-09-08 Amitay Isaacss4-provision: Fill msDS-NC-Replica-Locations attribute...
2011-09-07 Amitay Isaacss4-provision: Make DNS entries consistent with dns_upda...
2011-09-07 Amitay Isaacss4-provision: Reworked DNS provisioning to support...
2011-09-07 Amitay Isaacss4-provision: LDIF files to set up AD DNS schema
2011-09-07 Amitay Isaacss4-provision: Add DNS backend option to provision
2011-09-07 Amitay Isaacss4-provision: exit is not imported directed, use sys...
2011-09-07 Amitay Isaacss4-provision: Extract dns account creation as separate...
2011-09-07 Jelmer Vernooijsamba-tool: Avoid use of "except .. as" construction...
2011-09-07 Ira CooperFix bug #8442 - NFSv4 DENY ACLs always include SYNCHRON...
2011-09-07 Michael Adams3:winbind: put winbindd_cache into the state dir,...
2011-09-07 Gregor Becks3:dbwrap_ctdb: improve error message in transaction...
2011-09-07 Gregor Becks3: let g_lock_unlock() return more specific status...
2011-09-07 Volker Lendeckes3: Fix Coverity ID 2611, UNINIT
2011-09-07 Volker Lendeckes3: Fix Coverity ID 2612, UNINIT
2011-09-07 Stefan Metzmachers3:smb2cli: let smb2cli_req_create() use the give pid...
2011-09-07 Stefan Metzmachers3:smb2cli: pass the uid to the SMB2_SESSION_SETUP...
2011-09-07 Volker Lendecketalloc: Remove an unused variable
next