Age | Commit message (Expand) | Author | Files | Lines |
2008-02-20 | Make more module init functions public, since they are compiled with -fvisibi... | Jelmer Vernooij | 1 | -1/+1 |
2008-01-03 | r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26379: Remove more global_loadparm instances. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26222: Avoid global_loadparm in a couple more places. | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r25552: Convert to standard bool type. | Jelmer Vernooij | 1 | -13/+13 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r19805: Add the (harmless, but apparently default) | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r18258: need to use .priority not .order here | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18250: Add an ordering of GENSEC modules, so we do preferred modules first. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r17285: some reformating | Stefan Metzmacher | 1 | -10/+23 |
2007-10-10 | r17284: move the input checking stuff from ntlmssp_update() into its | Stefan Metzmacher | 1 | -40/+44 |
2007-10-10 | r16961: Merge 'seperate policy from logic' changes from Samba3. The 56-bit | Andrew Bartlett | 1 | -3/+6 |
2007-10-10 | r14952: Make sure the auth subsystem gets initialized if a gensec module need... | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14064: - split out MSRPC_PARSE into a speperate subsystem | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r13472: After Volker's advise, try every combination of parameters. This | Andrew Bartlett | 1 | -4/+6 |
2007-10-10 | r13470: Thanks to a report from VL: | Andrew Bartlett | 1 | -8/+22 |
2007-10-10 | r12927: Fix typo. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r12919: Ensure we never 'extend' the session key length, or fill in past the | Andrew Bartlett | 1 | -1/+5 |
2007-10-10 | r12795: remember the gensec_security context | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r9505: Work on GENSEC and the code that calls it, for tighter interface | Andrew Bartlett | 1 | -1/+6 |
2007-10-10 | r9416: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code back | Andrew Bartlett | 1 | -22/+27 |
2007-10-10 | r9411: Ensure we don't send a challenge without first getting a negotiate in | Andrew Bartlett | 1 | -2/+8 |
2007-10-10 | r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytab | Andrew Bartlett | 1 | -0/+11 |
2007-10-10 | r7536: doesn't spam the smbd_log in the build_farm... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r6800: A big GENSEC update: | Andrew Bartlett | 1 | -1/+6 |
2007-10-10 | r6705: let the gensec module decide if messages can be signed and sealed in a... | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r6465: Use talloc_zero for the gensec_ntlmssp_state structure, as the history | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r6464: Remove the last of the Samba3 NTLMSSP API. This removes the rudundent | Andrew Bartlett | 1 | -47/+45 |
2007-10-10 | r6462: Move the arcfour sbox state into it's own structure, and allocate it | Andrew Bartlett | 1 | -24/+1 |
2007-10-10 | r6460: Push the client credentials into NTLMSSP, allowing logins of the form | Andrew Bartlett | 1 | -65/+4 |
2007-10-10 | r6458: Split up NTLMSSP into a new directory, and into seperate files for the | Andrew Bartlett | 1 | -0/+442 |