summaryrefslogtreecommitdiffstats
path: root/libcli/auth
Commit message (Expand)AuthorAgeFilesLines
* tdb_compat: use tdb_errorstr_compat()Rusty Russell2011-06-201-1/+1
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-201-1/+1
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-3/+3
* libcli/util Bring samba4 unix -> nt_status code in common.Andrew Bartlett2011-06-201-1/+1
* libcli/auth/msrpc_parse.h: fix licence/copyrightGünther Deschner2011-06-101-0/+21
* libcli/auth/krb5_wrap: correctly use discard_const().Günther Deschner2011-05-131-2/+2
* libcli/auth/smbencrypt: in E_deshash, use talloc_stackframe instead of "#if _...Michael Adam2011-05-121-8/+4
* libcli/auth: fix "no talloc stackframe around" message from the samba4.blackb...Michael Adam2011-05-101-2/+4
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-061-3/+1
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-2/+2
* Tidy up some missing checks for NULL in strlcpy.Jeremy Allison2011-05-041-1/+1
* Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison2011-05-041-1/+1
* auth/kerberos Move all the PAC handling functions to auth/kerberosAndrew Bartlett2011-04-272-365/+1
* auth/kerberos: Create common helper to get the verified PAC from GSSAPIAndrew Bartlett2011-04-272-1/+6
* libcli/auth Move Samba4's gssapi_error_string from GENSEC to libcli/authAndrew Bartlett2011-04-273-2/+44
* libcli/auth Allow parsing of a PAC that is already verified.Andrew Bartlett2011-04-261-44/+50
* 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