Check error returns from strupper_m() (in all reasonable places).
[vlendec/samba-autobuild/.git] / source3 / libads / sasl.c
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-04-24 Alexander Bokovoylib/replace: split out GSSAPI from lib/replace/system...
2012-02-13 Andrew Bartletts3-libads: Move to using only the HAVE_KRB5 define
2012-01-06 Andrew Bartletts3-libads Use NTLMSSP via auth_generic/gensec
2011-10-18 Andrew Bartlettntlmssp: Move ntlmssp code to auth/ntlmssp
2011-08-03 Andrew Bartletts3-ntlmssp Remove auth_ntlmssp_and_flags()
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-05-05 Jeremy AllisonMore simple const fixups.
2011-02-11 Günther Deschners3-libads: make ads_guess_service_principal static.
2010-12-10 Andrew Bartletts3-libads Default to NOT using the server-supplied...
2010-09-24 Jeremy AllisonFix bug 7694 - Crash bug with invalid SPNEGO token.
2010-09-09 Jeremy AllisonFox missing SMB_MALLOC return checks noticed by "Andrea...
2010-08-04 Günther Deschners3: avoid global include of ads.h.
2010-07-20 Jeremy AllisonAdd approriate TALLOC_CTX's thoughout the spnego code...
2010-07-20 Jeremy AllisonFix one more data_blob -> data_blob_talloc. Move away...
2010-07-20 Jeremy AllisonAdd TALLOC_CTX argument to spnego_parse_negTokenInit...
2010-07-20 Jeremy AllisonRename spnego_gen_negTokenTarg() -> spnego_gen_krb5_neg...
2010-07-20 Jeremy AllisonRemove gen_negTokenTarg(), as it's not actually creatin...
2010-07-20 Jeremy AllisonRemove gen_negTokenInit() - change all callers to spneg...
2010-07-19 Jeremy AllisonRemove parse_negTokenTarg(), as it's actually incorrect...
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-19 Simo Sorces3-ntlmssp: Remove ntlmssp_end and let the talloc hiera...
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-03-30 Stefan Metzmachers3:libads: retry with signing after getting LDAP_STRONG...
2010-03-24 Stefan Metzmachers3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-22 Andrew Bartletts3:ntlmssp: only include ntlmssp.h where actually needed
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-16 Günther Deschnerspnego: share spnego_parse.
2008-10-22 Günther Deschners3: use shared asn1 code.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-03-23 Volker LendeckeFix Coverity ID 488
2007-12-06 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-06 Stefan Metzmacherlibads: fix typo
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Michael Adamr25422: Get rid of some cast warnings.
2007-10-10 Gerald Carterr25407: Revert Longhorn join patch as it is not correct...
2007-10-10 Gerald Carterr25400: Windows 2008 (Longhorn) Interop fixes for AD...
2007-10-10 Günther Deschnerr25328: When using ldap sasl wrapping with gssapi it...
2007-10-10 Günther Deschnerr25133: Fix sasl wrapping (for ldap sign&seal).
2007-10-10 Günther Deschnerr25109: Remove obsolete argument from ads_guess_service...
2007-10-10 Günther Deschnerr25108: Make ifdef labyrinth in sasl code a bit more...
2007-10-10 Günther Deschnerr24804: As a temporary workaround, also try to guess...
2007-10-10 Günther Deschnerr24251: Neverending fun:
2007-10-10 Stefan Metzmacherr24131: - make it more clear what the different min...
2007-10-10 Stefan Metzmacherr24128: fix double free in error path
2007-10-10 Stefan Metzmacherr24104: fix the build, sorry...
2007-10-10 Stefan Metzmacherr24103: add some useful debug messages, as not all...
2007-10-10 Stefan Metzmacherr24098: - make use of the ads_service_principal abstraction
2007-10-10 Stefan Metzmacherr24095: add one more fallback alternative to
2007-10-10 Stefan Metzmacherr24093: move gssapi/krb5 principal handling into a...
2007-10-10 Stefan Metzmacherr24062: fix logic for broken krb5 libs which always...
2007-10-10 Stefan Metzmacherr24042: add support for krb5 sign and seal in LDAP...
2007-10-10 Stefan Metzmacherr24037: only setup sasl wrapping after a successful...
2007-10-10 Volker Lendecker23953: Some C++ warnings
2007-10-10 Stefan Metzmacherr23948: add gsskrb5 sign and seal support for LDAP...
2007-10-10 Stefan Metzmacherr23946: add support for NTLMSSP sign and seal
2007-10-10 Stefan Metzmacherr23945: add infrastructure to select plain, sign or...
2007-10-10 Stefan Metzmacherr23888: move elements belonging to the current ldap...
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 Metzmacherr22153: fix LDAP SASL "GSSAPI" bind against w2k3, this...
2007-10-10 Stefan Metzmacherr22092: - make spnego_parse_auth_response() more generi...
2007-10-10 Jeremy Allisonr22079: Tsk, tsk, Metze didn't compile before check...
2007-10-10 Stefan Metzmacherr22078: fix memory leak in not often used code, we...
2007-10-10 Jeremy Allisonr21850: After Jerry explained to me the HORRIBLE way...
2007-10-10 Jeremy Allisonr21847: Fix memory leaks in error paths (and in main...
2007-10-10 Gerald Carterr21273: * Protect the sasl bind against a NULL principa...
2007-10-10 Günther Deschnerr21240: Fix longstanding Bug #4009.
2007-10-10 Gerald Carterr21046: Backing out svn r20403 (Andrew's krb5 ticket...
2007-10-10 Andrew Bartlettr20403: Cleaning out my Samba 3.0 tree:
2007-10-10 Herb Lewisr20132: get rid of defined but not used warning - stati...
2007-10-10 Volker Lendecker18047: More C++ stuff
2007-10-10 Volker Lendecker18019: Fix a C++ warnings: Don't use void * in libads...
2007-10-10 Jeremy Allisonr17899: Fix Stanford checker bug - possible null deref.
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr15210: Add wrapper functions smb_krb5_parse_name,...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Simo Sorcer13137: make cleare where long ifdefs ends
2007-10-10 Jeremy Allisonr11504: Added Andrew Bartletts removal of another NTLMS...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Volker Lendecker8989: Fix a warning
2007-10-10 Gerald Carterr7139: trying to reduce the number of diffs between...
2007-10-10 Derrell Lipmanr6149: Fixes bugs #2498 and 2484.
2007-10-10 Gerald Carterr5952: BUG 2469: patch from Jason Mader to cleanup...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr1378: Better debugging so I don't get confused what...
2007-10-10 Gerald Carterr541: fixing segfault in winbindd caused -r527 -- looks...
2007-10-10 Jeremy Allisonr533: More memory leak fixes from kawasa_r@itg.hitachi...
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...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-15 Gerald Carters/OM_uint32//uint32/g
2003-08-15 Herb Lewisget rid of more compiler warnings
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
next