summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-12idl: Fix spoolss check for the size of the struct.Andreas Schneider1-4/+4
2012-12-12s3-net: Check the return value of strlower_m().Andreas Schneider1-1/+3
2012-12-12s3-net: Check return value of string_to_sid().Andreas Schneider1-1/+7
2012-12-12s3-rpcclient: Check return value of add_string_to_array().Andreas Schneider1-1/+5
2012-12-12s3-registry: Check return code of push_reg_sz().Andreas Schneider1-2/+11
2012-12-11s3:auth: Tidy up some of the API confusion in create_token_from_XXX() calls.Jeremy Allison1-6/+9
2012-12-11s3:auth: fix dereference level in talloc checks in create_token_from_sid()Michael Adam1-2/+2
2012-12-11selftest: skip the samba4.rpc.samr.passwords test in ncacn_np(dc) and s4membe...Michael Adam1-0/+2
2012-12-11s4:torture:rpc:samr: fix password age calculation in test_ChangePasswordUser3()Michael Adam1-2/+2
2012-12-11s4:torture/samr: allow STATUS_PASSWORD_RESTRICTIONS from ChangePasswordUserMichael Adam1-8/+16
2012-12-11s4:rpc_server/samr: do WRONG_PASSWORD checks after the complexity checksMichael Adam1-47/+65
2012-12-11s4:dsdb/password_hash: do the min password age checks firstMichael Adam1-11/+13
2012-12-11s4:dsdb/common: only pass the DSDB_CONTROL_PASSWORD_HASH_VALUES_OID if requiredStefan Metzmacher1-7/+11
2012-12-11s4:torture:rpc:samr: add debugging of result of (many) dcerpc_samr_* callsMichael Adam1-1/+106
2012-12-11s4:dsdb/password_hash: Honor password complexity settings.Stefan Metzmacher1-5/+0
2012-12-11Revert "s4:dsdb/password_hash: Honor password complexity settings."Stefan Metzmacher1-7/+1
2012-12-11s4:provision: set the correct nTSecurityDescriptor on CN=Domain Controllers,....Stefan Metzmacher3-0/+16
2012-12-11s4:provision: set the correct nTSecurityDescriptor on CN=Users,... (bug #9481)Stefan Metzmacher3-1/+19
2012-12-11s4:provision: set the correct nTSecurityDescriptor on CN=Computers,... (bug #...Stefan Metzmacher3-1/+20
2012-12-11s4:provision: set the correct nTSecurityDescriptor on CN=Builtin,... (bug #9481)Stefan Metzmacher3-0/+61
2012-12-11s4:provision: set the correct nTSecurityDescriptor on CN=Infrastructure,... (...Stefan Metzmacher3-2/+15
2012-12-11s4:provision: set the correct nTSecurityDescriptor on CN=Sites,CN=Configurati...Stefan Metzmacher3-0/+19
2012-12-11s4:provision: set the correct nTSecurityDescriptor on CN=Partitions,CN=Config...Stefan Metzmacher3-0/+21
2012-12-11s4:dsdb/descriptor: pass object_list to create_security_descriptor()Stefan Metzmacher1-2/+13
2012-12-11libcli/security: calculate the correct inherited_object GUIDStefan Metzmacher1-1/+7
2012-12-11libcli/security: implement object_in_list()Stefan Metzmacher1-2/+23
2012-12-11s3:auth: fix function header comment for user_sid_in_group_sid()Michael Adam1-1/+1
2012-12-10pidl: change strange spelling __donnot_use_enum_* to __do_not_use_enum_*Michael Adam1-1/+1
2012-12-10s3:auth: fix create_token_from_sid() to not fail in the winbindd caseMichael Adam1-2/+10
2012-12-10s3:auth: fix header comment for user_sid_in_group_sid()Michael Adam1-2/+2
2012-12-10s4:dsdb/tests/sec_descriptor: verify the search of a windows dc join keeps wo...Stefan Metzmacher1-0/+7
2012-12-10s4:dsdb/tests/sec_descriptor: verify the nTSecurityDescriptor and sd_flags in...Stefan Metzmacher1-0/+116
2012-12-10s4:dsdb/operational: fix stripping of the nTSecurityDescriptor attributeStefan Metzmacher1-2/+12
2012-12-10s4:dsdb/acl_read: return the nTSecurityDescriptor attr if the sd_flags contro...Stefan Metzmacher1-2/+9
2012-12-10s4:dsdb/acl_read: give some variables a better nameStefan Metzmacher1-10/+13
2012-12-10s4:dsdb/acl_read: fix the calculation of the attribute array for the sub searchStefan Metzmacher1-14/+19
2012-12-10s4:dsdb/acl_read: check the ldb_attr_list_copy_add() resultStefan Metzmacher1-0/+12
2012-12-10s4:dsdb/dirsync: fix potential talloc hierachy problems (bug #9470)Stefan Metzmacher1-3/+3
2012-12-09s4-torture: call the s4u2self tests with arcfour and aes.Günther Deschner1-12/+47
2012-12-09s4-torture: precalculate expected session keys from samlogon in schannel test.Günther Deschner1-7/+111
2012-12-09libcli/auth: support AES decryption in netlogon_creds_decrypt_samlogon().Günther Deschner1-0/+14
2012-12-09libcli/auth: remove trailing whitespace.Günther Deschner1-38/+38
2012-12-09s3-auth: remove crypto from serverinfo_to_SamInfoX calls.Günther Deschner5-34/+30
2012-12-09s3-rpc_server: Remove obsolete process_creds boolean in samlogon server.Günther Deschner1-24/+3
2012-12-09s3-auth: session keys in validation level 6 samlogon replies are *not* encryp...Günther Deschner1-8/+0
2012-12-09s3-rpc_server: support AES for interactive netlogon samlogon password decrypt...Günther Deschner3-37/+36
2012-12-09s4-rpc_server: support AES encryption in interactive and generic samlogon.Günther Deschner1-5/+23
2012-12-09s3-rpc_server: we need to encrypt OWFs using DES in _netr_ServerGetTrustInfo().Günther Deschner1-2/+2
2012-12-09s4-torture: validate owf password hash and negotiate AES in forest trust test.Günther Deschner1-1/+12
2012-12-09s4-torture: validate owf password hash and negotiate AES ServerGetTrustInfo t...Günther Deschner1-4/+33