nivanova/samba-autobuild/.git
2016-08-04 Ralph Boehmeasync_req: make async_connect_send() "reentrant"
2016-08-03 Andrew Bartlettselftest: Merge alternate error codes into backupkey...
2016-08-03 Andrew Bartletttorture/backupkey: Allow WERR_INVALID_ACCESS, WERR_INVA...
2016-08-03 Martin Schwenkectdb-mutex: Fix CID 1359217 Resource leak (RESOURCE_LEAK)
2016-08-03 Martin Schwenkectdb-daemon: Fix CID 1363067 Resource leak (RESOURCE_LEAK)
2016-08-03 Martin Schwenkectdb-daemon: Fix CID 1363233 Resource leak (RESOURCE_LEAK)
2016-08-03 Martin Schwenkectdb-utils: Fix CID 1297451 Explicit null dereferenced...
2016-08-03 Martin Schwenkectdb-common: Consistently use strlcpy() on interface...
2016-08-03 Martin Schwenkectdb-common: Fix CID 1125553 Buffer not null terminated...
2016-08-01 Martin Schwenkectdb-tests: Stop cross-talk between reclock tests
2016-07-28 Stefan MetzmacherVERSION: Bump version up to 4.6.0pre1
2016-07-28 Stefan MetzmacherVERSION: Set version to 4.5.0rc1... samba-4.5.0rc1
2016-07-28 Stefan MetzmacherWHATSNEW: add shadow:snapprefix and shadow:delimiter
2016-07-28 Rajesh Josephshadow_copy2: Fix error handling in shadow_copy2_get_sh...
2016-07-28 Rajesh Josephshadow_copy2: update man pages for the newly introduced...
2016-07-28 Rajesh Josephshadow_copy2: Add test case for snapprefix and delimiter
2016-07-28 Rajesh Josephshadow_copy2: allow configurable prefix for snapshot...
2016-07-28 Rajesh Josephshadow_copy2: create structure to store module specific...
2016-07-28 Rajesh Josephshadow_copy2: Add test cases to cover shadow:format
2016-07-28 Rajesh Josephshadow_copy2: Fix shadow_copy2_posix_gmt_string return...
2016-07-28 Stefan Metzmacherldb: version 1.1.27 ldb-1.1.27
2016-07-28 Andrew Bartlettldb: Use ldb_unpack_data_only_attr_list_flags in re_index()
2016-07-28 Stefan Metzmacherldb: fix compiler warnings on ldb_unpack_data() arguments
2016-07-28 Andrew Bartlettldb: Add flags to ltdb_search_dn1() to control memory...
2016-07-28 Andrew Bartlettldb: Prepare for adding flags to ltdb_search_dn1()...
2016-07-28 Andrew Bartlettldb: Add ldb_unpack_data_only_attr_list_flags()
2016-07-28 Andrew Bartlettldb: Free empty index lists as talloc_realloc() fails...
2016-07-28 Douglas Bagnallldb_tdb index: fix whitespace
2016-07-28 Andrew Bartletttorture: Add tests for ndr_push_struct_into_fixed_blob()
2016-07-28 Andrew Bartlettdsdb: Limit potential stack use when parsing extended DNs
2016-07-28 Andrew Bartlettlib/ldb-samba: Avoid talloc() in ldif_read_objectSid...
2016-07-28 Andrew Bartlettlib/ldb-samba: Use ndr_push_struct_into_fixed_blob...
2016-07-28 Andrew Bartlettlibrpc: Add ndr_push_struct_into_fixed_blob() and use...
2016-07-28 Stefan MetzmacherWHATSNEW: document new samba-tool drs replicate options
2016-07-28 Stefan Metzmachertests:samba_tool_drs: test samba-tool drs replicate...
2016-07-28 Stefan Metzmachertests:samba_tool_drs: test samba-tool drs replicate...
2016-07-28 Stefan Metzmachersamba-tool: add --async-rep option to 'samba-tool drs...
2016-07-28 Stefan Metzmachersamba-tool: use a timeout of 5 minutes in 'samba-tool...
2016-07-28 Stefan Metzmachers4:pyrpc: correctly implement .request_timeout
2016-07-28 Garming Samrpc_server/drsuapi: Don't set msDS_IntId as attid for...
2016-07-28 Garming Samgetncchanges: Set is_schema_nc when EXOP_OBJ
2016-07-28 Garming Sammsds_intid: Add test for schema linked attributes
2016-07-28 Garming Samreplmd: Send replicated update OID for forward links
2016-07-28 Garming Samreplmd: Remove data field on DSDB_CONTROL_REPLICATED_UP...
2016-07-28 Evgeny Sinelnikovrpc_server/drsuapi: Set msDS_IntId as attid for linked...
2016-07-28 Garming Sammsds_intid: Add test for (non-schema) linked attributes
2016-07-28 Garming Samvalgrind: Avoid a warning about uninitialized memory
2016-07-28 Garming Samreplmd: Check dsdb_dn for syntax errors
2016-07-28 Stefan Metzmachertevent: version 0.9.28 tevent-0.9.29
2016-07-28 Stefan Metzmachertalloc: version 2.1.8 talloc-2.1.8
2016-07-28 Stefan Metzmachertdb: version 1.3.10 tdb-1.3.10
2016-07-28 Volker Lendeckefss_agent: Fix a signed/unsigned mixup
2016-07-28 Volker Lendeckelib: Move "message_send_all" to serverid.c
2016-07-28 Ralph Boehmes3/notifyd: add async send/recv functions
2016-07-28 Ralph Boehmes3/cleanupd: use smbd_cleanupd.tdb
2016-07-28 Ralph Boehmes3/smbd: add cleanupd_init_send()/recv()
2016-07-28 Ralph Boehmes3/lib: add smbd_cleanupd.tdb
2016-07-28 Martin Schwenkectdb-daemon: Fix CID 1364527/8/9: Null pointer derefere...
2016-07-28 Martin Schwenkectdb-tests: Pretend not to ignore return from fgets()
2016-07-28 Martin Schwenkectdb-tests: Avoid portability issue in porting tests
2016-07-28 Martin Schwenkectdb-tests: Remove duplicate EOF terminators in some...
2016-07-28 Martin Schwenkectdb-tests: Avoid division by zero in NFS eventscript...
2016-07-28 Amitay Isaacsctdb-tests: Removing sleep from porting_tests
2016-07-28 Amitay Isaacsctdb-tests: Do not add $VALGRIND to ctdb command
2016-07-28 Amitay Isaacsctdb-tests: Fix valgrind unintialized error
2016-07-28 Amitay IsaacsWHATSNEW: ctdb updates
2016-07-28 Amitay Isaacsctdb-packaging: Move ctdb configuration to ctdbd.conf
2016-07-28 Amitay Isaacsctdb-protocol: Deprecate global transaction controls
2016-07-28 Amitay Isaacsctdb-protocol: Drop marshalling for global transaction...
2016-07-28 Amitay Isaacsctdb-client: Drop client code for global transaction...
2016-07-28 Amitay Isaacsctdb-daemon: Drop implementation of global transaction...
2016-07-28 Amitay Isaacsctdb-protocol: Deprecate THAW control
2016-07-28 Amitay Isaacsctdb-daemon: Drop the implementation of THAW control
2016-07-28 Amitay Isaacsctdb-tests: Adjust unit test output matching new ctdb
2016-07-28 Amitay Isaacsctdb-tool: Add replacement ctdb tool using new client API
2016-07-28 Amitay Isaacsctdb-tool: Remove old ctdb tool
2016-07-28 Martin Schwenkectdb-daemon: Deletion of IPs is deferred until the...
2016-07-28 Amitay Isaacsctdb-daemon: Use consistent naming for monitoring mode
2016-07-28 Amitay Isaacsctdb-daemon: Reduce QueueBufferSize from 16k to 1k
2016-07-28 Amitay Isaacsctdb-daemon: Add QueueBufferSize tunable
2016-07-28 Amitay Isaacsctdb-protocol: Add function ctdb_sock_addr_same_ip
2016-07-28 Amitay Isaacsctdb-common: Fix parsing of debug level
2016-07-28 Amitay Isaacsctdb-tests: Add machinereadable output tests
2016-07-28 Amitay Isaacsctdb-tests: Add more tests for ctdb setdbsticky and...
2016-07-28 Amitay Isaacsctdb-tests: Add tests for idempotence
2016-07-28 Amitay Isaacsctdb-tests: Improve test to match exact output
2016-07-28 Amitay Isaacsctdb-tests: Fix typo
2016-07-28 Amitay Isaacsctdb-tests: Clean database before the test
2016-07-28 Amitay Isaacsctdb-daemon: Fix statistics update macro
2016-07-28 Amitay Isaacsctdb-doc: Drop documentation for obsolete tunable
2016-07-28 Amitay Isaacsctdb-tests: Fix CID 1364526 (Argument cannot be negative)
2016-07-28 Amitay Isaacsctdb-tests: Fix CID 1364525 (Argument cannot be negative)
2016-07-28 Amitay Isaacsctdb-tests: Fix CID 1364524 (Argument cannot be negative)
2016-07-28 Amitay Isaacsctdb-tests: Fix CID 1364523 (Argument cannot be negative)
2016-07-28 Amitay Isaacsctdb-tests: Fix CID 1364522 (Argument cannot be negative)
2016-07-28 Amitay Isaacsctdb-tests: Fix CID 1364521 (Argument cannot be negative)
2016-07-28 Amitay Isaacsctdb-common: Fix CID 1363227 (Resource leak)
2016-07-28 Martin Schwenkectdb-daemon: Move CTDB VNN structure to IP takeover...
2016-07-28 Martin Schwenkectdb-ipalloc: Use a cumulative timeout for takeover...
2016-07-28 Martin Schwenkectdb-doc: ctdb_diagnostics(1) tweaks and cross-references
next