Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -0/+1 | |
Eventually, we should move some of these parameters into a separate struct (perhaps into smb_transport_options?), to avoid the long lists of parameters. | |||||
2008-11-02 | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 1 | -0/+1 | |
should in the future only contain some settings required for gensec. | |||||
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -0/+1 | |
2008-10-24 | Eliminate another instance of global_loadparm. | Jelmer Vernooij | 1 | -0/+2 | |
2008-10-15 | Remove unused variable. | Jelmer Vernooij | 1 | -1/+0 | |
2008-09-30 | Pass session options around; saves another use of global_loadparm. | Jelmer Vernooij | 1 | -0/+1 | |
2008-08-01 | auth_server: set the workstation name | Stefan Metzmacher | 1 | -0/+4 | |
metze (This used to be commit 6d640ee4b84c72f6c2da0ee047c9bac916bf3e57) | |||||
2008-08-01 | auth_server: fix the logic of server_get_challenge() | Stefan Metzmacher | 1 | -4/+4 | |
metze (This used to be commit 699e3cdb52acdf2524347d8c053730306c579dd9) | |||||
2008-08-01 | auth_server: fix segfault reported by Julien Kerihuel ↵ | Stefan Metzmacher | 1 | -1/+1 | |
<j.kerihuel@openchange.org> metze (This used to be commit c2cc8ef943e8c2e02edb1eb20214de245cc6914c) | |||||
2008-05-05 | Fix the build after the auth/ -> auth/ntlm/ rename | Andrew Bartlett | 1 | -1/+1 | |
I need to fix up the header inclusion, but this fixes things for now. Andrew Bartlett (This used to be commit 7c07edb24b31e7dc3e9b836ec4a6680ee2b04276) | |||||
2008-05-05 | Move NTLM authentication details into auth/ntlm | Andrew Bartlett | 1 | -0/+225 | |
This should help clarify the role of the various files around here (done on Jelmer's request). Andrew Bartlett (This used to be commit efa399037511ced8978f2e7661a71aac7a384883) |