kamenim/samba-autobuild/.git
2017-07-02 Stefan Metzmacherldb: version 1.2.0 ldb-1.2.0
2017-07-02 Stefan Metzmacherldb:includes: protect ldb_modules.h from being used...
2017-07-02 Stefan Metzmacherldb:wscript: define EXPECTED_SYSTEM_LDB_VERSION_{MAJOR...
2017-07-02 Stefan Metzmacherldb:wscript: provide LDB_VERSION_{MAJOR,MINOR,RELEASE...
2017-07-02 Andrew Bartlettldb:tests: Extend api.py testsuite to show transaction_...
2017-07-02 Andrew Bartlettldb:tests: Extend api.py testsuite to show transaction...
2017-07-02 Andrew Bartlettldb:tests: Add test to show that locks are released...
2017-07-02 Andrew Bartlettldb:tests: Correct comment about version numbers
2017-07-02 Andrew Bartlettldb: Lock the whole backend database for the duration...
2017-07-02 Andrew Bartlettldb_tdb: Implement read_lock and read_unlock module...
2017-07-02 Andrew Bartlettldb: Add read_lock and read_unlock to ldb_module_ops
2017-07-02 Andrew Bartlettldb:tests: Add test encoding current locking behaviour...
2017-07-02 Andrew Bartlettldb:tests: Show that writes do not appear during an...
2017-07-02 Andrew Bartlettldb:tests: don't assert the results before doing the...
2017-07-02 Garming Samldb:tdb: Ensure we correctly decrement ltdb->read_lock_...
2017-07-02 Andrew Bartlettldb_pack: use ldb_dn_from_ldb_val() and avoid a duplica...
2017-07-02 Stefan Metzmachertdb: version 1.3.14 tdb-1.3.14
2017-07-02 Andrew Bartletttdb: Add new function tdb_transaction_active()
2017-07-02 Andrew Bartletttdb: Improve documentation for tdb_transaction_start()
2017-07-02 Andrew Bartletttdb: Remove locking from tdb_traverse_read()
2017-07-02 Andrew Bartlettdrsuapi: Improve debugging in DsAddEntry()
2017-07-02 Stefan Metzmacherwafsamba: add maxversion and version_blacklist to CHECK...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_CONNECTPATH to take const struc...
2017-07-01 Jeremy AllisonS3: smbd: Finish plumbing struct smb_filename * through...
2017-07-01 Jeremy Allisons3: smbd: Add missing out of memory check.
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_REALPATH to take and return...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETWD to return struct smb_file...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_CHDIR to use const struct smb_f...
2017-06-30 Garming Samshow-deleted: Rename attr_filter to exclude_filter...
2017-06-30 Garming Samshow-deleted: Simplify the code to require as little...
2017-06-30 Garming Samshow-deleted: Remove an unnecessary search during connect
2017-06-30 Garming Samshow-deleted: Do not indicate an error if an object...
2017-06-30 Andrew Bartlettdsdb: Add a dummy module to replace show_deleted
2017-06-30 Andrew Bartletttravis-ci: Also build samba-systemkrb5
2017-06-30 Andrew Bartlettautobuild: Use new selftest.pl feature to run only...
2017-06-30 Andrew Bartlettselftest: Allow selftest.pl to run just some environments
2017-06-30 Andrew Bartlettdebug: new debug class for kerberos
2017-06-29 Stefan Metzmacherauth/spnego: do basic state_position checking in gensec...
2017-06-29 Stefan Metzmacherauth/spnego: move gensec_spnego_update() into gensec_sp...
2017-06-29 Stefan Metzmacherauth/spnego: split out gensec_spnego_update_{client...
2017-06-29 Stefan Metzmacherauth/spnego: remove unused out_mem_ctx = spnego_state...
2017-06-29 Stefan Metzmacherauth/spnego: add gensec_spnego_update_sub_abort() helpe...
2017-06-29 Stefan Metzmacherauth/spnego: remove useless spnego_state->sub_sec_ready...
2017-06-29 Stefan Metzmacherauth/spnego: consitently set spnego_state->sub_sec_read...
2017-06-29 Stefan Metzmacherauth/spnego: rename spnego_state->no_response_expected...
2017-06-29 Stefan Metzmacherauth/spnego: move gensec_spnego_update_out() behind...
2017-06-29 Stefan Metzmacherauth/spnego: move some more logic to gensec_spnego_upda...
2017-06-29 Stefan Metzmacherauth/spnego: move gensec_spnego_update_in() after gense...
2017-06-29 Stefan Metzmacherauth/spnego: set state_position = SPNEGO_DONE in gensec...
2017-06-29 Stefan Metzmacherauth/spnego: move gensec_spnego_update_wrapper() into...
2017-06-29 Stefan Metzmacherauth/spnego: make use of data_blob_null instead of...
2017-06-29 Amitay Isaacsctdb-tests: Add transaction/recovery test for replicate...
2017-06-29 Amitay Isaacsctdb-tests: Generalize transaction_loop test
2017-06-29 Amitay Isaacsctdb-tests: Support replicated db in tool tests
2017-06-29 Amitay Isaacsctdb-tests: Add database type option for tests
2017-06-29 Amitay Isaacsctdb-tools: Allow attach for replicated databases
2017-06-29 Amitay Isaacsctdb-client: Add db support for CTDB_DB_FLAGS_REPLICATED
2017-06-29 Amitay Isaacsctdb-client: Add sync api for DB_ATTACH_REPLICATED...
2017-06-29 Amitay Isaacsctdb-protocol: Add marshalling for CTDB_CONTROL_DB_ATTA...
2017-06-29 Amitay Isaacsctdb-daemon: Add implementation for CTDB_CONTROL_DB_ATT...
2017-06-29 Amitay Isaacsctdb-protocol: Add new control CTDB_CONTROL_DB_ATTACH_R...
2017-06-29 Amitay Isaacsctdb-daemon: Add accessors for CTDB_DB_FLAGS_REPLICATED...
2017-06-29 Amitay Isaacsctdb-daemon: Calculate tdb flags for replicated databases
2017-06-29 Amitay Isaacsctdb-protocol: Add CTDB_DB_FLAGS_REPLICATED for new...
2017-06-29 Amitay Isaacsctdb-client: Store db_flags instead of a boolean persis...
2017-06-29 Amitay Isaacsctdb-recovery: Use db_flags instead of a boolean persis...
2017-06-29 Amitay Isaacsctdb-daemon: Pass db_flags instead of passing persisten...
2017-06-29 Amitay Isaacsctdb-daemon: Store db_flags instead of individual boole...
2017-06-29 Amitay Isaacsctdb-daemon: Add accessors for CTDB_DB_FLAGS_STICKY...
2017-06-29 Amitay Isaacsctdb-daemon: Add accessors for CTDB_DB_FLAGS_READONLY...
2017-06-29 Amitay Isaacsctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT...
2017-06-29 Amitay Isaacsctdb-protocol: Add DB_OPEN_FLAGS control to debug
2017-06-29 Amitay Isaacsctdb-tests: Fix control reply data for DB_ATTACH_PERSIS...
2017-06-29 Gary Lockyertests py_credentials: Fix encrypt_netr_crypt_password...
2017-06-29 Andreas Schneidernsswitch: Add ad_member tests for wbinfo --domain-info...
2017-06-28 Andreas Schneiders3:winbind: Move debug statement into the error handling
2017-06-28 Andreas Schneiders3:tests: Do *NOT* flush the complete gencache!
2017-06-28 Andreas Schneiderselftest: Do *NOT* flush the complete gencache!
2017-06-27 Stefan Metzmachers4:auth/ntlm: allow auth_operations to specify check_pa...
2017-06-27 Stefan Metzmachers4:auth/ntlm: introduce auth_check_password_next()
2017-06-27 Stefan Metzmachers4:auth/ntlm: move auth_check_password_wrapper() furthe...
2017-06-27 Stefan Metzmachers4:auth_winbind: rename 's' to 'state' in winbind_check...
2017-06-27 Ralph Boehmes4:auth_winbind: remove a block nesting level and fix...
2017-06-27 Stefan Metzmachers4:auth_winbind: fix error checking in winbind_check_pa...
2017-06-27 Stefan MetzmacherWHATSNEW: document "client max protocol" change to...
2017-06-27 Stefan Metzmacherparam: change the effective default for "client max...
2017-06-27 Stefan Metzmachers3:selftest: run samba3.blackbox.smbclient_large_file...
2017-06-27 Stefan Metzmachers3:test_smbclient_posix_large.sh: there's no posix...
2017-06-27 Stefan Metzmachers3:selftest: also run samba3.blackbox.smbclient_krb5...
2017-06-27 Stefan Metzmachers3:selftest: run samba3.blackbox.smbclient_tar* tests...
2017-06-27 Stefan Metzmachers3:selftest: run samba3.blackbox.large_acl tests with...
2017-06-27 Stefan Metzmachers3:selftest: run samba3.blackbox.inherit_owner tests...
2017-06-27 Stefan Metzmachers3:selftest: run samba3.blackbox.acl_xattr with NT1...
2017-06-27 Stefan Metzmachers3:test_acl_xattr.sh: add more assertion about the...
2017-06-27 Stefan MetzmacherRevert "s3:test_acl_xattr.sh: use -mNT1 for the 'getfac...
2017-06-27 Stefan Metzmachers3:test_acl_xattr.sh: allow passing additional argument...
2017-06-27 Stefan Metzmachers3:selftest: also run test_smbclient_s3.sh with PROTO...
2017-06-27 Stefan MetzmacherWHATSNEW: document the new smbclient banner
2017-06-27 Stefan Metzmachers3:libsmb: remove unused 'bool show_hdr' from cli_cm_open()
2017-06-27 Stefan Metzmachers3:libsmb: remove unused 'bool show_hdr' from cli_cm_co...
next