summaryrefslogtreecommitdiff
path: root/libcli/auth
Commit message (Expand)AuthorAgeFilesLines
* Fix what looks like a cut-and-paste error in our read_negTokenInit() function.Jeremy Allison2010-05-201-4/+4
* Thanks to Andrew Bartlett's advice, fix the NTLMSSP version problem the corre...Jeremy Allison2010-05-191-1/+4
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-8/+2
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-184-34/+14
* libcli/auth: Fix an uninitialized variableVolker Lendecke2010-04-111-2/+1
* s4-waf: more dependencies on tallocAndrew Tridgell2010-04-061-1/+2
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* s4-waf: install the rest of the headersAndrew Tridgell2010-04-061-5/+1
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+27
* libcli/auth/schannel_state_tdb.c - fix a memory leakMatthias Dieter Wallnöfer2010-03-161-0/+1
* libcli/auth/schannel_state_tdb.c - fix an obviously wrong error handlingMatthias Dieter Wallnöfer2010-03-091-1/+0
* libcli/auth: add a const to des_crypt112_16()Stefan Metzmacher2010-03-052-2/+2
* Fix typo in comments.Karolin Seeger2010-03-031-1/+1
* libcli/auth: print the error in the debug messageStefan Metzmacher2010-02-261-1/+2
* s4:cleanup remove unused schannel ldb codeSimo Sorce2010-02-232-339/+0
* s4:schannel merge code with s3Simo Sorce2010-02-231-2/+2
* schannel_tdb: make code compilable in both treesSimo Sorce2010-02-232-51/+98
* s3:schannel streamline interfaceSimo Sorce2010-02-232-42/+181
* s3:schannel fix memory hierarchySimo Sorce2010-02-231-1/+1
* schannel: merge header filesSimo Sorce2010-02-232-48/+34
* s4:schannel more readable check logicSimo Sorce2010-02-232-12/+0
* s3:schannel more readable check logicSimo Sorce2010-02-232-17/+0
* Change uint_t to unsigned int in libcliMatt Kraai2010-02-023-3/+3
* Simplify E_md5hash a bitVolker Lendecke2010-01-071-6/+2
* libcli/auth Make gd's NDR NTLMSSP parsers helpers commonAndrew Bartlett2009-12-222-0/+189
* libcli/auth: initialize creds in netlogon_creds_client_init_session_key()Stefan Metzmacher2009-10-241-2/+3
* libcli/auth: fix memory leak in schannel_creds_server_step_check_ldb()Stefan Metzmacher2009-10-241-24/+37
* libcli/auth: don't leak the ldb_msg in schannel_store_session_key_ldb()Stefan Metzmacher2009-10-241-1/+1
* s3/s4 common: fix up header fileMatthias Dieter Wallnöfer2009-10-041-2/+1
* spnego: Support ASN.1 BIT STRING and use it in SPNEGO.Kouhei Sutou2009-09-172-8/+9
* spnego: add spnego_proto.h.Günther Deschner2009-09-172-1/+29
* spnego: share spnego_parse.Günther Deschner2009-09-172-0/+477
* libcli/auth: remove trailing whitespace.Günther Deschner2009-09-161-72/+72
* libcli/auth: rewrite schannel sign/seal code to be more genericStefan Metzmacher2009-09-162-162/+156
* schannel: remove last traces of gensec.Günther Deschner2009-09-161-2/+0
* schannel: fully share schannel sign/seal between s3 and 4.Günther Deschner2009-09-161-0/+1
* schannel: move schannel_sign to main directory.Günther Deschner2009-09-163-0/+351
* s4: fix the build after ntlmssp header change.Günther Deschner2009-08-281-0/+1
* libcli/auth: remove unused NTLMSSP_NAME_TYPE_ flags.Günther Deschner2009-08-282-8/+3
* libcli/auth: add netlogon_creds_step_crypt() and netlogon_creds_first_step()Stefan Metzmacher2009-08-271-10/+21
* libcli/auth: remove some useless linesStefan Metzmacher2009-08-271-3/+0
* libcli/auth: remember schannel type in netlogon_creds_server_init()Stefan Metzmacher2009-08-271-0/+1
* libcli/auth: add tdb backend for schannel state.Günther Deschner2009-08-273-0/+239
* libcli/auth: move netlogon_creds_CredentialState out of libcli.Günther Deschner2009-08-272-13/+1
* s4-schannel: add ldb suffix to schannel functions.Günther Deschner2009-08-272-33/+33
* libcli/auth: rename schannel_state.c to schannel_state_ldb.c.Günther Deschner2009-08-272-14/+14
* s4: Call va_end() after all va_start()/va_copy() calls.Andrew Kroeger2009-06-181-0/+4
* Add const to cast, to fix warningAndrew Bartlett2009-06-181-2/+2
* Fix a couple of warningsVolker Lendecke2009-04-233-15/+20
* Stop autogenerated files from being created.Jeremy Allison2009-04-201-5/+0