s3:ntlmssp Move ntlmssp_sign.c from source3 to common code.
[amitay/samba.git] / source3 / libsmb / ntlmssp.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 AllisonCorrectly check error code return.
2010-05-19 Jeremy AllisonThanks to Andrew Bartlett's advice, fix the NTLMSSP...
2010-05-18 Jeremy AllisonFix our NTLMSSP implementation against the Microsoft...
2010-05-18 Jelmer Vernooijs3: Remove use of iconv_convenience.
2010-05-17 Günther Deschners3-crypto: only include crypto headers when crypto...
2010-03-24 Stefan Metzmachers3:ntlmssp: use c99 types
2010-03-24 Stefan Metzmachers3:ntlmssp: use client.netbios_name instead of workstation
2010-03-24 Stefan Metzmachers3:ntlmssp: remove unused ntlmssp_set_workstation()
2010-03-24 Stefan Metzmachers3:ntlmssp: inline ntlmssp_weaken_keys()
2010-03-24 Stefan Metzmachers3:ntlmssp: remove unused get_global_myname() and get_d...
2010-03-24 Stefan Metzmachers3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client...
2010-03-24 Stefan Metzmachers3:ntlmssp: remove server_name from ntlmssp_state and...
2010-03-24 Stefan Metzmachers3:ntlmssp: pass names to ntlmssp_server_start() and...
2010-03-24 Stefan Metzmachers3:ntlmssp: replace server_role by a server.is_standalo...
2010-01-24 Volker Lendeckes3: Add NTLMSSP_FEATURE_CCACHE
2010-01-24 Volker Lendeckes3: Remove some calls to memset -- reduces text size...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-29 Stefan Metzmachers3:ntlmssp: change get_challange() to return NTSTATUS
2009-12-29 Stefan Metzmachers3:ntlmssp: remove unused ntlmssp_stored_response()
2009-12-29 Stefan Metzmachers3:ntlmssp: remove unused ref_count from ntlmssp_state
2009-12-29 Stefan Metzmachers3:ntlmssp: rename NTLM_MESSAGE_TYPE into ntlmssp_messa...
2009-12-22 Andrew Bartletts3:ntlmssp: only include ntlmssp.h where actually needed
2009-12-22 Andrew Bartletts3:ntlmssp: remove the typedef NTLMSSP_STATE
2009-12-22 Andrew Bartletts3:ntlmssp: rename enum NTLMSSP_ROLE into enum ntlmssp_role
2009-12-22 Andrew Bartlettlibcli/auth Make gd's NDR NTLMSSP parsers helpers common
2009-08-28 Günther Deschners3-ntlmssp: use generated ntlmssp code for debugging...
2009-08-28 Günther Deschners3-ntlmssp: use interface constants in TargetInfo blob.
2009-08-28 Günther Deschners3-ntlmssp: use NTLMSSP headers from IDL and remove...
2009-08-27 Günther Deschners3-ntlmssp: remove trailing whitespace.
2009-04-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-20 Andrew Bartletts3:ntlmssp Remove use of talloc(NULL) in NTLMSSP code
2009-04-19 Andrew Bartletts3:ntlmssp Fix segfault: msrpc_gen now uses talloc()
2009-04-16 Andrew BartlettFix crash bug in NTLMSSP caused by msrpc_parse() moving...
2009-04-15 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-14 Andrew BartlettMore work to adapt to merged libcli/auth function proto...
2009-04-14 Andrew BartlettRework Samba3 to use new libcli/auth code (partial)
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-21 Volker LendeckeRemove the static "chal" from ntlmssp.c:get_challenge()
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-30 Volker Lendeckeremove the explicit mem_ctx from ntlmssp_state, use...
2008-11-30 Volker Lendeckefix nonempty blank lines
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-04-30 Günther Deschnerntlmssp: replace UNKNOWN_02000000 with NTLMSSP_NEGOTIAT...
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-03-03 Volker LendeckeRestore 3.0 behaviour with empty /etc/hosts
2008-02-29 Volker LendeckeRestore 3.0 behaviour with empty /etc/hosts
2008-02-29 Volker LendeckeCheck the right variable for being NULL
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-28 Volker LendeckeRemove static zeros
2007-11-09 Jeremy AllisonRemove more fstring/pstring bad useage. Go talloc !
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Jeremy Allisonr19936: Patch from Kai Blin <kai.blin@gmail.com> to
2007-10-10 Volker Lendecker18029: More C++ stuff
2007-10-10 Volker Lendecker18008: Ok, same fix as before. But this time also...
2007-10-10 Volker Lendecker18005: The ntlmssp fix is not correct yet, working...
2007-10-10 Volker Lendecker17977: To be honest, I have NO idea whatsoever what...
2007-10-10 Volker Lendecker17620: Fix two C++ Warnings and a memleak
2007-10-10 Jeremy Allisonr17612: Modify NTLMSSP session code so that it doesn...
2007-10-10 Andrew Bartlettr17216: From Kai Blin <kai.blin@gmail.com>:
2007-10-10 Jeremy Allisonr15129: Separate out mechanism and policy for NTLMSSP...
2007-10-10 Jeremy Allisonr13473: Back port r13470, r13471, r13472 from Samba4...
2007-10-10 Jeremy Allisonr12922: Fix typo.
2007-10-10 Jeremy Allisonr12920: Fix for #3401 from Andrew Bartlett. Original...
2007-10-10 Jeremy Allisonr11079: Narrowing down on the #1828 PPC bug. The PPC...
2007-10-10 Jeremy Allisonr11075: Still working on bug #1828, PPC hell. The PPC...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr8475: BUG 2872: fix cut-n-paste error when checking...
2007-10-10 Gerald Carterr7472: fix smbpasswd user password change (still worked...
2007-10-10 Andrew Bartlettr5455: Remove bogus DEBUG messages (dump for a failure...
2007-10-10 Gerald Carterr5272: BUG 2132, 2134: patch from Jason Mader <jason...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Andrew Bartlettr1492: Rework our random number generation system.
2007-10-10 Gerald Carterr296: patch from j.lu -- don't force an upper case...
2007-10-10 Andrew Bartlettr69: Global rename of 'nt_session_key' -> 'user_session...
2004-03-27 Andrew BartlettAdd a few comments explaining KEY_EXCH
2004-03-27 Andrew BartlettBased on the detective work of Jianliang Lu <j.lu@tiess...
2004-01-30 Jeremy AllisonFix up name canonicalization (needed for krb5 keytab...
2004-01-30 Jeremy AllisonFix up name canonicalization (needed for krb5 keytab...
2004-01-09 Gerald Carterfix some warnings from the Sun compiler; also merge...
2004-01-09 Gerald Carterfix some warnings from the Sun compiler
2004-01-06 Andrew BartlettMerge NTLMSSP fixes from 3.0 to HEAD.
2004-01-05 Andrew BartlettFix more cases to ensure that as a server, we don't...
2004-01-05 Jeremy AllisonEnsure we set "always sign" flag if set. We don't curre...
2004-01-05 Andrew BartlettDon't free the encrypted_session_key early - that cause...
2004-01-05 Andrew BartlettAutomaticly initialise the signing engine, if we have...
2004-01-03 Andrew BartlettThere is not a particularly good excuse for complaining...
2003-12-27 Andrew BartlettThis patch corrects some errors in the NTLMSSP implemen...
2003-12-17 Jeremy AllisonAdd in comments explaining NTLMv2 selection. Use lm...
2003-12-17 Jeremy AllisonAdd in comments explaining NTLMv2 selection. Use lm...
2003-12-17 Jeremy AllisonTidyup debug message in ntlmssp code. Add brackets...
2003-12-17 Jeremy AllisonTidyup debug message in ntlmssp code. Add brackets...
2003-12-17 Gerald CarterMake sure we correctly generate the lm session key.
next