s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.
[nivanova/samba-autobuild/.git] / source3 / auth / auth_ntlmssp.c
2010-07-19 Simo Sorces3-ntlmssp: Remove ntlmssp_end and let the talloc hiera...
2010-07-14 Andrew Bartletts3:auth Change auth_ntlmssp_server_info API to return...
2010-06-08 Volker LendeckeRevert "s3:auth Change auth_ntlmssp_server_info API...
2010-06-07 Andrew Bartletts3:auth add hooks to indicate if signing or sealing...
2010-06-07 Andrew Bartletts3:auth Change auth_ntlmssp_server_info API to return...
2010-05-31 Andrew Bartletts3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet...
2010-05-31 Andrew Bartlettntlmssp: Make the ntlmssp.h from source3/ a common...
2010-05-31 Andrew Bartletts3:auth Remove AUTH_NTLMSSP_STATE typedef.
2010-05-31 Andrew Bartletts3:auth Make AUTH_NTLMSSP_STATE a private structure.
2010-04-11 Volker Lendeckes3: Make "auth_context" its own talloc parent
2010-03-24 Stefan Metzmachers3:ntlmssp: use client.netbios_name instead of workstation
2010-03-24 Stefan Metzmachers3:ntlmssp: rename void *auth_context; into void *callb...
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-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-10 Volker Lendeckes3: Remove the typedef for "auth_usersupplied_info"
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-22 Andrew Bartletts3:ntlmssp: only include ntlmssp.h where actually needed
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-21 Volker LendeckeFix the build on Solaris
2009-02-21 Volker LendeckeRemove the static "chal" from ntlmssp.c:get_challenge()
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-05-07 Volker LendeckeRename server_info->was_mapped to server_info->nss_token
2008-03-06 Stefan MetzmacherMerge commit 'origin/v3-2-stable' into v3-2-test
2008-03-06 Günther DeschnerBe more verbose why create local token has failed during
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-15 Jeremy AllisonAllow auth_ntlmssp_end() to ignore null pointers passed in.
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 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Volker Lendecker17626: Some C++ Warnings
2007-10-10 Jeremy Allisonr16632: Fix bug #3882 reported by jason@ncac.gwu.edu.
2007-10-10 Volker Lendecker15475: Ugly and disgusting patch to fix the username...
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr11573: Adding Andrew Bartlett's patch to make machine...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jeremy Allisonr7956: Spelling mistake.
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Andrew Bartlettr69: Global rename of 'nt_session_key' -> 'user_session...
2004-04-03 Andrew BartlettFix most of bug #169.
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-24 Jeremy AllisonServer side NTLM signing works - until the first async...
2003-03-18 Andrew BartlettAdd an extra parameter to our 'set_remote_machine_name...
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-08 Andrew BartlettMake sure that the 'remote' machine name can only be...
2003-02-24 Andrew BartlettMerge of server-side authentication changes to 3.0:
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-16 Andrew BartlettAdd the 'session key' output of the NTLMSSP exchange...
2003-02-10 Andrew BartlettCleanups: (merge from HEAD)
2003-02-10 Andrew BartlettSome cleanups:
2003-01-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-16 Andrew BartlettUpdates to the NTLMSSP code again - moving the base64...
2003-01-15 Andrew BartlettMissed auth_ntlmssp.c in last night's checkin. Also...
2003-01-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-15 Andrew BartlettCrash fixes:
2003-01-13 Andrew BartlettUpdates to our NTLMSSP code: