Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r18354: It seems safe to enable the DIGEST-MD5 module now. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r18321: fixed some warnings on AIX | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18301: I discovered how to load the warnings from a build farm build into | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r18295: pass write type for packet_size | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18257: Order the GENSEC modules, with unknown modules last. | Andrew Bartlett | 7 | -17/+19 |
2007-10-10 | r18255: Remove the SMB_ASSERT(), as these are not talloc()'ed structures. | Andrew Bartlett | 1 | -3/+0 |
2007-10-10 | r18253: Turn Cyrus-SASL DIGEST-MD5 off by default for now. | Andrew Bartlett | 2 | -1/+10 |
2007-10-10 | r18250: Add an ordering of GENSEC modules, so we do preferred modules first. | Andrew Bartlett | 5 | -4/+20 |
2007-10-10 | r18249: Keep trying to start an GENSEC mech from the list until one actually | Andrew Bartlett | 1 | -2/+8 |
2007-10-10 | r18242: The cyrus-sasl encode/decode routines process the entire input. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r18198: Fix callbacks to use allocated or constant memory, not the stack. | Andrew Bartlett | 1 | -16/+22 |
2007-10-10 | r18155: Add my work in progress, a module to link with Cyrus-SASL, for a | Andrew Bartlett | 3 | -2/+425 |
2007-10-10 | r18068: This splits the handling of multiple SASL packets between the GENSEC | Andrew Bartlett | 5 | -61/+239 |
2007-10-10 | r17516: Change helper function names to make more clear what they are meant t... | Simo Sorce | 1 | -5/+5 |
2007-10-10 | r17344: move the gensec_update_request structure into the header file | Stefan Metzmacher | 2 | -12/+12 |
2007-10-10 | r17341: pass a messaging context to auth_context_create() | Stefan Metzmacher | 2 | -6/+32 |
2007-10-10 | r17332: May as well make this a round number | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r17272: move the callback stuff into a substructure | Stefan Metzmacher | 1 | -8/+10 |
2007-10-10 | r17267: - add an async interface for gensec_update() to the public gensec api | Stefan Metzmacher | 2 | -0/+78 |
2007-10-10 | r17223: In some protocols it is not possible to negoitate off some features, | Andrew Bartlett | 1 | -5/+3 |
2007-10-10 | r17222: Change the function prototypes for the GENSEc and TLS socket creation | Andrew Bartlett | 2 | -38/+66 |
2007-10-10 | r17197: This patch moves the encryption of bulk data on SASL negotiated security | Andrew Bartlett | 4 | -18/+503 |
2007-10-10 | r17173: Check for oversize output, not oversize input, and fix the GSSAPI mech | Andrew Bartlett | 1 | -10/+11 |
2007-10-10 | r17171: Add a gensec function to determine the maximum negotiated buffer size, | Andrew Bartlett | 3 | -34/+134 |
2007-10-10 | r16829: Fix a number of issues raised by the IBM checker, or gcc warnings. | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r16516: Get rid of file_exists() as there already is a file_exist(). | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r16056: Fix errors found by trying to use our kpasswd server and the Apple cl... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r15853: started the process of removing the warnings now that | Andrew Tridgell | 2 | -5/+2 |
2007-10-10 | r15485: This 'fake' GSSAPI doesn't do the extra SASL negotiation correctly, so | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r15426: Implement SPNEGO as the default RPC authentication mechanism. Where | Andrew Bartlett | 1 | -0/+9 |
2007-10-10 | r15363: Fix dependencies for shared library | Jelmer Vernooij | 1 | -2/+3 |
2007-10-10 | r15330: Add comment for IBM checker. | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r15304: Fix smbd build, more updates on getting --enable-dso to build again | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15298: Fix the build using a few hacks in the build system. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15297: Move create_security_token() to samdb as it requires SAMDB (and the r... | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r14952: Make sure the auth subsystem gets initialized if a gensec module need... | Jelmer Vernooij | 2 | -1/+5 |
2007-10-10 | r14816: Simplify test for comparison_fn_t | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r14713: For testing, it is sometimes useful to specify a hostname for kerberos | Andrew Bartlett | 1 | -0/+6 |
2007-10-10 | r14700: Fix spelling, and change these informational messages to debug level 5. | Andrew Bartlett | 1 | -6/+6 |
2007-10-10 | r14575: Move some path-related functions to libsamba-config so libsamba-util | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14572: Give libraries saner names, remove some .pc files, make some things | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 5 | -0/+5 |
2007-10-10 | r14497: Fix build with shared libraries | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14484: Install more headers | Jelmer Vernooij | 2 | -3/+3 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r14409: quieten warnings | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r14383: Fix non-developer build. | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r14380: Reduce the size of structs.h | Jelmer Vernooij | 2 | -0/+2 |