summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ctdb: Introduce a helper var in ctdb_get_script_listVolker Lendecke2015-03-131-3/+5
* ctdb: Fix memleak in ctdb_get_script_listVolker Lendecke2015-03-131-2/+5
* ctdb: Make for-loop in ctdb_get_script_list more idiomaticVolker Lendecke2015-03-131-6/+7
* ctdb: Fix whitespaceVolker Lendecke2015-03-131-18/+17
* replace: Remove superfluous check for gcrypt header.Andreas Schneider2015-03-131-1/+1
* backupkey: Explicitly link to gnutls and gcryptAndrew Bartlett2015-03-121-1/+1
* lib/tls: Fix behaviour of --disable-gnutls and remove link to gcryptAndrew Bartlett2015-03-123-9/+21
* s3:rpc_server/lsa: only return collision_info if filled in lsaRSetForestTrust...Stefan Metzmacher2015-03-121-1/+3
* s4:rpc_server/lsa: only return collision_info if filled in lsaRSetForestTrust...Stefan Metzmacher2015-03-121-1/+3
* s4-torture: add ndr test for lsa_lsaRQueryForestTrustInformation().Günther Deschner2015-03-122-1/+47
* drsblobs.idl: improve idl for ForestTrustInfoRecord*Stefan Metzmacher2015-03-121-5/+5
* lsa.idl: improve idl for lsa_ForestTrust*Record*Stefan Metzmacher2015-03-123-34/+26
* lsa.idl: use 'boolean8 check_only' instead of 'uint8 check_only'Stefan Metzmacher2015-03-121-1/+1
* lsa.idl: fix idl for lsa_ForestTrustRecordTypeStefan Metzmacher2015-03-122-4/+4
* security.idl: add KERB_ENCTYPE_{FAST_SUPPORTED,COMPOUND_IDENTITY_SUPPORTED,CL...Stefan Metzmacher2015-03-121-1/+8
* netlogon.idl: remove netr_SupportedEncTypes and use kerb_EncTypes insteadStefan Metzmacher2015-03-121-10/+8
* netlogon.idl: netr_ServerPasswordGet returns NTSTATUS not WERROR.Günther Deschner2015-03-124-5/+6
* netlogon.idl: improve idl for netr_ServerTrustPasswordsGet()Stefan Metzmacher2015-03-122-4/+4
* ldb-samba: implement --show-binary for msDS-RevealedUsersStefan Metzmacher2015-03-122-0/+72
* drsblobs.idl: make replPropertyMetaData1 publicStefan Metzmacher2015-03-121-1/+1
* s4:py_net: make domain and address fully optional to py_net_finddcStefan Metzmacher2015-03-121-1/+1
* s4:librpc: add auth_type=ncalrpc_as_system as binding optionStefan Metzmacher2015-03-121-0/+16
* s4:trust_utils: store new trust/machine passwords before trying it remotely.Stefan Metzmacher2015-03-121-10/+29
* s3:winbindd: make open_internal_lsa_conn() non staticStefan Metzmacher2015-03-122-3/+6
* s3:winbindd_cm: improve detection for the anonymous fallback.Stefan Metzmacher2015-03-121-0/+3
* s3:pdb_samba_dsdb: implement pdb_samba_dsdb_set_trusteddom_pw()Stefan Metzmacher2015-03-121-1/+278
* s3:pdb_samba_dsdb: return the domain sid in pdb_samba_dsdb_get_trusteddom_pw()Stefan Metzmacher2015-03-121-0/+13
* s3:pdb_samba_dsdb: return the previous password and the kvno in pdb_samba_dsd...Stefan Metzmacher2015-03-121-19/+72
* s3:rpc_client: remove unused cli_rpc_pipe_open_schannel_with_key()Stefan Metzmacher2015-03-122-103/+0
* s3:libnet: use cli_credentials based functions in libnet_join_ok()Stefan Metzmacher2015-03-121-40/+25
* s3:auth_domain: make use of cli_rpc_pipe_open_schannel()Stefan Metzmacher2015-03-121-91/+10
* s3:auth_domain: fix talloc problem in connect_to_domain_password_server()Stefan Metzmacher2015-03-121-1/+6
* s3:rpcclient: make use of rpccli_[create|setup]_netlogon_creds_with_creds()Stefan Metzmacher2015-03-121-38/+19
* s3:rpc_client: handle !NETLOGON_NEG_AUTHENTICATED_RPC in cli_rpc_pipe_open_sc...Stefan Metzmacher2015-03-121-8/+32
* s3:rpc_client: use cli_credentials based functions in cli_rpc_pipe_open_schan...Stefan Metzmacher2015-03-121-53/+15
* s3:rpc_client: remove unused auth_level paramter of cli_rpc_pipe_open_schannel()Stefan Metzmacher2015-03-124-4/+1
* s3:cli_netlogon: cli_credentials_get_old_nt_hash() in rpccli_setup_netlogon_c...Stefan Metzmacher2015-03-121-0/+3
* auth/credentials: add cli_credentials_set_old_utf16_password()Stefan Metzmacher2015-03-122-0/+49
* auth/credentials: add cli_credentials_[g|s]et_old_nt_hash()Stefan Metzmacher2015-03-124-0/+64
* auth/credentials: add a missing talloc check to cli_credentials_set_nt_hash()Stefan Metzmacher2015-03-121-0/+3
* s4:pydsdb: add DSDB_CONTROL_PERMIT_INTERDOMAIN_TRUST_UAC_OIDStefan Metzmacher2015-03-121-0/+1
* selftest: Change testsuite to use a samAccountName with a space in itAndrew Bartlett2015-03-122-5/+14
* kdc: Ensure we cope with a samAccountName with a space in itAndrew Bartlett2015-03-121-1/+4
* dsdb: Ensure we cope with a samAccountName with a space in it in DsCrackName()Andrew Bartlett2015-03-121-1/+9
* selftest: Change testsuite to use a UPN with a space in itAndrew Bartlett2015-03-122-2/+2
* selftest: fix the basedn for local accounts in non-DC environments e.g. s4memberStefan Metzmacher2015-03-121-0/+5
* dsdb: Allow spaces in userPrincipalName valuesAndrew Bartlett2015-03-121-2/+12
* heimdal:lib/krb5: let build_logon_name() use KRB5_PRINCIPAL_UNPARSE_DISPLAYStefan Metzmacher2015-03-121-1/+3
* heimdal:lib/krb5: allow enterprise principals in verify_logonname()Stefan Metzmacher2015-03-121-1/+3
* torture-krb5: Test accepting the ticket to ensure PAC is well-formedAndrew Bartlett2015-03-121-1/+134