summaryrefslogtreecommitdiff
path: root/libcli/auth
Commit message (Expand)AuthorAgeFilesLines
* Add missing dependency on com_err.Jelmer Vernooij2011-04-231-1/+1
* libcli/auth Move PAC parsing and verification in common.Andrew Bartlett2011-04-203-2/+375
* libcli/auth: Move more kerberos wrapping in commonAndrew Bartlett2011-04-202-1/+230
* libcli/auth Fix compile on hosts without krb5Andrew Bartlett2011-04-141-2/+2
* libcli/auth Move krb5 wrapper functions from s3 into commonAndrew Bartlett2011-04-143-1/+158
* libcli: allow exclusion of netbios name in NTLMV2 blobChristian Ambach2011-04-141-5/+12
* s3: Use talloc_tos() in the S3 buildVolker Lendecke2011-04-131-1/+7
* libcli/auth Use convert_string_error to check LM hash calculation.Andrew Bartlett2011-04-131-9/+24
* lib: make asn1_util a private libraryAndrew Tridgell2011-04-061-1/+1
* Ensure convert_string_XXX is always called with a valid converted_size pointer.Jeremy Allison2011-03-291-1/+2
* Fix inspired by work done by David Disseldorp for bug #8040 - smbclient segfa...Jeremy Allison2011-03-285-19/+52
* s3: Fix Coverity ID 682: NEGATIVE_RETURNSVolker Lendecke2011-03-271-1/+4
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-243-5/+4
* build: moved spnego_parse.c into a common subsystemAndrew Tridgell2011-02-241-1/+5
* build: moved schannel_sign.c into a shared COMMON_SCHANNEL subsystemAndrew Tridgell2011-02-241-3/+3
* build: moved libcli/auth/ntlmssp*.c into a common libcliauth.so libraryAndrew Tridgell2011-02-241-5/+10
* idl: naming a structure 'VERSION' is not a good idea!Andrew Tridgell2011-02-171-2/+2
* libcli/auth: fix PAM_ERRORS subsystem build.Günther Deschner2011-02-111-1/+2
* pam: share pam errors in a common location.Günther Deschner2011-02-083-0/+176
* libcli/auth move ntlmssp_wrap() and ntlmssp_unwrap() into common code.Andrew Bartlett2011-01-202-0/+147
* libcli/auth: add netsec_outgoing_sig_size()Stefan Metzmacher2011-01-032-0/+15
* s3/s4:auth SPNEGO - adaptions for the removed "const" from OIDsMatthias Dieter Wallnöfer2010-12-211-2/+6
* libcli/auth bring ADS_IGNORE_PRINCIPAL in commonAndrew Bartlett2010-12-081-0/+2
* libcli/auth: let spnego_write_mech_types() check the asn1_load() returnStefan Metzmacher2010-12-071-0/+4
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-26/+0
* s4-tdb: make tdb-wrap into a private libraryAndrew Tridgell2010-10-301-1/+1
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-1/+1
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-1/+1
* 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