summaryrefslogtreecommitdiffstats
path: root/libcli/auth
Commit message (Expand)AuthorAgeFilesLines
* libcli-auth: Remove unnecessary dependency on libsamba-hostconfig.Jelmer Vernooij2010-10-111-2/+2
* libcli: fix compile warningSimo Sorce2010-09-231-0/+2
* libcli/auth/ntlmssp Be clear about talloc parents for session keysAndrew Bartlett2010-09-162-9/+7
* s4-auth: set the RODC bit for RODC schannelAndrew Tridgell2010-09-151-0/+1
* ntlm_check: Fix some nonempty blank linesVolker Lendecke2010-09-131-21/+21
* libcli/auth/schannel_state_tdb.c - fix includesMatthias Dieter Wallnöfer2010-09-111-3/+1
* libcli/auth Failure to find the cached session key for SCHANNEL isn't level 0Andrew Bartlett2010-09-111-1/+1
* libcli/auth/ntlm_check.c - fix parameter indentationMatthias Dieter Wallnöfer2010-08-261-3/+3
* s3-dcerpc: avoid talloc_move on schannel creds in cli_rpc_pipe_open_schannel_...Günther Deschner2010-08-242-1/+47
* ntlmssp: fix unitialized variable in ntlmssp_server_postauth().Günther Deschner2010-08-121-1/+1
* Fix a typoVolker Lendecke2010-08-121-1/+1
* libcli/auth Make the source3/ implementation of the NTLMSSP server commonAndrew Bartlett2010-08-102-0/+530
* libcli/auth/ntlmssp: remove outdated comment. The version flag is well unders...Günther Deschner2010-08-101-2/+0
* libcli/auth Move some source3/ NTLMSSP functions to the common code.Andrew Bartlett2010-08-103-0/+120
* s3-libads: move spnego defines to their appropriate header file.Günther Deschner2010-07-011-0/+6
* libcli: Fixed a build warning for a missing prototype.Andreas Schneider2010-06-301-0/+1
* schannel Change to TDB_CLEAR_IF_FIRST to reduce fsync()Andrew Bartlett2010-06-251-32/+1
* libcli/auth make open_schannel_session_store() publicAndrew Bartlett2010-06-252-7/+7
* s4:ntlmssp Use common code for ntlmssp_sign.cAndrew Bartlett2010-06-012-18/+19
* s3:ntlmssp Move ntlmssp_sign.c from source3 to common code.Andrew Bartlett2010-05-314-0/+696
* ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett2010-05-311-0/+139
* 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