summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-21nsswitch: Fix wbclient BAIL macros.Andreas Schneider1-2/+2
2012-12-21libcli: Check schannel state return value of tdb_transaction_commit().Andreas Schneider1-1/+5
2012-12-21s3-utils: Check return value of secrets_init().Andreas Schneider1-1/+6
2012-12-21s3-net: Check return values of push_reg_sz().Andreas Schneider1-4/+22
2012-12-21param: Correctly create directory and create common function.Andreas Schneider1-55/+41
2012-12-21librpc: Check return codes of ndr functions.Andreas Schneider1-2/+9
2012-12-21ndr: Check return code of ndr_pull_advance().Andreas Schneider1-1/+1
2012-12-21s4-libnet: Checkr return codes in samsync_ldb_handle_domain().Andreas Schneider1-3/+15
2012-12-21s3-nmbd: Check if we created the directories correctly.Andreas Schneider1-4/+11
2012-12-21s3-eventlog: Make sure the eventlog directory exists.Andreas Schneider1-2/+5
2012-12-21s4-regsitry: Check return value of ldb_msg_add_empty().Andreas Schneider1-1/+7
2012-12-21s3-winbind: Check if we created the directories correctly.Andreas Schneider1-4/+11
2012-12-21s4-lib: Use directory_create_or_exist() to create messaging dir.Andreas Schneider1-1/+6
2012-12-21s3-smbd: Check return code of SMB_VFS_{L}STAT.Andreas Schneider1-2/+7
2012-12-21s4-client: Check return codes in do_connect().Andreas Schneider1-2/+18
2012-12-21tdb: Add a comment explaining the "check"Volker Lendecke1-1/+4
2012-12-21tdb: Make tdb_new_database() follow a more conventional styleVolker Lendecke1-3/+4
2012-12-21tdb: Fix a typoVolker Lendecke1-1/+1
2012-12-21tdb: Fix a typoVolker Lendecke1-1/+1
2012-12-21tdb: Use tdb_lock_covered_by_allrecord_lock in tdb_unlockVolker Lendecke1-7/+1
2012-12-21tdb: Factor out tdb_lock_covered_by_allrecord_lock from tdb_lock_listVolker Lendecke1-23/+31
2012-12-21tdb: Simplify logic in tdb_lock_list slightlyVolker Lendecke1-7/+22
2012-12-21tdb: Slightly simplify tdb_lock_listVolker Lendecke1-11/+11
2012-12-21tdb: Fix blank line endingsVolker Lendecke11-89/+89
2012-12-21tdb: Fix a commentVolker Lendecke1-1/+1
2012-12-21tdb: Fix a typoVolker Lendecke1-1/+1
2012-12-21tdb: Fix a missing CONVERTVolker Lendecke1-1/+1
2012-12-18Fix bug #9196 - defer_open is triggered multiple times on the same request.Jeremy Allison1-3/+3
2012-12-16s4-rpc_server: use netlogon_creds_encrypt_samlogon().Günther Deschner1-34/+3
2012-12-15s3-rpc_server: use netlogon_creds_encrypt_samlogon().Günther Deschner1-20/+3
2012-12-15libcli/auth: add netlogon_creds_encrypt_samlogon_validation().Günther Deschner2-6/+44
2012-12-15libcli/auth: rename netlogon_creds_decrypt_samlogon() to netlogon_creds_decry...Günther Deschner5-14/+25
2012-12-15s3fs: make the log warning go awayRicky Nance1-0/+1
2012-12-15tdr: Strip trailing whitespace.Jelmer Vernooij1-10/+10
2012-12-13s4-libnet: Fix setting the group handle and return codes.Andreas Schneider1-4/+9
2012-12-12util: Remove unused fde_stdin in samba_runcmd.Andreas Schneider1-22/+5
2012-12-12s3-lib: Don't close the listener twice if we goto failed.Andreas Schneider1-1/+1
2012-12-12s3: Fix a typo in a debug messageVolker Lendecke1-1/+1
2012-12-12s3-printing: Correctly create the printing cache path.Andreas Schneider1-1/+6
2012-12-12s3-registry: Fix counters_directory() dir creation.Andreas Schneider1-2/+2
2012-12-12s4-socket: Make sure unix socket addresses are null terminated.Andreas Schneider1-5/+5
2012-12-12s3-ctdb: Make sure addr.sun_path is null terminated.Andreas Schneider1-1/+1
2012-12-12torture: Make sure we use the correct size for cxd.Andreas Schneider1-2/+3
2012-12-12s3-libsmb: Fix possible comparsion problems.Andreas Schneider1-7/+21
2012-12-12s4-libcli: Fix comparison of chosen_oid.Andreas Schneider1-1/+1
2012-12-12s3-utils: Correctly handle getenv() for the later system() call.Andreas Schneider1-7/+10
2012-12-12s4-client: Make sure we have a valid count if we goto cleanup.Andreas Schneider1-1/+2
2012-12-12s3-utils: Cleanup code in wait_replies().Andreas Schneider1-3/+4
2012-12-12nsswitch: Fix pam_get_{item,data} build warnings.Andreas Schneider1-31/+15
2012-12-12nsswitch: Remove unused variable in _pam_winbind_change_pwd().Andreas Schneider1-3/+1