summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* r17341: pass a messaging context to auth_context_create()Stefan Metzmacher2007-10-106-27/+63
* r17332: May as well make this a round numberAndrew Bartlett2007-10-101-1/+1
* r17285: some reformatingStefan Metzmacher2007-10-101-10/+23
* r17284: move the input checking stuff from ntlmssp_update() into itsStefan Metzmacher2007-10-101-40/+44
* r17273: add an async version of auth_check_password() on the publicStefan Metzmacher2007-10-102-31/+185
* r17272: move the callback stuff into a substructureStefan Metzmacher2007-10-101-8/+10
* r17270: split the logic of saying this auth backend wants to handle thisStefan Metzmacher2007-10-107-41/+140
* r17267: - add an async interface for gensec_update() to the public gensec apiStefan Metzmacher2007-10-102-0/+78
* r17223: In some protocols it is not possible to negoitate off some features,Andrew Bartlett2007-10-101-5/+3
* r17222: Change the function prototypes for the GENSEc and TLS socket creationAndrew Bartlett2007-10-102-38/+66
* r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett2007-10-104-18/+503
* r17173: Check for oversize output, not oversize input, and fix the GSSAPI mechAndrew Bartlett2007-10-101-10/+11
* r17171: Add a gensec function to determine the maximum negotiated buffer size,Andrew Bartlett2007-10-103-34/+134
* r17170: Catch some more out-of-memory cases, and provide some clues whenAndrew Bartlett2007-10-101-7/+18
* r16961: Merge 'seperate policy from logic' changes from Samba3. The 56-bitAndrew Bartlett2007-10-103-4/+12
* r16829: Fix a number of issues raised by the IBM checker, or gcc warnings.Andrew Bartlett2007-10-101-2/+3
* r16569: - use push_string()Stefan Metzmacher2007-10-101-4/+4
* r16516: Get rid of file_exists() as there already is a file_exist().Jelmer Vernooij2007-10-101-1/+1
* r16238: Use a baseDN for the auth_sam searches, to allow continued functionAndrew Bartlett2007-10-102-7/+11
* r16218: If a connection is forced as 'anonymous', don't treat it asAndrew Bartlett2007-10-101-2/+2
* r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...Gerald Carter2007-10-101-1/+1
* r16056: Fix errors found by trying to use our kpasswd server and the Apple cl...Andrew Bartlett2007-10-101-1/+1
* r15988: try to fix the build on au2 IRIX 6.4Stefan Metzmacher2007-10-101-1/+1
* r15876: Fix build on IPv6-less systems.Jelmer Vernooij2007-10-101-0/+2