summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tdr: Strip trailing whitespace.Jelmer Vernooij2012-12-151-10/+10
* s4-libnet: Fix setting the group handle and return codes.Andreas Schneider2012-12-131-4/+9
* util: Remove unused fde_stdin in samba_runcmd.Andreas Schneider2012-12-121-22/+5
* s3-lib: Don't close the listener twice if we goto failed.Andreas Schneider2012-12-121-1/+1
* s3: Fix a typo in a debug messageVolker Lendecke2012-12-121-1/+1
* s3-printing: Correctly create the printing cache path.Andreas Schneider2012-12-121-1/+6
* s3-registry: Fix counters_directory() dir creation.Andreas Schneider2012-12-121-2/+2
* s4-socket: Make sure unix socket addresses are null terminated.Andreas Schneider2012-12-121-5/+5
* s3-ctdb: Make sure addr.sun_path is null terminated.Andreas Schneider2012-12-121-1/+1
* torture: Make sure we use the correct size for cxd.Andreas Schneider2012-12-121-2/+3
* s3-libsmb: Fix possible comparsion problems.Andreas Schneider2012-12-121-7/+21
* s4-libcli: Fix comparison of chosen_oid.Andreas Schneider2012-12-121-1/+1
* s3-utils: Correctly handle getenv() for the later system() call.Andreas Schneider2012-12-121-7/+10
* s4-client: Make sure we have a valid count if we goto cleanup.Andreas Schneider2012-12-121-1/+2
* s3-utils: Cleanup code in wait_replies().Andreas Schneider2012-12-121-3/+4
* nsswitch: Fix pam_get_{item,data} build warnings.Andreas Schneider2012-12-121-31/+15
* nsswitch: Remove unused variable in _pam_winbind_change_pwd().Andreas Schneider2012-12-121-3/+1
* nsswitch: Cleanup code in parse_wbinfo_domain_user().Andreas Schneider2012-12-121-1/+2
* s4-libnet: Don't call talloc_get_type() for the same struct twice.Andreas Schneider2012-12-121-2/+2
* s3-nmbd: Cleanup code to make it more readable.Andreas Schneider2012-12-121-3/+7
* s3-lib: Remove unsused variable from sys_get_nfs_quota().Andreas Schneider2012-12-121-2/+1
* winbind: Use talloc in resolve_username_to_alias().Andreas Schneider2012-12-121-3/+5
* winbind: Use talloc in resolve_alias_to_username().Andreas Schneider2012-12-121-3/+5
* tdb: Improve the documentation of tdb_reopen() and tdb_close().Andreas Schneider2012-12-121-2/+8
* tdb: Fix possible crash bugs in the python tdb code.Andreas Schneider2012-12-121-2/+15
* misc: Add a config for clang complete.Andreas Schneider2012-12-121-0/+99
* s4-selftest: make sure to test rpc.samr.passwords.validate over ncacn_ip_tcp.Günther Deschner2012-12-121-1/+1
* s3-selftest: make sure to test rpc.samr.passwords.validate over ncacn_ip_tcp.Günther Deschner2012-12-121-1/+4
* s4-rpc_server: limit allowed transports for samr_ValidatePassword().Günther Deschner2012-12-121-0/+5
* s3-rpc_server: limit allowed transports for samr_ValidatePassword().Günther Deschner2012-12-121-0/+5
* s4-torture: move samr_ValidatePassword test out of main samr test.Günther Deschner2012-12-122-4/+18
* dfs_server: Don't allocate a subcontext twice.Andreas Schneider2012-12-121-1/+1
* util: Don't use the pid ret value uninitialized.Andreas Schneider2012-12-121-1/+1
* s3-netapi: Initialize group_handle of NetGroupSetUsers_r().Andreas Schneider2012-12-121-0/+1
* s4-netapi: Initialize group_handle of NetGroupGetUsers_r().Andreas Schneider2012-12-121-0/+1
* s3-auth: Make sure we work on valid data_blobs.Andreas Schneider2012-12-121-2/+2
* s3-netapi: Initialize group_handle of NetUserSetGroups_r.Andreas Schneider2012-12-121-0/+1
* torture: Fix torture_rpc_spoolss_printer_teardown_common().Andreas Schneider2012-12-121-3/+1
* s3-netapi: Fix zeroing policy handles in NetLocalGroupAdd_r().Andreas Schneider2012-12-121-5/+5
* vfs: Make sure we don't call talloc_free on an uninitialized pointer.Andreas Schneider2012-12-121-1/+1
* s3-printing: Don't call talloc_free on an uninitialized pointer.Andreas Schneider2012-12-121-1/+1
* idl: Fix spoolss check for the size of the struct.Andreas Schneider2012-12-121-4/+4
* s3-net: Check the return value of strlower_m().Andreas Schneider2012-12-121-1/+3
* s3-net: Check return value of string_to_sid().Andreas Schneider2012-12-121-1/+7
* s3-rpcclient: Check return value of add_string_to_array().Andreas Schneider2012-12-121-1/+5
* s3-registry: Check return code of push_reg_sz().Andreas Schneider2012-12-121-2/+11
* s3:auth: Tidy up some of the API confusion in create_token_from_XXX() calls.Jeremy Allison2012-12-111-6/+9
* s3:auth: fix dereference level in talloc checks in create_token_from_sid()Michael Adam2012-12-111-2/+2
* selftest: skip the samba4.rpc.samr.passwords test in ncacn_np(dc) and s4membe...Michael Adam2012-12-111-0/+2
* s4:torture:rpc:samr: fix password age calculation in test_ChangePasswordUser3()Michael Adam2012-12-111-2/+2