Age | Commit message (Expand) | Author | Files | Lines |
2009-08-28 | s4-ntlmssp: use NTLMSSP headers from IDL and remove duplicate constants. | Günther Deschner | 5 | -50/+21 |
2009-08-27 | s4-schannel: add ldb suffix to schannel functions. | Günther Deschner | 1 | -2/+2 |
2009-08-21 | s4:kerberos Use MIT compatible names for these enc types | Andrew Bartlett | 1 | -1/+1 |
2009-08-05 | added a uid_wrapper library | Andrew Tridgell | 1 | -1/+1 |
2009-08-04 | s4: Change my nested groups patch to don't include user's SID itself in the "... | Matthias Dieter Wallnöfer | 1 | -17/+24 |
2009-08-03 | Return infinite time for last last logoff when last logoff = 0 | Matthieu Patou | 2 | -2/+2 |
2009-07-31 | s4:auth: make sure we have elements returned at all in authsam_expand_nested_... | Stefan Metzmacher | 1 | -0/+6 |
2009-07-31 | s4: Patch to implement nested group and privileges | Matthias Dieter Wallnöfer | 1 | -34/+100 |
2009-07-28 | s4:gensec/spnego: only generate the mechListMic when the server expects it | Stefan Metzmacher | 1 | -1/+2 |
2009-07-28 | s4:kerberos Add support for user principal names in certificates | Andrew Bartlett | 2 | -3/+5 |
2009-07-28 | s4:kerberos Add 'net export keytab' command for wireshark decryption | Andrew Bartlett | 2 | -1/+148 |
2009-07-27 | Revert "s4:kerberos Add 'net export keytab' command for wireshark decryption" | Stefan Metzmacher | 2 | -148/+1 |
2009-07-27 | s4:kerberos Add 'net export keytab' command for wireshark decryption | Andrew Bartlett | 2 | -1/+148 |
2009-07-24 | s4:gensec_gssapi: pass the correct oid to the gssapi layer. | Stefan Metzmacher | 1 | -4/+11 |
2009-07-24 | s4:gensec/spengo: make sure we send the blob with the micListMech signature t... | Stefan Metzmacher | 1 | -1/+1 |
2009-07-17 | s4:kdc Rework KDC to pull in less attributes for krbtgt lookups | Andrew Bartlett | 2 | -15/+29 |
2009-07-16 | s4:gensec Rework gensec_krb5 mutual authentication defaults | Andrew Bartlett | 1 | -24/+28 |
2009-07-16 | s4:gensec Allow mutual auth to be turned off in 'fake_gssapi_krb5' | Andrew Bartlett | 1 | -5/+15 |
2009-07-08 | s4:auth/ntlmssp: let _unwrap fallback to seal if sign only doesn't work | Stefan Metzmacher | 1 | -6/+57 |
2009-07-07 | s4:auth It is easier to copy the session key than get talloc right. | Andrew Bartlett | 1 | -4/+3 |
2009-07-01 | gensec_start now steals the auth_context | Andrew Tridgell | 1 | -1/+3 |
2009-07-01 | another case that should use py_talloc_reference | Andrew Tridgell | 1 | -1/+1 |
2009-07-01 | removed a redundent talloc_steal | Andrew Tridgell | 1 | -2/+0 |
2009-07-01 | fixed the use of talloc_steal in ntlmssp_server | Andrew Tridgell | 1 | -3/+2 |
2009-06-30 | Rework the kerberos-notes.txt in order and format | Don Davis | 1 | -0/+803 |
2009-06-25 | s4 auth_winbind: Internally, info3 has utf8 buffers, not utf16 buffers. | Kai Blin | 1 | -63/+16 |
2009-06-25 | s4 auth_winbind: Don't allocate the rids for the info3 structure within the loop | Kai Blin | 1 | -4/+4 |
2009-06-25 | s4: Add libwbclient backend to auth_winbind | Kai Blin | 2 | -1/+216 |
2009-06-19 | Fixed some uninitialised variables | Matthias Dieter Wallnöfer | 1 | -5/+1 |
2009-06-18 | Remove unused variable | Andrew Bartlett | 1 | -3/+0 |
2009-06-18 | s4:kdc Allow a password change when the password is expired | Andrew Bartlett | 3 | -7/+9 |
2009-06-18 | s4:gensec Print GSSAPI error message when unable to find PAC | Andrew Bartlett | 1 | -1/+3 |
2009-06-17 | pycredentials: Raise MemoryError when unable to create objects. | Jelmer Vernooij | 1 | -1/+6 |
2009-06-17 | pycredentials: Fix memory leak. | Jelmer Vernooij | 1 | -1/+7 |
2009-06-12 | s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6... | Andrew Bartlett | 6 | -15/+27 |
2009-06-10 | Clarify and expand the Kerberos notes made by Andrew Bartlett in 2005 | Donald T. Davis | 1 | -154/+448 |
2009-06-10 | Remove copy of kerberos-notes.txt added in incorrect location | Andrew Bartlett | 1 | -760/+0 |
2009-06-10 | Clarify and expand the Kerberos notes made by Andrew Bartlett in 2005 | Donald T. Davis | 1 | -0/+760 |
2009-06-04 | changed the auth path to use extended DN ops to avoid non-indexed searches | Andrew Tridgell | 2 | -65/+66 |
2009-06-02 | Fix more unresolved symbols. | Jelmer Vernooij | 2 | -10/+1 |
2009-06-02 | python: Move helper functions for using param into a separate file rather | Jelmer Vernooij | 2 | -2/+2 |
2009-06-02 | Fix dependencies when using shared libraries. | Jelmer Vernooij | 2 | -1/+2 |
2009-05-26 | use domain_dn not ncname | Andrew Tridgell | 1 | -3/+2 |
2009-05-26 | Don't use crossRef records to find our own domain | Andrew Bartlett | 3 | -154/+47 |
2009-05-25 | fixed interpretation of ACB_PWNOTREQ | Andrew Tridgell | 1 | -14/+0 |
2009-04-19 | Remove unused headers | Andrew Bartlett | 4 | -9/+2 |
2009-04-16 | Fix Samba4 build errors with common libcli/samsync | Andrew Bartlett | 5 | -6/+5 |
2009-04-14 | Rework to use new API for common netlogon credential chaining | Andrew Bartlett | 1 | -1/+1 |
2009-04-14 | Rework Samba4 to use the new common libcli/auth code | Andrew Bartlett | 6 | -23/+31 |
2009-04-14 | Push schannel_state.c into the top level. | Andrew Bartlett | 2 | -284/+1 |