Age | Commit message (Expand) | Author | Files | Lines |
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-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 | s3-rpc_server: we need to encrypt OWFs using DES in _netr_ServerGetTrustInfo(). | Günther Deschner | 1 | -2/+2 |
2012-12-09 | s3-rpc_server: pass down netlogon cred state in _netr_ServerGetTrustInfo(). | Günther Deschner | 1 | -9/+5 |
2012-12-09 | s3-rpc_client: use netlogon_creds_aes_encrypt in interactive netlogon samlogon. | Günther Deschner | 1 | -1/+4 |
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 |
2012-12-09 | s3-rpc_client: use netlogon_creds_arcfour_crypt() in init_netr_CryptPassword. | Günther Deschner | 3 | -5/+5 |
2012-12-07 | winbind: Make the code more readable in trustdom_list_done(). | Andreas Schneider | 1 | -15/+19 |
2012-12-07 | s3: Fix clear_if_first for the async echo handler | Volker Lendecke | 1 | -1/+1 |
2012-12-06 | build: Install .po files for SWAT intl support | Andrew Bartlett | 1 | -0/+3 |
2012-12-06 | Clean up client timeout definitions [rev. 2] | Scott Lovenberg | 4 | -8/+5 |
2012-12-05 | s3:smbd: fix a cut and paste error in a debug message | Michael Adam | 1 | -2/+2 |
2012-12-05 | s3:smbd: don't apply create/directory mask and modes in apply_default_perms() | Michael Adam | 1 | -77/+11 |
2012-12-06 | Fix bug #9460 - Samba 3.6.x and Master respond incorrectly to FILE_STREAM_INF... | Richard Sharpe | 1 | -1/+22 |
2012-12-04 | Remove unused append_parent_acl(). | Jeremy Allison | 2 | -204/+0 |
2012-12-04 | s3:smbd:vfs_acl: fix a PANIC when setting an ACL fails with ACCESS_DENIED | Michael Adam | 1 | -0/+1 |
2012-12-03 | s3:passdb: fix building pdb_ldap as shared module | Michael Adam | 2 | -2/+3 |
2012-12-03 | smbget: Use new samba_getpass() function. | Andreas Schneider | 1 | -3/+2 |
2012-12-03 | util: Use new samba_getpass() function for passwd util. | Andreas Schneider | 1 | -1/+8 |
2012-12-03 | ntlm_auth: Use new samba_getpass() function. | Andreas Schneider | 1 | -1/+7 |
2012-12-03 | net: Use samba_getpass() function in net util. | Andreas Schneider | 1 | -3/+7 |
2012-12-03 | net: Use new samba_getpass() function for 'net rpc'. | Andreas Schneider | 1 | -1/+8 |
2012-12-03 | net: Use new samba_getpass() function for 'net ads'. | Andreas Schneider | 1 | -1/+9 |
2012-12-03 | torture: Use new samba_getpass() in masktest. | Andreas Schneider | 1 | -2/+5 |
2012-12-03 | torture: Use new samba_getpass() in smbtorture3. | Andreas Schneider | 1 | -3/+6 |
2012-12-03 | torture: Use new samba_getpass() in locktest2. | Andreas Schneider | 1 | -3/+6 |
2012-12-03 | util: Use new samba_getpass() function. | Andreas Schneider | 1 | -4/+5 |
2012-12-03 | smbclient: Use new samba_getpass() function. | Andreas Schneider | 1 | -3/+6 |
2012-12-03 | util: Add a UNIX platform independent samba_getpass(). | Andreas Schneider | 1 | -1/+1 |
2012-12-03 | s3:selftest: extend sids2xids test script to cope with "ID_TYPE_BOTH mappings | Michael Adam | 1 | -1/+1 |
2012-12-03 | s3:passdb: don't look into group mappings in legacy_sid_to_unixid() | Michael Adam | 1 | -28/+1 |
2012-12-03 | s3:passdb:pdb_ldap: treat "Unix User" and "Unix Group" in sid_to_id() | Michael Adam | 1 | -0/+5 |
2012-12-03 | s3:passdb:pdb_ldap: pre-validate sid with sid_check_object_is_for_passdb() | Michael Adam | 1 | -3/+3 |
2012-12-03 | s3:passdb: add sid_check_object_is_for_passdb() | Michael Adam | 3 | -0/+35 |
2012-12-03 | s3:passdb: factor pdb_sid_to_id_unix_users_and_groups() out of pdb_default_si... | Michael Adam | 2 | -16/+35 |
2012-12-03 | s3:passdb: don't bail out in pdb_default_sid_to_id() if sid is not in our sam | Michael Adam | 1 | -5/+0 |
2012-12-03 | s3:winbindd: use the new sid_check_is_for_passdb() in idmap_find_domain_with_... | Michael Adam | 1 | -6/+2 |
2012-12-03 | build the new sid_check_is_for_passdb() function into passdb | Michael Adam | 3 | -0/+3 |
2012-12-03 | s3:lib: add utility function sid_check_is_for_passdb() | Michael Adam | 2 | -0/+102 |
2012-12-03 | s3:winbindd: remove unused function idmap_backends_sid_to_unixid() | Michael Adam | 2 | -43/+0 |
2012-12-03 | s3:test:wbinfo_sids2xids: test the results with singular calls with filled an... | Michael Adam | 2 | -11/+29 |
2012-12-03 | s3:test: fix intialization of WBINFO in test_wbinfo_sids2xids.sh | Michael Adam | 1 | -1/+1 |
2012-12-03 | s3:idmap_autorid: force mapping type to ID_TYPE_BOTH for sid->unixid mapping | Michael Adam | 1 | -0/+3 |
2012-12-03 | s3:idmap_rid: force mapping type to ID_TYPE_BOTH for sid->unixid mapping | Michael Adam | 1 | -0/+2 |
2012-12-03 | s3:winbindd: remove unused idmap_sid_to_gid() | Michael Adam | 2 | -75/+0 |