r21656: Move tests a bit closer to the things they test, should make syncing with...
[ab/samba.git/.git] / source4 / auth /
2007-10-10 Stefan Metzmacherr21451: if kerberos is requested ( -k yes ), we should...
2007-10-10 Stefan Metzmacherr21434: - get rid of "krb5Key"
2007-10-10 Stefan Metzmacherr21362: rename:
2007-10-10 Stefan Metzmacherr21314: add more usefull debug output
2007-10-10 Andrew Bartlettr21175: Fix the kerberos keytab update code to handle...
2007-10-10 Stefan Metzmacherr21142: fix compiler warnings
2007-10-10 Andrew Bartlettr21135: Instead of having hooks to update keytabs as...
2007-10-10 Andrew Bartlettr21039: Test some more failure paths (trying to increas...
2007-10-10 Andrew Bartlettr20988: Call out to Heimdal's krb5.conf processing...
2007-10-10 Andrew Bartlettr20949: Looking over some lcov output, try and walk...
2007-10-10 Andrew Tridgellr20646: first preparations for cluster enablement....
2007-10-10 Andrew Bartlettr20639: Commit part 1 of 2.
2007-10-10 Stefan Metzmacherr20520: allow the caller to pass NULL if it doesn't...
2007-10-10 Andrew Bartlettr20352: Use the common function to find the DN for...
2007-10-10 Stefan Metzmacherr20275: we should check for the oid the caller gave us!
2007-10-10 Stefan Metzmacherr20274: add missing return statement and make it more...
2007-10-10 Stefan Metzmacherr20258: add functions to read and write asn1 encoded...
2007-10-10 Andrew Bartlettr20149: Remove the smb.conf distinction between PDC...
2007-10-10 Stefan Metzmacherr20135: attach default gensec features to the cli_crede...
2007-10-10 Stefan Metzmacherr20108: match w2k3 and send 1.2.840.48018.1.2.2 before...
2007-10-10 Stefan Metzmacherr20107: don't segfault when the server didn't send...
2007-10-10 Simo Sorcer20034: Start using ldb_search_exp_fmt()
2007-10-10 Stefan Metzmacherr20010: cosmetic fix
2007-10-10 Simo Sorcer19832: better prototypes for the linearization functions:
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Andrew Bartlettr19805: Add the (harmless, but apparently default)
2007-10-10 Jelmer Vernooijr19677: Fix more dependencies.
2007-10-10 Jelmer Vernooijr19676: Fix some more dependencies.
2007-10-10 Stefan Metzmacherr19674: auth didn't depdend on process_model!
2007-10-10 Jelmer Vernooijr19670: Reduce the number of unresolved symbols when...
2007-10-10 Stefan Metzmacherr19664: fix compiler warnings...
2007-10-10 Andrew Bartlettr19660: Forgot to tell gsskrb5 not to canonicalize...
2007-10-10 Andrew Bartlettr19650: Allow Samba to use Heimdal's SPNEGO code. ...
2007-10-10 Andrew Bartlettr19644: Merge up to current lorikeet-heimdal, incling...
2007-10-10 Andrew Bartlettr19635: It appears that under CFX, different keys are...
2007-10-10 Andrew Bartlettr19633: Merge to lorikeet-heimdal, removing krb5_rd_req...
2007-10-10 Andrew Bartlettr19629: No need to special case use of DCE_STYLE sign...
2007-10-10 Andrew Bartlettr19628: This hint via Love at the IETF meeting:
2007-10-10 Stefan Metzmacherr19614: fix compiler warnings
2007-10-10 Andrew Bartlettr19604: This is a massive commit, and I appologise...
2007-10-10 Andrew Bartlettr19598: Ahead of a merge to current lorikeet-heimdal:
2007-10-10 Andrew Bartlettr19597: Ahead of the merge to current lorikeet-heimdal:
2007-10-10 Andrew Bartlettr19595: Seperate debug messages between database failur...
2007-10-10 Jelmer Vernooijr19573: Move secrets.o into param/ (subsystems haven...
2007-10-10 Andrew Bartlettr19568: When we get back a skew error, try with no...
2007-10-10 Andrew Bartlettr19566: Predeclare some useful structures.
2007-10-10 Andrew Bartlettr19523: Remove unused functions.
2007-10-10 Jelmer Vernooijr19507: Merge my DSO fixes branch. Building Samba's...
2007-10-10 Simo Sorcer19489: Change ldb_msg_add_value and ldb_msg_add_empty...
2007-10-10 Andrew Bartlettr19465: Rather than use the non-standard API for determ...
2007-10-10 Jelmer Vernooijr19339: Merge my 4.0-unittest branch. This adds an...
2007-10-10 Simo Sorcer19299: Fix possible memleaks
2007-10-10 Andrew Bartlettr19265: It is not an error to set the target hostname...
2007-10-10 Andrew Bartlettr18354: It seems safe to enable the DIGEST-MD5 module...
2007-10-10 Andrew Tridgellr18321: fixed some warnings on AIX
2007-10-10 Andrew Tridgellr18301: I discovered how to load the warnings from...
2007-10-10 Andrew Tridgellr18295: pass write type for packet_size
2007-10-10 Andrew Tridgellr18258: need to use .priority not .order here
2007-10-10 Andrew Bartlettr18257: Order the GENSEC modules, with unknown modules...
2007-10-10 Andrew Bartlettr18255: Remove the SMB_ASSERT(), as these are not tallo...
2007-10-10 Andrew Bartlettr18253: Turn Cyrus-SASL DIGEST-MD5 off by default for...
2007-10-10 Andrew Bartlettr18250: Add an ordering of GENSEC modules, so we do...
2007-10-10 Andrew Bartlettr18249: Keep trying to start an GENSEC mech from the...
2007-10-10 Andrew Bartlettr18242: The cyrus-sasl encode/decode routines process...
2007-10-10 Stefan Metzmacherr18213: don't list LIBREPLACE depdendecies explicit and
2007-10-10 Andrew Bartlettr18198: Fix callbacks to use allocated or constant...
2007-10-10 Stefan Metzmacherr18164: enable the SASL library if found
2007-10-10 Andrew Bartlettr18155: Add my work in progress, a module to link with...
2007-10-10 Andrew Tridgellr18130: the move to system/ in libreplace broke some...
2007-10-10 Andrew Bartlettr18068: This splits the handling of multiple SASL packe...
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Andrew Bartlettr17871: Add an option to make the system account behave...
2007-10-10 Andrew Tridgellr17824: add a wrapper for the common partitions_basedn...
2007-10-10 Andrew Tridgellr17823: get rid of most of the samdb_base_dn() calls...
2007-10-10 Stefan Metzmacherr17774: this macro is unused
2007-10-10 Simo Sorcer17516: Change helper function names to make more clear...
2007-10-10 Stefan Metzmacherr17381: - we don't need debug messages twice
2007-10-10 Stefan Metzmacherr17344: move the gensec_update_request structure into...
2007-10-10 Stefan Metzmacherr17343: let auth_winbind use IRPC against the winbind...
2007-10-10 Stefan Metzmacherr17341: pass a messaging context to auth_context_create()
2007-10-10 Andrew Bartlettr17332: May as well make this a round number
2007-10-10 Stefan Metzmacherr17285: some reformating
2007-10-10 Stefan Metzmacherr17284: move the input checking stuff from ntlmssp_upda...
2007-10-10 Stefan Metzmacherr17273: add an async version of auth_check_password...
2007-10-10 Stefan Metzmacherr17272: move the callback stuff into a substructure
2007-10-10 Stefan Metzmacherr17270: split the logic of saying this auth backend...
2007-10-10 Stefan Metzmacherr17267: - add an async interface for gensec_update...
2007-10-10 Andrew Bartlettr17223: In some protocols it is not possible to negoita...
2007-10-10 Andrew Bartlettr17222: Change the function prototypes for the GENSEc...
2007-10-10 Andrew Bartlettr17197: This patch moves the encryption of bulk data...
2007-10-10 Andrew Bartlettr17173: Check for oversize output, not oversize input...
2007-10-10 Andrew Bartlettr17171: Add a gensec function to determine the maximum...
2007-10-10 Andrew Bartlettr17170: Catch some more out-of-memory cases, and provid...
2007-10-10 Andrew Bartlettr16961: Merge 'seperate policy from logic' changes...
2007-10-10 Andrew Bartlettr16829: Fix a number of issues raised by the IBM checke...
2007-10-10 Stefan Metzmacherr16569: - use push_string()
2007-10-10 Jelmer Vernooijr16516: Get rid of file_exists() as there already is...
2007-10-10 Andrew Bartlettr16238: Use a baseDN for the auth_sam searches, to...
2007-10-10 Andrew Bartlettr16218: If a connection is forced as 'anonymous', don...
2007-10-10 Gerald Carterr16100: Patch from Michael Wood <mwood@icts.uct.ac...
next