r22758: - add missing _talloc_set_name_const(ret, ret); to talloc_append_string()
[samba.git] / source / auth /
2007-10-10 Stefan Metzmacherr22748: fix memleaks by passing an mem_ctx to
2007-10-10 Stefan Metzmacherr22635: make it possible to not turn off dns canonicali...
2007-10-10 Stefan Metzmacherr22627: fix crash msgs_tmp isn't always initialized
2007-10-10 Stefan Metzmacherr22621: fix the 'sam' auth module
2007-10-10 Jelmer Vernooijr22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the...
2007-10-10 Andrew Bartlettr22594: This helped coax out valgrind errors last night...
2007-10-10 Andrew Bartlettr22582: Cleanups towards making winbind work again...
2007-10-10 Andrew Bartlettr22558: Move to a static list of enctypes to put into...
2007-10-10 Stefan Metzmacherr22404: more dependencies which should be private
2007-10-10 Stefan Metzmacherr22397: hopefully fix the build on some aix hosts in...
2007-10-10 Stefan Metzmacherr22387: see if this fixes the build on the aix1 hosts
2007-10-10 Stefan Metzmacherr22385: remove unused include
2007-10-10 Andrew Bartlettr22294: Lock the delegated credentials to being kerbero...
2007-10-10 Andrew Bartlettr22293: Try to make it more clear what failed to parse.
2007-10-10 Andrew Bartlettr22208: Print the target principal name, to help with...
2007-10-10 Stefan Metzmacherr22199: fix typo
2007-10-10 Andrew Bartlettr22187: Test kerberos logins in the smbclient blackbox...
2007-10-10 Andrew Bartlettr22115: I don't like the DOMAIN environment variable...
2007-10-10 Andrew Bartlettr21736: Fix the smbclient test to do something more...
2007-10-10 James Peachr21668: Add SMB_QFS_POSIX_WHOAMI to trans2.h so it...
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()
next