summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* testtools: Update to latest upstream version.Jelmer Vernooij2012-12-2719-63/+503
* lib/param: use the correct path names againStefan Metzmacher2012-12-271-5/+5
* selftest/flapping: mark samba4.rpc.samr.large-dc.two as knownfailStefan Metzmacher2012-12-271-0/+1
* selftest.pl: Fix typo 'snprintf' -> 'sprintf'.Jelmer Vernooij2012-12-261-1/+1
* wafsamba: python-config is not always a script.Jelmer Vernooij2012-12-261-1/+1
* Recent coverity changes added directory_create_or_exist() checks to many dire...Jeremy Allison2012-12-222-0/+13
* s3-prefork: Directly fail if tevent_req_is_unix_error() fails.Andreas Schneider2012-12-211-1/+3
* s3-libsmb: Remove check if array is NULL.Andreas Schneider2012-12-211-1/+2
* s3-rpc_server: Fix username and remote check.Andreas Schneider2012-12-211-2/+2
* s4-libcli: Use a do-while loop.Andreas Schneider2012-12-211-3/+3
* s3-lib: Cleanup transfer_file_internal() a bit.Andreas Schneider2012-12-211-2/+6
* libgpo: Make it clear that we want to fall trough here.Andreas Schneider2012-12-211-0/+2
* s4-dsdb: Make it clear that we want to fall trough here.Andreas Schneider2012-12-211-0/+1
* s3-rpc_server: Make it clear we want to fall trough here.Andreas Schneider2012-12-211-0/+1
* s3-lib: Make it clear that we want to fall trough here.Andreas Schneider2012-12-211-0/+2
* s3-netapi: Add missing break in NetUserSetInfo_r().Andreas Schneider2012-12-211-0/+1
* s3-libsmb: Fix a possible null pointer dereference.Andreas Schneider2012-12-211-1/+1
* s3-rpc_server: Fix null pointer derefs in rpc_pipe_open_interface().Andreas Schneider2012-12-211-5/+7
* s3-winbind: Fix null pointer dereference in store_memory_creds().Andreas Schneider2012-12-211-4/+4
* s3-vfs: Fix a null pointer deferference in vfs_media_harmony.Andreas Schneider2012-12-211-1/+3
* s3-rpc_server: Fix a possible null pointer dereference.Andreas Schneider2012-12-211-1/+2
* s3-vfs: Fix typo in readonly_connect().Andreas Schneider2012-12-211-1/+1
* libcli: Fix smb2cli_ioctl_send() if clause.Andreas Schneider2012-12-211-1/+1
* libwbclient: Fix null check in process_domain_info_string().Andreas Schneider2012-12-211-5/+0
* s3-rpc_server: Fix useless check if we still have a valid string.Andreas Schneider2012-12-211-3/+3
* s3-libads: Fix copy&paste error in ads_keytab_add_entry().Andreas Schneider2012-12-211-1/+1
* s3-lib: Fix push_ucs2() for-loop.Andreas Schneider2012-12-211-2/+2
* s3-tldap: Fix dead code in tldap_sasl_bind_send().Andreas Schneider2012-12-211-1/+1
* s4-librpc: Remove dead code in smb_send_request().Andreas Schneider2012-12-211-4/+0
* krb5_wrap: Remove dead code in smb_krb5_renew_ticket().Andreas Schneider2012-12-211-7/+2
* nsswitch: Fix wbclient BAIL macros.Andreas Schneider2012-12-211-2/+2
* libcli: Check schannel state return value of tdb_transaction_commit().Andreas Schneider2012-12-211-1/+5
* s3-utils: Check return value of secrets_init().Andreas Schneider2012-12-211-1/+6
* s3-net: Check return values of push_reg_sz().Andreas Schneider2012-12-211-4/+22
* param: Correctly create directory and create common function.Andreas Schneider2012-12-211-55/+41
* librpc: Check return codes of ndr functions.Andreas Schneider2012-12-211-2/+9
* ndr: Check return code of ndr_pull_advance().Andreas Schneider2012-12-211-1/+1
* s4-libnet: Checkr return codes in samsync_ldb_handle_domain().Andreas Schneider2012-12-211-3/+15
* s3-nmbd: Check if we created the directories correctly.Andreas Schneider2012-12-211-4/+11
* s3-eventlog: Make sure the eventlog directory exists.Andreas Schneider2012-12-211-2/+5
* s4-regsitry: Check return value of ldb_msg_add_empty().Andreas Schneider2012-12-211-1/+7
* s3-winbind: Check if we created the directories correctly.Andreas Schneider2012-12-211-4/+11
* s4-lib: Use directory_create_or_exist() to create messaging dir.Andreas Schneider2012-12-211-1/+6
* s3-smbd: Check return code of SMB_VFS_{L}STAT.Andreas Schneider2012-12-211-2/+7
* s4-client: Check return codes in do_connect().Andreas Schneider2012-12-211-2/+18
* tdb: Add a comment explaining the "check"Volker Lendecke2012-12-211-1/+4
* tdb: Make tdb_new_database() follow a more conventional styleVolker Lendecke2012-12-211-3/+4
* tdb: Fix a typoVolker Lendecke2012-12-211-1/+1
* tdb: Fix a typoVolker Lendecke2012-12-211-1/+1
* tdb: Use tdb_lock_covered_by_allrecord_lock in tdb_unlockVolker Lendecke2012-12-211-7/+1