summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* r19670: Reduce the number of unresolved symbols when building with shared lib...Jelmer Vernooij2007-10-101-1/+1
* r19664: fix compiler warnings...Stefan Metzmacher2007-10-102-19/+19
* r19660: Forgot to tell gsskrb5 not to canonicalize hostnames. Shoudl fixAndrew Bartlett2007-10-101-0/+8
* r19650: Allow Samba to use Heimdal's SPNEGO code. Currently this can onlyAndrew Bartlett2007-10-101-9/+49
* r19644: Merge up to current lorikeet-heimdal, incling addingAndrew Bartlett2007-10-101-0/+18
* r19635: It appears that under CFX, different keys are used in each directionAndrew Bartlett2007-10-101-3/+3
* r19633: Merge to lorikeet-heimdal, removing krb5_rd_req_return_keyblock in fa...Andrew Bartlett2007-10-105-134/+146
* r19629: No need to special case use of DCE_STYLE sign and seal away any more...Andrew Bartlett2007-10-101-9/+0
* r19628: This hint via Love at the IETF meeting:Andrew Bartlett2007-10-101-0/+3
* r19614: fix compiler warningsStefan Metzmacher2007-10-101-0/+2
* r19604: This is a massive commit, and I appologise in advance for it's size.Andrew Bartlett2007-10-107-117/+159
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-1034-45/+108
* r19597: Ahead of the merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-59/+67
* r19595: Seperate debug messages between database failure and simple lack ofAndrew Bartlett2007-10-101-2/+9
* r19573: Move secrets.o into param/ (subsystems haven't been integrated yet).Jelmer Vernooij2007-10-101-1/+1
* r19568: When we get back a skew error, try with no skew. This allows us toAndrew Bartlett2007-10-102-42/+50
* r19566: Predeclare some useful structures.Andrew Bartlett2007-10-101-0/+3
* r19523: Remove unused functions.Andrew Bartlett2007-10-101-152/+0
* r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij2007-10-104-5/+7
* r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce2007-10-101-4/+4
* r19465: Rather than use the non-standard API for determining the signatureAndrew Bartlett2007-10-101-55/+8
* r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij2007-10-101-1/+1
* r19299: Fix possible memleaksSimo Sorce2007-10-101-3/+21
* r19265: It is not an error to set the target hostname to NULL.Andrew Bartlett2007-10-101-1/+1
* r18354: It seems safe to enable the DIGEST-MD5 module now.Andrew Bartlett2007-10-101-1/+1
* r18321: fixed some warnings on AIXAndrew Tridgell2007-10-101-1/+1
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-102-3/+3
* r18295: pass write type for packet_sizeAndrew Tridgell2007-10-101-1/+1
* r18258: need to use .priority not .order hereAndrew Tridgell2007-10-101-1/+1
* r18257: Order the GENSEC modules, with unknown modules last.Andrew Bartlett2007-10-107-17/+19
* r18255: Remove the SMB_ASSERT(), as these are not talloc()'ed structures.Andrew Bartlett2007-10-101-3/+0
* r18253: Turn Cyrus-SASL DIGEST-MD5 off by default for now.Andrew Bartlett2007-10-102-1/+10
* r18250: Add an ordering of GENSEC modules, so we do preferred modules first.Andrew Bartlett2007-10-106-5/+22
* r18249: Keep trying to start an GENSEC mech from the list until one actuallyAndrew Bartlett2007-10-101-2/+8
* r18242: The cyrus-sasl encode/decode routines process the entire input.Andrew Bartlett2007-10-101-0/+2
* r18213: don't list LIBREPLACE depdendecies explicit andStefan Metzmacher2007-10-101-1/+1
* r18198: Fix callbacks to use allocated or constant memory, not the stack.Andrew Bartlett2007-10-101-16/+22
* r18164: enable the SASL library if foundStefan Metzmacher2007-10-101-1/+2
* r18155: Add my work in progress, a module to link with Cyrus-SASL, for aAndrew Bartlett2007-10-104-2/+435
* r18130: the move to system/ in libreplace broke some things ... should beAndrew Tridgell2007-10-101-1/+1
* r18068: This splits the handling of multiple SASL packets between the GENSECAndrew Bartlett2007-10-105-61/+239
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-102-2/+1
* r17871: Add an option to make the system account behave as anonymous on theAndrew Bartlett2007-10-101-1/+6
* r17824: add a wrapper for the common partitions_basedn calculationAndrew Tridgell2007-10-102-2/+2
* r17823: get rid of most of the samdb_base_dn() calls, as they are no longerAndrew Tridgell2007-10-102-4/+2
* r17774: this macro is unusedStefan Metzmacher2007-10-101-2/+0
* r17516: Change helper function names to make more clear what they are meant t...Simo Sorce2007-10-102-15/+15
* r17381: - we don't need debug messages twiceStefan Metzmacher2007-10-101-12/+2
* r17344: move the gensec_update_request structure into the header fileStefan Metzmacher2007-10-102-12/+12
* r17343: let auth_winbind use IRPC against the winbind task.Stefan Metzmacher2007-10-102-7/+124