summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* netcmd: Split 'domain passwordsettings' into a super-commandTim Beale2018-05-117-180/+204
* netcmd: Small tweak to retrieving pwdPropertiesTim Beale2018-05-111-2/+3
* dsdb: Split out construct_generic_token_groups() so we can reuse itTim Beale2018-05-111-44/+50
* dsdb: Use attribute-name parameter for error messageTim Beale2018-05-111-4/+6
* tests: Add a test case for msDS-PasswordReversibleEncryptionEnabledTim Beale2018-05-113-8/+81
* tests: Add test for password-lockout via SAMR RPCTim Beale2018-05-112-0/+118
* tests: Add PSO test case to existing password_lockout testsTim Beale2018-05-113-20/+69
* tests: Add comments to help explain password_lockout testsTim Beale2018-05-111-0/+11
* tests: Add tests for Password Settings ObjectsTim Beale2018-05-114-0/+1087
* tests: Split out setUp code into separate function for reuseTim Beale2018-05-117-94/+83
* tests: Move repeated code into a helper functionTim Beale2018-05-114-24/+17
* loadparm: Remove unused realm_originalChristof Schmitt2018-05-102-2/+0
* samdb: Add transaction id controlGary Lockyer2018-05-103-0/+11
* samdb: Add remote address to connectGary Lockyer2018-05-1035-105/+332
* dsdb: pass the remote address to samdb connectGary Lockyer2018-05-106-16/+40
* auth logging tests: Clean up flake8 warningsGary Lockyer2018-05-106-371/+326
* auth logging tests: Add tests for sessionIdGary Lockyer2018-05-106-0/+17
* auth log: Log the unique session GUIDGary Lockyer2018-05-101-1/+25
* auth: Add unique session GUID identifierGary Lockyer2018-05-103-0/+15
* dsdb: refactor password attibutes to constantGary Lockyer2018-05-102-6/+8
* s3: smbd: Remove unused counters for outstanding aio calls.Jeremy Allison2018-05-093-43/+4
* vfs_ceph: add fake async pwrite/pread send/recv hooksDavid Disseldorp2018-05-091-1/+108
* libcli: remove unused se_create_child_secdesc_buf()Ralph Boehme2018-05-092-32/+0
* Fix Jean François name to be UTF-8Simo Sorce2018-05-096-6/+6
* ldb: Ensure we can open a new LDB after a fork()Andrew Bartlett2018-05-091-0/+64
* ldb: Add tests for ldb_tdb use after a fork()Andrew Bartlett2018-05-092-1/+394
* ldb_tdb: Allow use of a TDB for ldb_tdb after as fork()Andrew Bartlett2018-05-091-0/+18
* ldb: Reset errno before checking it in ltdb_connect()Andrew Bartlett2018-05-091-0/+1
* ldb/tests: add tests for transaction_{start,commit}/lock_read across forksGary Lockyer2018-05-091-0/+216
* ldb_tdb: Prevent ldb_tdb reuse after a fork()Andrew Bartlett2018-05-092-9/+109
* s3: VFS: Fix memory leak in vfs_ceph.Vandana Rungta2018-05-091-10/+11
* samba-tool: Fix a typoVolker Lendecke2018-05-081-1/+1
* third_party: Update popt to 1.16 releaseAmitay Isaacs2018-05-0813-1010/+3575
* dsdb: Fix CID 1435453 Null pointer dereferencesVolker Lendecke2018-05-081-0/+4
* traffic: ensure we are using the same division in py 2 and 3Douglas Bagnall2018-05-051-1/+1
* autobuild: do not try to send email to no recipientDouglas Bagnall2018-05-051-0/+5
* samba_kcc: remove an unused variableDouglas Bagnall2018-05-051-2/+0
* sambatool tests: make assertMatch use assertInDouglas Bagnall2018-05-051-1/+2
* .gitignore .agignoreDouglas Bagnall2018-05-051-1/+1
* gitignore .gdb_history anywhere in the treeDouglas Bagnall2018-05-051-1/+1
* perftest: ad_dc_medley failing base search failed to catch exceptionDouglas Bagnall2018-05-051-4/+9
* autobuild: add compiler version to results tarballDouglas Bagnall2018-05-051-1/+1
* auth/ntlmssp_client: correct spelling of responseDouglas Bagnall2018-05-051-1/+5
* auth/pycredentials: correct spelling of reponseDouglas Bagnall2018-05-051-1/+1
* tests: libsmbclient: Add a readdirplus() test suite.Jeremy Allison2018-05-053-3/+104
* s3: libsmbclient: Add new function SMBC_readdirplus_ctx().Puran Chand2018-05-058-1/+272
* s3: libsmbclient: Add function add_dirplus() to fill the list from a returned...Puran Chand2018-05-051-0/+73
* s3: libsmbclient: Add readdirplus cleanup code on directory close.Puran Chand2018-05-051-0/+21
* s3: libsmbclient: Add internal/external structures needed for readdirplus.Puran Chand2018-05-052-0/+54
* s3: client: Add btime_ts to struct finfo.Jeremy Allison2018-05-054-0/+22