Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-12-11 | s4:provision: set the correct nTSecurityDescriptor on CN=Builtin,... (bug #9481) | Stefan Metzmacher | 3 | -0/+61 |
2012-12-11 | s4:provision: set the correct nTSecurityDescriptor on CN=Infrastructure,... (... | Stefan Metzmacher | 3 | -2/+15 |
2012-12-11 | s4:provision: set the correct nTSecurityDescriptor on CN=Sites,CN=Configurati... | Stefan Metzmacher | 3 | -0/+19 |
2012-12-11 | s4:provision: set the correct nTSecurityDescriptor on CN=Partitions,CN=Config... | Stefan Metzmacher | 3 | -0/+21 |
2012-12-11 | s4:dsdb/descriptor: pass object_list to create_security_descriptor() | Stefan Metzmacher | 1 | -2/+13 |
2012-12-11 | libcli/security: calculate the correct inherited_object GUID | Stefan Metzmacher | 1 | -1/+7 |
2012-12-11 | libcli/security: implement object_in_list() | Stefan Metzmacher | 1 | -2/+23 |
2012-12-11 | s3:auth: fix function header comment for user_sid_in_group_sid() | Michael Adam | 1 | -1/+1 |
2012-12-10 | pidl: change strange spelling __donnot_use_enum_* to __do_not_use_enum_* | Michael Adam | 1 | -1/+1 |
2012-12-10 | s3:auth: fix create_token_from_sid() to not fail in the winbindd case | Michael Adam | 1 | -2/+10 |
2012-12-10 | s3:auth: fix header comment for user_sid_in_group_sid() | Michael Adam | 1 | -2/+2 |
2012-12-10 | s4:dsdb/tests/sec_descriptor: verify the search of a windows dc join keeps wo... | Stefan Metzmacher | 1 | -0/+7 |
2012-12-10 | s4:dsdb/tests/sec_descriptor: verify the nTSecurityDescriptor and sd_flags in... | Stefan Metzmacher | 1 | -0/+116 |
2012-12-10 | s4:dsdb/operational: fix stripping of the nTSecurityDescriptor attribute | Stefan Metzmacher | 1 | -2/+12 |
2012-12-10 | s4:dsdb/acl_read: return the nTSecurityDescriptor attr if the sd_flags contro... | Stefan Metzmacher | 1 | -2/+9 |
2012-12-10 | s4:dsdb/acl_read: give some variables a better name | Stefan Metzmacher | 1 | -10/+13 |
2012-12-10 | s4:dsdb/acl_read: fix the calculation of the attribute array for the sub search | Stefan Metzmacher | 1 | -14/+19 |
2012-12-10 | s4:dsdb/acl_read: check the ldb_attr_list_copy_add() result | Stefan Metzmacher | 1 | -0/+12 |
2012-12-10 | s4:dsdb/dirsync: fix potential talloc hierachy problems (bug #9470) | Stefan Metzmacher | 1 | -3/+3 |
2012-12-09 | s4-torture: call the s4u2self tests with arcfour and aes. | Günther Deschner | 1 | -12/+47 |
2012-12-09 | s4-torture: precalculate expected session keys from samlogon in schannel test. | Günther Deschner | 1 | -7/+111 |
2012-12-09 | libcli/auth: support AES decryption in netlogon_creds_decrypt_samlogon(). | Günther Deschner | 1 | -0/+14 |
2012-12-09 | libcli/auth: remove trailing whitespace. | Günther Deschner | 1 | -38/+38 |
2012-12-09 | s3-auth: remove crypto from serverinfo_to_SamInfoX calls. | Günther Deschner | 5 | -34/+30 |
2012-12-09 | s3-rpc_server: Remove obsolete process_creds boolean in samlogon server. | Günther Deschner | 1 | -24/+3 |
2012-12-09 | s3-auth: session keys in validation level 6 samlogon replies are *not* encryp... | Günther Deschner | 1 | -8/+0 |
2012-12-09 | s3-rpc_server: support AES for interactive netlogon samlogon password decrypt... | Günther Deschner | 3 | -37/+36 |
2012-12-09 | s4-rpc_server: support AES encryption in interactive and generic samlogon. | Günther Deschner | 1 | -5/+23 |
2012-12-09 | s3-rpc_server: we need to encrypt OWFs using DES in _netr_ServerGetTrustInfo(). | Günther Deschner | 1 | -2/+2 |
2012-12-09 | s4-torture: validate owf password hash and negotiate AES in forest trust test. | Günther Deschner | 1 | -1/+12 |
2012-12-09 | s4-torture: validate owf password hash and negotiate AES ServerGetTrustInfo t... | Günther Deschner | 1 | -4/+33 |
2012-12-09 | s3-rpc_server: pass down netlogon cred state in _netr_ServerGetTrustInfo(). | Günther Deschner | 1 | -9/+5 |
2012-12-09 | s4-torture: use netlogon_creds_arcfour_crypt() in samba3rpc test. | Günther Deschner | 1 | -6/+3 |
2012-12-09 | s4-torture: exit early when join fails in samba3rpc tests. | Günther Deschner | 1 | -2/+4 |
2012-12-09 | s4-torture: support AES encryption in interactive samlogon tests in rpc.samr. | Günther Deschner | 1 | -2/+5 |
2012-12-09 | s4-torture: support AES encryption in pac_verify/generic samlogon netlogon te... | Günther Deschner | 1 | -19/+68 |
2012-12-09 | s4-torture: use names for r.in.logon_level of netlogon samlogon requests. | Günther Deschner | 6 | -10/+10 |
2012-12-09 | s4-torture: remove trailing whitespace in smbtorture remote_pac test. | Günther Deschner | 1 | -41/+41 |
2012-12-09 | s3-rpc_client: use netlogon_creds_aes_encrypt in interactive netlogon samlogon. | Günther Deschner | 1 | -1/+4 |
2012-12-09 | s4-rpc_server: support AES decryption in netr_ServerPasswordSet2 server. | Günther Deschner | 1 | -1/+6 |
2012-12-09 | s4-torture: add AES support for netr_ServerPasswordSet2 tests. | Günther Deschner | 1 | -6/+29 |
2012-12-09 | s4-torture: pass down netlogon flags in netr_ServerPasswordSet2 tests. | Günther Deschner | 1 | -4/+12 |
2012-12-09 | s4-torture: remove trailing whitespace from netlogon test. | Günther Deschner | 1 | -105/+105 |
2012-12-09 | s3-rpc_server: support AES decryption in netr_ServerPasswordSet2 server. | Günther Deschner | 1 | -1/+6 |
2012-12-09 | s3-rpc_client: support AES encryption in netr_ServerPasswordSet2 client. | Günther Deschner | 1 | -2/+6 |