r10656: BIG merge from trunk. Features not copied over
[nivanova/samba-autobuild/.git] / source3 / utils / ntlm_auth.c
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Volker Lendecker9198: Convert hex_encode and strhex_to_data_blob to...
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Gerald Carterr6450: * fix typo in htlm_auth help message
2007-10-10 Tim Potterr4259: Fix cast in SMB_XMALLOC_ARRAY. Bugzilla #2168.
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr3377: Merge in first part of modified patch from Nalin...
2007-10-10 Jeremy Allisonr3273: Ensure we're consistent in the use of strchr_m...
2007-10-10 Tim Potterr2835: Since we always have -I. and -I$(srcdir) in...
2007-10-10 Andrew Bartlettr2762: Remove silly conversion to and from UTF8 on...
2007-10-10 Andrew Bartlettr2147: Fix utility name in error message (pre-emptivly...
2007-10-10 Andrew Bartlettr1582: On failure, print the length of the right variable.
2007-10-10 Andrew Bartlettr1492: Rework our random number generation system.
2007-10-10 Andrew Bartlettr1128: The end-of-file is not the end of the world...
2007-10-10 Andrew Bartlettr1126: Allow more flexible GSS-SPENGO client and server...
2007-10-10 Andrew Bartlettr1124: ntlm_auth memory leak fixes by James Wilkinson...
2007-10-10 Alexander Bokovoyr517: Remove wrong commit I did by mistake
2007-10-10 Alexander Bokovoyr516: On GNU/Linux distributions which allow to use...
2007-10-10 Andrew Bartlettr240: I'm pretty happy with the 'ntlm-server-1' helper...
2007-10-10 Andrew Bartlettr201: Fix bugs in the --helper-protocol=ntlm-server...
2007-10-10 Andrew Bartlettr191: Only send the ntlm_auth 'ntlm-server-1' helper...
2007-10-10 Andrew Bartlettr188: Add a new 'helper protocol' to ntlm_auth.
2007-10-10 Andrew Bartlettr177: Split ntlm_auth --diagnostics into a seperate...
2007-10-10 Andrew Bartlettr171: Continue the 'rename nt_session_key' work. This...
2007-10-10 Andrew Bartlettr104: Fix ntlm_auth by adding the new strhex_to_data_bl...
2007-10-10 Jeremy Allisonr87: Fix the build that Andrew Bartlett broke. Andrew...
2007-10-10 Andrew Bartlettr84: Implement --required-membership-of=, an ntlm_auth...
2007-10-10 Andrew Bartlettr69: Global rename of 'nt_session_key' -> 'user_session...
2004-04-03 Andrew BartlettFix most of bug #169.
2004-03-24 Jim McDonoughFix bugzilla # 1208
2004-03-11 Jeremy AllisonRestore the contract on all convert_stringXX() interfac...
2004-03-11 Jeremy AllisonRestore the contract on all convert_stringXX() interfac...
2004-02-08 Andrew Bartlett(merge from 3.0)
2004-02-08 Andrew BartlettMake this table static const.
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-08 Andrew BartlettThis merges in my 'always use ADS' patch. Tested on...
2004-01-06 Andrew Bartlett(merge from 3.0)
2004-01-05 Andrew Bartlett(merge from 3.0)
2004-01-05 Andrew Bartlett(merge from 3.0)
2004-01-05 Andrew Bartlett(merge from 3.0)
2004-01-05 Andrew Bartlett(merge from 3.0)
2003-12-30 Andrew BartlettGet the DOMAIN\username around the right way (I had...
2003-12-30 Andrew BartlettTry to gain a bit more consistancy in the output of...
2003-12-30 Andrew BartlettMake the name of the NTLMSSP client more consistant...
2003-12-30 Andrew BartlettRemove testing hack
2003-12-30 Andrew BartlettMove our basic password checking code from inside the...
2003-12-30 Andrew BartlettRefactor our authentication and authentication testing...
2003-12-24 Andrew Bartlett(merge from 3.0)
2003-12-24 Andrew BartlettThanks to Serassio Guido for noticing issues in our...
2003-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-11-06 Tim PotterFinal round of printf warnings fixes for the moment.
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-15 Herb Lewisget rid of more compiler warnings
2003-08-15 Volker LendeckeAdd the gss-spnego kerberos server side to ntml_auth...
2003-08-14 Volker LendeckeFix the build for non-kerberos environments.
2003-08-12 Volker LendeckeThis adds *experimental* kerberos gss spnego client...
2003-08-12 Volker LendeckeSome more shuffling around gss-spnego server
2003-08-12 Volker LendeckeClarify gss spnego ntlmssp server a bit
2003-08-12 Tim PotterFix for bug 269. Change wbinfo and ntlm_auth to conver...
2003-08-04 Volker LendeckeChanges to make gss-spnego ntlmssp client work against...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-08-01 Volker LendeckeAdd ntlmssp client support to ntlm_auth. Find the corre...
2003-07-31 Volker LendeckeFixes for memory leaks in gss spnego handling by aliguori.
2003-07-29 Volker LendeckeThis adds gss-spnego to ntlm_auth. It contains some...
2003-07-23 Gerald Carterconvert snprintf() calls using pstrings & fstrings
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-07 Gerald Carterand so it begins....
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-12 Andrew BartlettFix up a bit of my sloppy C.
2003-05-12 Andrew BartlettGive up on the idea of avoiding lp_load() in ntlm_auth....
2003-05-10 Jelmer VernooijReverse previous patch from Stefan and me after comment...
2003-05-10 Jelmer VernooijReverse previous patch from Stefan and me after comment...
2003-05-10 Jelmer VernooijPatch from metze and me that adds dummy smb_register_...
2003-05-10 Jelmer VernooijPatch from metze and me that adds dummy smb_register_...
2003-05-09 Andrew BartlettFinally get NTLMv2 working on the client!
2003-05-09 Tim PotterAdded some more diagnostic tests to check out a theory...
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-05 Andrew BartlettWe also get back the LM session key on pure 'NTLM'...
2003-05-05 Andrew BartlettAdd some comments.
2003-05-05 Andrew BartlettAdd some more tests to the ntlm_auth diagnositics package.
2003-04-30 Andrew BartlettFix for AIX - you can't qualify a return type as const...
2003-04-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-28 Andrew BartlettMerge compile and other fixes from 3.0 to HEAD.
2003-04-28 Tim PotterFix compiler warning.
2003-04-28 Tim PotterFix compiler warning.
2003-04-28 Tim PotterMerge of const fixes from HEAD.
2003-04-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-23 Andrew BartlettThis const isn't quite vaild C.
2003-04-14 Tim PotterMerge:
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-07 Andrew BartlettMerge the ntlm_auth updates (refactor, add --diagnostic...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-02 Andrew BartlettPrint out the 'freindly' error message from winbind...
2003-04-02 Andrew Bartletterror_string, not error_message...
next