summaryrefslogtreecommitdiffstats
path: root/libcli/auth
Commit message (Expand)AuthorAgeFilesLines
* libcli/auth: add more const to spnego_negTokenInit->mechTypesStefan Metzmacher2013-08-103-13/+18
* libcli/auth: avoid possible mem leak in read_negTokenInit()Stefan Metzmacher2013-08-101-4/+15
* libcli/auth/schannel: remove unused schannel_positionStefan Metzmacher2013-08-101-7/+0
* libcli/auth/schannel: make struct schannel_state privateStefan Metzmacher2013-08-102-13/+12
* libcli/auth: add netsec_create_state()Stefan Metzmacher2013-08-102-0/+26
* libcli/auth: maintain the sequence number for the NETLOGON SSP as 64bitStefan Metzmacher2013-08-102-5/+14
* libcli/auth: add netlogon_creds_shallow_copy_logon()Stefan Metzmacher2013-08-052-0/+76
* libcli/auth: add netlogon_creds_[de|en]crypt_samlogon_logon()Stefan Metzmacher2013-08-052-0/+124
* libcli/auth: fix shadowed declaration in netlogon_creds_crypt_samlogon_valida...Stefan Metzmacher2013-08-051-4/+4
* libcli/auth: make netlogon_creds_crypt_samlogon_validation more robustStefan Metzmacher2013-08-051-1/+5
* libcli/auth: also set secure channel type in netlogon_creds_client_init().Günther Deschner2013-08-052-0/+3
* schannel: Fix an unused variableVolker Lendecke2013-07-311-1/+0
* build: Build with system md5.h on OpenIndianaAndrew Bartlett2013-06-193-6/+6
* schannel_store.tdb: make it schannel_store.ntdb if 'use ntdb'.Rusty Russell2013-04-121-1/+1
* libcli/auth: convert to dbwrap.Rusty Russell2013-04-123-39/+37
* libcli/auth: avoid using transactions a chainlock is enoughStefan Metzmacher2013-03-281-10/+26
* libcli/auth: fix void function cannot return value errorAndrew Bartlett2013-01-221-2/+2
* libcli: Check schannel state return value of tdb_transaction_commit().Andreas Schneider2012-12-211-1/+5
* libcli/auth: add netlogon_creds_encrypt_samlogon_validation().Günther Deschner2012-12-152-6/+44
* libcli/auth: rename netlogon_creds_decrypt_samlogon() to netlogon_creds_decry...Günther Deschner2012-12-152-6/+9
* libcli/auth: support AES decryption in netlogon_creds_decrypt_samlogon().Günther Deschner2012-12-091-0/+14
* libcli/auth: remove trailing whitespace.Günther Deschner2012-12-091-38/+38
* libcli/auth: add netlogon_creds_aes_{en|de}crypt routines.Günther Deschner2012-12-092-0/+30
* Remove useless bool "upper_case_domain" parameter from ntv2_owf_gen().Jeremy Allison2012-08-243-13/+3
* Remove useless bool "upper_case_domain" parameter.Jeremy Allison2012-08-241-13/+2
* Move uppercasing the domain out of smb_pwd_check_ntlmv2()Jeremy Allison2012-08-241-9/+21
* libcli/auth: add support for AES/HMAC-SHA256 to the netlogon schannel sign/sealStefan Metzmacher2012-07-171-51/+137
* libcli/auth: add support for AES/HMAC-SHA256 schannel session key supportStefan Metzmacher2012-07-171-3/+63
* s4:librpc/rpc/dcerpc_schannel: just append NETLOGON_NEG_RODC_PASSTHROUGH as rodcStefan Metzmacher2012-07-171-2/+0
* libcli: use tdb directly, not tdb_compat.Rusty Russell2012-06-191-2/+2
* UTIL_TDB: lowercase name.Jelmer Vernooij2012-05-031-1/+1
* Make krb5 wrapper library common so they can be used all overSimo Sorce2012-04-233-310/+1
* krb5_wrap: krb5_string_to_key / krb5_encrypt_block are deprecated.Simo Sorce2012-04-121-4/+4
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-122-81/+0
* auth-krb: Make functions static.Simo Sorce2012-04-121-4/+0
* auth-krb: Nove oid packet check to gensec_util.Simo Sorce2012-04-121-1/+0
* krb5_wrap: remove duplicate declaration and dead ifdefSimo Sorce2012-04-121-4/+0
* tdb_wrap: Move to specific directory.Jelmer Vernooij2012-03-101-1/+1
* libcli: Remove a pointless checkVolker Lendecke2012-02-251-3/+1
* auth: Move the rest of the source4 gensec_ntlmssp code to the top levelAndrew Bartlett2012-02-171-2/+2
* auth/kerberos: Move gse_get_session_key() to common code and use in gensec_gs...Andrew Bartlett2012-02-171-0/+17
* auth/kerberos: Remove unused TALLOC_CTX argument to check_pac_checksumAndrew Bartlett2012-01-121-2/+1
* krb5: Require krb5_string_to_key be available to build with krb5Andrew Bartlett2012-01-101-1/+1
* krb5: Require krb5_principal_compare_any_realm be available to build with krb5Andrew Bartlett2012-01-101-28/+0
* krb5: Require krb5_c_verify_checksum is available to build with krb5Andrew Bartlett2012-01-101-63/+20
* auth/kerberos: Move gssapi_parse.c to the top levelAndrew Bartlett2011-12-281-0/+4
* s4-lsarpc handle more info levels in SetInfoTrustedDomain callsAndrew Bartlett2011-12-121-1/+1
* ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett2011-10-188-1827/+5
* lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett2011-10-131-1/+1
* libcli/auth: Provide a struct loadparm_context to schannel callsAndrew Bartlett2011-10-134-13/+14