summaryrefslogtreecommitdiff
path: root/libcli/auth
AgeCommit message (Expand)AuthorFilesLines
2015-01-21libcli/auth: add netlogon_creds_cli_GetForestTrustInformation*()Stefan Metzmacher2-0/+281
2015-01-21libcli/auth: add netlogon_creds_cli_ServerGetTrustInfo*()Stefan Metzmacher2-0/+301
2014-09-26libcli: auth: Ensure all asn1_XX returns are checked.Jeremy Allison1-102/+112
2014-08-01libcli/auth: Ensure that the dns_names in/out parameter is preservedAndrew Bartlett1-1/+8
2014-07-01libcli: Remove an unused variableVolker Lendecke1-1/+0
2014-06-11s3-winbindd: Listen on IRPC and do forwarded DNS updates on an RODCAndrew Bartlett2-0/+279
2014-04-14Typo: s/preceeded/preceded/Jelmer Vernooij1-3/+3
2014-04-02libcli/auth: s/encrypt/do_encryptStefan Metzmacher1-6/+6
2014-02-24libcli: Overflow array index read possible, in auth code.Ira Cooper1-1/+1
2014-02-24Revert "libcli: Overflow array index read possible, in auth code."Ira Cooper1-2/+2
2014-02-24libcli: Overflow array index read possible, in auth code.Ira Cooper1-2/+2
2014-02-07libcli: use DBWRAP_LOCK_ORDER_NONE when opening schannel_store.tdbMichael Adam1-1/+2
2014-02-07dbwrap: add dbwrap_flags argument to dbwrap_local_open()Michael Adam2-2/+3
2014-01-22libcli/auth: reject computer_name longer than 15 charsStefan Metzmacher1-0/+8
2014-01-22libcli/auth: don't alter the computer_name in cluster mode.Stefan Metzmacher1-19/+3
2014-01-22libcli/auth: add netlogon_creds_cli_set_global_db()Stefan Metzmacher2-0/+12
2014-01-08libcli/auth: fix usage of an uninitialized variable in netlogon_creds_cli_che...Stefan Metzmacher1-2/+2
2014-01-07libcli/auth: remove unused netlogon_creds_cli_context_copy()Stefan Metzmacher2-51/+0
2014-01-07libcli/auth: make use of real options in netlogon_creds_cli_context_global()Stefan Metzmacher1-15/+3
2014-01-07libcli/auth: use unique key_name values in netlogon_creds_cli_context_common()Stefan Metzmacher1-10/+48
2014-01-07libcli/auth: add netlogon_creds_cli* infrastructureStefan Metzmacher3-0/+2738
2014-01-07auth/gensec: move libcli/auth/schannel_sign.c into schannel.cStefan Metzmacher3-419/+1
2013-12-24libcli/auth: try to use the current timestamp creds->sequenceStefan Metzmacher1-0/+22
2013-12-24libcli/auth: remove bogus comment regarding replay attacksStefan Metzmacher1-2/+0
2013-12-24libcli/auth: set the return_authenticator->timestamp = 0Stefan Metzmacher1-1/+1
2013-08-10libcli/auth: add more const to spnego_negTokenInit->mechTypesStefan Metzmacher3-13/+18
2013-08-10libcli/auth: avoid possible mem leak in read_negTokenInit()Stefan Metzmacher1-4/+15
2013-08-10libcli/auth/schannel: remove unused schannel_positionStefan Metzmacher1-7/+0
2013-08-10libcli/auth/schannel: make struct schannel_state privateStefan Metzmacher2-13/+12
2013-08-10libcli/auth: add netsec_create_state()Stefan Metzmacher2-0/+26
2013-08-10libcli/auth: maintain the sequence number for the NETLOGON SSP as 64bitStefan Metzmacher2-5/+14
2013-08-05libcli/auth: add netlogon_creds_shallow_copy_logon()Stefan Metzmacher2-0/+76
2013-08-05libcli/auth: add netlogon_creds_[de|en]crypt_samlogon_logon()Stefan Metzmacher2-0/+124
2013-08-05libcli/auth: fix shadowed declaration in netlogon_creds_crypt_samlogon_valida...Stefan Metzmacher1-4/+4
2013-08-05libcli/auth: make netlogon_creds_crypt_samlogon_validation more robustStefan Metzmacher1-1/+5
2013-08-05libcli/auth: also set secure channel type in netlogon_creds_client_init().Günther Deschner2-0/+3
2013-07-31schannel: Fix an unused variableVolker Lendecke1-1/+0
2013-06-19build: Build with system md5.h on OpenIndianaAndrew Bartlett3-6/+6
2013-04-12schannel_store.tdb: make it schannel_store.ntdb if 'use ntdb'.Rusty Russell1-1/+1
2013-04-12libcli/auth: convert to dbwrap.Rusty Russell3-39/+37
2013-03-28libcli/auth: avoid using transactions a chainlock is enoughStefan Metzmacher1-10/+26
2013-01-22libcli/auth: fix void function cannot return value errorAndrew Bartlett1-2/+2
2012-12-21libcli: Check schannel state return value of tdb_transaction_commit().Andreas Schneider1-1/+5
2012-12-15libcli/auth: add netlogon_creds_encrypt_samlogon_validation().Günther Deschner2-6/+44
2012-12-15libcli/auth: rename netlogon_creds_decrypt_samlogon() to netlogon_creds_decry...Günther Deschner2-6/+9
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-09libcli/auth: add netlogon_creds_aes_{en|de}crypt routines.Günther Deschner2-0/+30
2012-08-24Remove useless bool "upper_case_domain" parameter from ntv2_owf_gen().Jeremy Allison3-13/+3
2012-08-24Remove useless bool "upper_case_domain" parameter.Jeremy Allison1-13/+2