libcli/ldap/ldap_ndr.h: fix licence/copyright
[samba.git] / libcli / auth /
2011-06-10 Günther Deschnerlibcli/auth/msrpc_parse.h: fix licence/copyright
2011-05-12 Günther Deschnerlibcli/auth/krb5_wrap: correctly use discard_const().
2011-05-12 Michael Adamlibcli/auth/smbencrypt: in E_deshash, use talloc_stackf...
2011-05-10 Michael Adamlibcli/auth: fix "no talloc stackframe around" message...
2011-05-06 Andrew Bartlettlib/util Move source3 tdb_wrap_open() into the common...
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
2011-05-04 Jeremy AllisonTidy up some missing checks for NULL in strlcpy.
2011-05-04 Jeremy AllisonFix simple uses of safe_strcpy -> strlcpy. Easy ones...
2011-04-27 Andrew Bartlettauth/kerberos Move all the PAC handling functions to...
2011-04-27 Andrew Bartlettauth/kerberos: Create common helper to get the verified...
2011-04-27 Andrew Bartlettlibcli/auth Move Samba4's gssapi_error_string from...
2011-04-26 Andrew Bartlettlibcli/auth Allow parsing of a PAC that is already...
2011-04-23 Jelmer VernooijAdd missing dependency on com_err.
2011-04-20 Andrew Bartlettlibcli/auth Move PAC parsing and verification in common.
2011-04-20 Andrew Bartlettlibcli/auth: Move more kerberos wrapping in common
2011-04-14 Andrew Bartlettlibcli/auth Fix compile on hosts without krb5
2011-04-14 Andrew Bartlettlibcli/auth Move krb5 wrapper functions from s3 into...
2011-04-13 Christian Ambachlibcli: allow exclusion of netbios name in NTLMV2 blob
2011-04-13 Volker Lendeckes3: Use talloc_tos() in the S3 build
2011-04-13 Andrew Bartlettlibcli/auth Use convert_string_error to check LM hash...
2011-04-06 Andrew Tridgelllib: make asn1_util a private library
2011-03-29 Jeremy AllisonEnsure convert_string_XXX is always called with a valid...
2011-03-28 Jeremy AllisonFix inspired by work done by David Disseldorp for bug...
2011-03-27 Volker Lendeckes3: Fix Coverity ID 682: NEGATIVE_RETURNS
2011-03-24 Andrew Tridgellcharcnv: removed the allow_badcharcnv and allow_bad_con...
2011-02-24 Andrew Tridgellbuild: moved spnego_parse.c into a common subsystem
2011-02-24 Andrew Tridgellbuild: moved schannel_sign.c into a shared COMMON_SCHAN...
2011-02-24 Andrew Tridgellbuild: moved libcli/auth/ntlmssp*.c into a common libcl...
2011-02-16 Andrew Tridgellidl: naming a structure 'VERSION' is not a good idea!
2011-02-11 Günther Deschnerlibcli/auth: fix PAM_ERRORS subsystem build.
2011-02-08 Günther Deschnerpam: share pam errors in a common location.
2011-01-20 Andrew Bartlettlibcli/auth move ntlmssp_wrap() and ntlmssp_unwrap...
2011-01-03 Stefan Metzmacherlibcli/auth: add netsec_outgoing_sig_size()
2010-12-21 Matthias Dieter... s3/s4:auth SPNEGO - adaptions for the removed "const...
2010-12-08 Andrew Bartlettlibcli/auth bring ADS_IGNORE_PRINCIPAL in common
2010-12-07 Stefan Metzmacherlibcli/auth: let spnego_write_mech_types() check the...
2010-10-31 Jelmer Vernooijs4: Remove the old perl/m4/make/mk-based build system.
2010-10-30 Andrew Tridgells4-tdb: make tdb-wrap into a private library
2010-10-26 Jelmer Vernooijwaf: Remove lib prefix from libraries manually.
2010-10-24 Jelmer Vernooijs4: Rename LIBSAMBA-* to libsamba-*
2010-10-10 Jelmer Vernooijlibcli-auth: Remove unnecessary dependency on libsamba...
2010-09-23 Simo Sorcelibcli: fix compile warning
2010-09-16 Andrew Bartlettlibcli/auth/ntlmssp Be clear about talloc parents for...
2010-09-15 Andrew Tridgells4-auth: set the RODC bit for RODC schannel
2010-09-13 Volker Lendeckentlm_check: Fix some nonempty blank lines
2010-09-11 Matthias Dieter... libcli/auth/schannel_state_tdb.c - fix includes
2010-09-11 Andrew Bartlettlibcli/auth Failure to find the cached session key...
2010-08-26 Matthias Dieter... libcli/auth/ntlm_check.c - fix parameter indentation
2010-08-24 Günther Deschners3-dcerpc: avoid talloc_move on schannel creds in cli_r...
2010-08-12 Günther Deschnerntlmssp: fix unitialized variable in ntlmssp_server_pos...
2010-08-12 Volker LendeckeFix a typo
2010-08-10 Andrew Bartlettlibcli/auth Make the source3/ implementation of the...
2010-08-10 Günther Deschnerlibcli/auth/ntlmssp: remove outdated comment. The versi...
2010-08-10 Andrew Bartlettlibcli/auth Move some source3/ NTLMSSP functions to...
2010-07-01 Günther Deschners3-libads: move spnego defines to their appropriate...
2010-06-30 Andreas Schneiderlibcli: Fixed a build warning for a missing prototype.
2010-06-25 Andrew Bartlettschannel Change to TDB_CLEAR_IF_FIRST to reduce fsync()
2010-06-25 Andrew Bartlettlibcli/auth make open_schannel_session_store() public
2010-06-01 Andrew Bartletts4:ntlmssp Use common code for ntlmssp_sign.c
2010-05-31 Andrew Bartletts3:ntlmssp Move ntlmssp_sign.c from source3 to common...
2010-05-31 Andrew Bartlettntlmssp: Make the ntlmssp.h from source3/ a common...
2010-05-20 Jeremy AllisonFix what looks like a cut-and-paste error in our read_n...
2010-05-19 Jeremy AllisonThanks to Andrew Bartlett's advice, fix the NTLMSSP...
2010-05-18 Jelmer Vernooijs3: Remove use of iconv_convenience.
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-04-11 Volker Lendeckelibcli/auth: Fix an uninitialized variable
2010-04-06 Andrew Tridgells4-waf: more dependencies on talloc
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgells4-waf: install the rest of the headers
2010-04-06 Andrew Tridgellbuild: commit all the waf build files in the tree
2010-03-16 Matthias Dieter... libcli/auth/schannel_state_tdb.c - fix a memory leak
2010-03-09 Matthias Dieter... libcli/auth/schannel_state_tdb.c - fix an obviously...
2010-03-05 Stefan Metzmacherlibcli/auth: add a const to des_crypt112_16()
2010-03-03 Karolin SeegerFix typo in comments.
2010-02-26 Stefan Metzmacherlibcli/auth: print the error in the debug message
2010-02-23 Simo Sorces4:cleanup remove unused schannel ldb code
2010-02-23 Simo Sorces4:schannel merge code with s3
2010-02-23 Simo Sorceschannel_tdb: make code compilable in both trees
2010-02-23 Simo Sorces3:schannel streamline interface
2010-02-23 Simo Sorces3:schannel fix memory hierarchy
2010-02-23 Simo Sorceschannel: merge header files
2010-02-23 Simo Sorces4:schannel more readable check logic
2010-02-23 Simo Sorces3:schannel more readable check logic
2010-02-02 Matt KraaiChange uint_t to unsigned int in libcli
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-07 Volker LendeckeSimplify E_md5hash a bit
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-22 Andrew Bartlettlibcli/auth Make gd's NDR NTLMSSP parsers helpers common
2009-10-24 Stefan Metzmacherlibcli/auth: initialize creds in netlogon_creds_client_...
2009-10-24 Stefan Metzmacherlibcli/auth: fix memory leak in schannel_creds_server_s...
2009-10-24 Stefan Metzmacherlibcli/auth: don't leak the ldb_msg in schannel_store_s...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-04 Matthias Dieter... s3/s4 common: fix up header file
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-09-17 Kouhei Sutouspnego: Support ASN.1 BIT STRING and use it in SPNEGO.
2009-09-16 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-09-16 Stefan Metzmacherlibcli/auth: rewrite schannel sign/seal code to be...
2009-09-16 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
next