summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Mark as the beta5 releasesamba-4.0.0beta5Andrew Bartlett2012-07-311-1/+1
* WHATSNEW: prepare for 4.0 beta5Andrew Bartlett2012-07-311-24/+30
* s4-repl: Add tests for add replication conflicts and use of LostAndFoundAndrew Bartlett2012-07-312-0/+309
* s4-dsdb: Replace any existing lastKnownParent attribute during deleteAndrew Bartlett2012-07-311-1/+1
* s4-dsdb: Improve tracing in repl_meta_dataAndrew Bartlett2012-07-311-7/+8
* s4-dsdb: Handle rename conflicts in both directionsAndrew Bartlett2012-07-311-49/+87
* lib/ldb: Ensure rename target does not exist before deleting old recordAndrew Bartlett2012-07-314-3/+301
* s4-dsdb: Request extended DN and show deleted when searching for a possible p...Andrew Bartlett2012-07-311-2/+4
* s3: Fix Coverity ID 710791 Resource leakVolker Lendecke2012-07-311-0/+1
* s3: Fix Coverity ID 710803 Resource leakVolker Lendecke2012-07-311-0/+1
* s3: Fix Coverity ID 710818 Resource leakVolker Lendecke2012-07-311-0/+1
* s3: Fix Coverity ID 710827 Resource leakVolker Lendecke2012-07-311-0/+1
* tevent: Refer to the correct header in testsuite.cVolker Lendecke2012-07-311-1/+1
* s3: Make request_timed_out() staticVolker Lendecke2012-07-312-4/+2
* s3:smbd: do a clean shutdown during release_ip() after CTDB_SRVID_RELEASE_IPStefan Metzmacher2012-07-311-15/+37
* s3:smbd: use print_sockaddr() instead of client_socket_addr()Stefan Metzmacher2012-07-311-1/+1
* s3:smbd: move smbd_register_ips() next to release_ip()Stefan Metzmacher2012-07-311-27/+23
* s3:dbwrap_ctdb: initialize db_record->dbStefan Metzmacher2012-07-311-0/+1
* ldb: Add parameter to avoid NULL format string flagged by -Werror=formatAndrew Bartlett2012-07-301-1/+1
* s3-utils: Add cast to fix error found by -Werror=formatAndrew Bartlett2012-07-301-2/+2
* build: Add more -Werror flags now the tree is clean of these errorsAndrew Bartlett2012-07-301-1/+1
* s4-torture: Fix format string errors found by -Werror=formatAndrew Bartlett2012-07-301-6/+6
* lib/tdb: Fix format string errors found by -Werror=format in tdb testsAndrew Bartlett2012-07-301-4/+4
* lib/ntdb: Fix format string errors found by -Werror=format in ntdb testsAndrew Bartlett2012-07-301-1/+1
* lib/ccan: Fix format string errors found by -Werror=format in ccan failtestAndrew Bartlett2012-07-301-2/+2
* auth/kerberos: Do not do pointer arithmatic on a void *Andrew Bartlett2012-07-301-1/+1
* s4-samba-tool ldapcmp: Fix synopsisAndrew Bartlett2012-07-301-1/+1
* s4-samba-tool ldapcmp: Add ridNextRID and rIDPreviousAllocationPool as per-DC...Andrew Bartlett2012-07-301-0/+1
* dfs_server_ad: s/acct/aname as acct() is a functionStefan Metzmacher2012-07-301-3/+3
* dfs_server_ad: return STATUS_NOT_FOUND if the client connects to an ip addressStefan Metzmacher2012-07-301-0/+8
* s4-dsdb: Fill in lastKnownParent when moving to lostAndFoundAndrew Bartlett2012-07-292-0/+46
* s4-dsdb: Do not strip base components off DN before searching for NC rootAndrew Bartlett2012-07-291-7/+10
* s4-dsdb: Change move to lostAndFound to use container in this partiion and ad...Andrew Bartlett2012-07-291-2/+31
* s4-dsdb: Provide a way to force incoming renames to take priorityAndrew Bartlett2012-07-291-2/+4
* s4-dsdb: Provide a way to handle conflicts due to renameAndrew Bartlett2012-07-291-25/+102
* s4-librpc: Fix private context for dcerpc_connect_timeout_handlerAndrew Bartlett2012-07-291-4/+4
* s4-repl: Use ldb_dn_new() to create the rootDSE DNAndrew Bartlett2012-07-291-1/+5
* s4-repl: Use NULL for pointer test when checking for ldb_msg_new() failureAndrew Bartlett2012-07-291-1/+1
* s3-libsmbclient: Add missing talloc_stackframe() callsAndrew Bartlett2012-07-291-0/+16
* s4-dbcheck: Add lastKnownParent when moving an object to lostAndFoundAndrew Bartlett2012-07-281-7/+28
* lib/param: Rename "socket address" to "nbt client socket address" to clarify ...Andrew Bartlett2012-07-279-17/+24
* lib/param: Remove use of lp{cfg,}_socket_address outside the NBT client and s...Andrew Bartlett2012-07-274-32/+10
* lib/param: Mark lpcfg_cachedir and lpcfg_statedir as const char *Andrew Bartlett2012-07-271-2/+2
* lib/param: Remove unused "paranoid server security"Andrew Bartlett2012-07-274-12/+0
* docs: Mark "socket address" as deprecatedAndrew Bartlett2012-07-272-1/+2
* param: Make socket_address common, Revert 611ef42053eb99f4c29d4efa86eaea9f1ca...Andrew Bartlett2012-07-274-18/+2
* lib/param: Merge parameter tables into a common fileAndrew Bartlett2012-07-273-8247/+4126
* lib/param: Merge in source3 parameters into parmeter tableAndrew Bartlett2012-07-271-15/+48
* lib/param: Merge "Security Options" section from source3/paramAndrew Bartlett2012-07-271-24/+589
* lib/param: Merge "Logging Options" section from source3/paramAndrew Bartlett2012-07-271-7/+109