Age | Commit message (Expand) | Author | Files | Lines |
2012-12-12 | s3-libsmb: Fix possible comparsion problems. | Andreas Schneider | 1 | -7/+21 |
2012-12-12 | s4-libcli: Fix comparison of chosen_oid. | Andreas Schneider | 1 | -1/+1 |
2012-12-12 | s3-utils: Correctly handle getenv() for the later system() call. | Andreas Schneider | 1 | -7/+10 |
2012-12-12 | s4-client: Make sure we have a valid count if we goto cleanup. | Andreas Schneider | 1 | -1/+2 |
2012-12-12 | s3-utils: Cleanup code in wait_replies(). | Andreas Schneider | 1 | -3/+4 |
2012-12-12 | nsswitch: Fix pam_get_{item,data} build warnings. | Andreas Schneider | 1 | -31/+15 |
2012-12-12 | nsswitch: Remove unused variable in _pam_winbind_change_pwd(). | Andreas Schneider | 1 | -3/+1 |
2012-12-12 | nsswitch: Cleanup code in parse_wbinfo_domain_user(). | Andreas Schneider | 1 | -1/+2 |
2012-12-12 | s4-libnet: Don't call talloc_get_type() for the same struct twice. | Andreas Schneider | 1 | -2/+2 |
2012-12-12 | s3-nmbd: Cleanup code to make it more readable. | Andreas Schneider | 1 | -3/+7 |
2012-12-12 | s3-lib: Remove unsused variable from sys_get_nfs_quota(). | Andreas Schneider | 1 | -2/+1 |
2012-12-12 | winbind: Use talloc in resolve_username_to_alias(). | Andreas Schneider | 1 | -3/+5 |
2012-12-12 | winbind: Use talloc in resolve_alias_to_username(). | Andreas Schneider | 1 | -3/+5 |
2012-12-12 | tdb: Improve the documentation of tdb_reopen() and tdb_close(). | Andreas Schneider | 1 | -2/+8 |
2012-12-12 | tdb: Fix possible crash bugs in the python tdb code. | Andreas Schneider | 1 | -2/+15 |
2012-12-12 | misc: Add a config for clang complete. | Andreas Schneider | 1 | -0/+99 |
2012-12-12 | s4-selftest: make sure to test rpc.samr.passwords.validate over ncacn_ip_tcp. | Günther Deschner | 1 | -1/+1 |
2012-12-12 | s3-selftest: make sure to test rpc.samr.passwords.validate over ncacn_ip_tcp. | Günther Deschner | 1 | -1/+4 |
2012-12-12 | s4-rpc_server: limit allowed transports for samr_ValidatePassword(). | Günther Deschner | 1 | -0/+5 |
2012-12-12 | s3-rpc_server: limit allowed transports for samr_ValidatePassword(). | Günther Deschner | 1 | -0/+5 |
2012-12-12 | s4-torture: move samr_ValidatePassword test out of main samr test. | Günther Deschner | 2 | -4/+18 |
2012-12-12 | dfs_server: Don't allocate a subcontext twice. | Andreas Schneider | 1 | -1/+1 |
2012-12-12 | util: Don't use the pid ret value uninitialized. | Andreas Schneider | 1 | -1/+1 |
2012-12-12 | s3-netapi: Initialize group_handle of NetGroupSetUsers_r(). | Andreas Schneider | 1 | -0/+1 |
2012-12-12 | s4-netapi: Initialize group_handle of NetGroupGetUsers_r(). | Andreas Schneider | 1 | -0/+1 |
2012-12-12 | s3-auth: Make sure we work on valid data_blobs. | Andreas Schneider | 1 | -2/+2 |
2012-12-12 | s3-netapi: Initialize group_handle of NetUserSetGroups_r. | Andreas Schneider | 1 | -0/+1 |
2012-12-12 | torture: Fix torture_rpc_spoolss_printer_teardown_common(). | Andreas Schneider | 1 | -3/+1 |
2012-12-12 | s3-netapi: Fix zeroing policy handles in NetLocalGroupAdd_r(). | Andreas Schneider | 1 | -5/+5 |
2012-12-12 | vfs: Make sure we don't call talloc_free on an uninitialized pointer. | Andreas Schneider | 1 | -1/+1 |
2012-12-12 | s3-printing: Don't call talloc_free on an uninitialized pointer. | Andreas Schneider | 1 | -1/+1 |
2012-12-12 | idl: Fix spoolss check for the size of the struct. | Andreas Schneider | 1 | -4/+4 |
2012-12-12 | s3-net: Check the return value of strlower_m(). | Andreas Schneider | 1 | -1/+3 |
2012-12-12 | s3-net: Check return value of string_to_sid(). | Andreas Schneider | 1 | -1/+7 |
2012-12-12 | s3-rpcclient: Check return value of add_string_to_array(). | Andreas Schneider | 1 | -1/+5 |
2012-12-12 | s3-registry: Check return code of push_reg_sz(). | Andreas Schneider | 1 | -2/+11 |
2012-12-11 | s3:auth: Tidy up some of the API confusion in create_token_from_XXX() calls. | Jeremy Allison | 1 | -6/+9 |
2012-12-11 | s3:auth: fix dereference level in talloc checks in create_token_from_sid() | Michael Adam | 1 | -2/+2 |
2012-12-11 | selftest: skip the samba4.rpc.samr.passwords test in ncacn_np(dc) and s4membe... | Michael Adam | 1 | -0/+2 |
2012-12-11 | s4:torture:rpc:samr: fix password age calculation in test_ChangePasswordUser3() | Michael Adam | 1 | -2/+2 |
2012-12-11 | s4:torture/samr: allow STATUS_PASSWORD_RESTRICTIONS from ChangePasswordUser | Michael Adam | 1 | -8/+16 |
2012-12-11 | s4:rpc_server/samr: do WRONG_PASSWORD checks after the complexity checks | Michael Adam | 1 | -47/+65 |
2012-12-11 | s4:dsdb/password_hash: do the min password age checks first | Michael Adam | 1 | -11/+13 |
2012-12-11 | s4:dsdb/common: only pass the DSDB_CONTROL_PASSWORD_HASH_VALUES_OID if required | Stefan Metzmacher | 1 | -7/+11 |
2012-12-11 | s4:torture:rpc:samr: add debugging of result of (many) dcerpc_samr_* calls | Michael Adam | 1 | -1/+106 |
2012-12-11 | s4:dsdb/password_hash: Honor password complexity settings. | Stefan Metzmacher | 1 | -5/+0 |
2012-12-11 | Revert "s4:dsdb/password_hash: Honor password complexity settings." | Stefan Metzmacher | 1 | -7/+1 |
2012-12-11 | s4:provision: set the correct nTSecurityDescriptor on CN=Domain Controllers,.... | Stefan Metzmacher | 3 | -0/+16 |
2012-12-11 | s4:provision: set the correct nTSecurityDescriptor on CN=Users,... (bug #9481) | Stefan Metzmacher | 3 | -1/+19 |
2012-12-11 | s4:provision: set the correct nTSecurityDescriptor on CN=Computers,... (bug #... | Stefan Metzmacher | 3 | -1/+20 |