Age | Commit message (Expand) | Author | Files | Lines |
2009-03-01 | Use common header file for character set handling in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -3/+2 |
2009-03-01 | s4: Use same function signature for convert_* as s3. | Jelmer Vernooij | 1 | -8/+5 |
2009-03-01 | Add allow_badcharcnv argument to all conversion function, for | Jelmer Vernooij | 1 | -2/+2 |
2009-02-13 | Remove auth/ntlm as a dependency of GENSEC by means of function pointers. | Andrew Bartlett | 1 | -9/+10 |
2009-02-02 | s4:service_stream: s/private/private_data | Stefan Metzmacher | 1 | -4/+4 |
2009-02-01 | s4:irpc: avoid c++ reserved word 'private' | Stefan Metzmacher | 1 | -1/+1 |
2009-02-01 | s4:kdc: avoid c++ reserved word 'private' | Stefan Metzmacher | 3 | -49/+50 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 4 | -6/+6 |
2008-12-29 | s4:kdc: pass down event_context explicit | Stefan Metzmacher | 3 | -1/+4 |
2008-12-22 | s4: Fix subsystem for various services in samba daemon. | Jelmer Vernooij | 1 | -1/+1 |
2008-12-04 | s4:kdc: allow a trusted domain to get kerberos tickets | Stefan Metzmacher | 1 | -1/+2 |
2008-11-02 | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 1 | -1/+3 |
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 1 | -1/+0 |
2008-10-24 | Remove iconv_convenience argument from convert_string{,talloc}() but | Jelmer Vernooij | 1 | -2/+2 |
2008-10-24 | Remove iconv_convenience parameter from simple string push/pull | Jelmer Vernooij | 1 | -1/+1 |
2008-10-20 | Ensure the hdb_method structure is not on the stack. | Andrew Bartlett | 1 | -5/+5 |
2008-10-18 | Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with Samba | Jelmer Vernooij | 1 | -2/+1 |
2008-10-16 | Create a 'straight paper path' for UTF16 passwords. | Andrew Bartlett | 1 | -11/+26 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 3 | -3/+3 |
2008-10-06 | Set default trust kvno to -1 | Andrew Bartlett | 1 | -1/+1 |
2008-10-06 | Fix cross-realm authentication in Samba4's KDC. | Andrew Bartlett | 1 | -3/+5 |
2008-10-06 | Use the trust password version as kvno for trusts in Kerberos. | Andrew Bartlett | 1 | -0/+7 |
2008-09-29 | Rename hdb_ldb to hdb_samba4 and load as a plugin into the kdc. | Andrew Bartlett | 3 | -29/+44 |
2008-09-24 | Cosmetic corrections for the KERBEROS library | Matthias Dieter Wallnöfer | 1 | -3/+3 |
2008-09-24 | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-24 | Rename smbd -> samba. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 1 | -8/+9 |
2008-09-22 | This torture test and skipping of the server-side check was bogus. | Andrew Bartlett | 1 | -3/+1 |
2008-09-22 | s4: allways initialize the process model before it's used | Stefan Metzmacher | 1 | -1/+1 |
2008-09-21 | Revert "Rename smbd -> samba." | Jelmer Vernooij | 1 | -1/+1 |
2008-09-21 | Rename smbd -> samba. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-05 | Update copyright | Andrew Bartlett | 1 | -1/+1 |
2008-09-03 | Implement NETLOGON PAC verfication on the server-side | Andrew Bartlett | 1 | -0/+112 |
2008-08-28 | Heimdal provides Kerberos PAC parsing routines. Use them. | Andrew Bartlett | 1 | -37/+7 |
2008-08-26 | kdc: move references to heimdal internals into heimdal_build/kpasswd-glue.h | Stefan Metzmacher | 1 | -2/+1 |
2008-08-26 | Only allow the trust in the correct direction (per the flags). | Andrew Bartlett | 1 | -3/+9 |
2008-08-25 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 1 | -11/+13 |
2008-08-20 | kdc/pac-glue: pull/push the logon_info via the PAC_INFO union | Stefan Metzmacher | 1 | -11/+13 |
2008-08-15 | Trusted domains implementation for the KDC. | Andrew Bartlett | 1 | -12/+193 |
2008-08-08 | More work towards trusted domain support in the KDC. | Andrew Bartlett | 1 | -25/+93 |
2008-08-05 | Start implementind domain trusts in our KDC. | Andrew Bartlett | 1 | -7/+33 |
2008-08-01 | libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headers | Stefan Metzmacher | 1 | -2/+11 |
2008-08-01 | kdc: use mostly only public kerberos headers | Stefan Metzmacher | 3 | -8/+10 |
2008-08-01 | Revert "Start implementind domain trusts in our KDC." | Stefan Metzmacher | 1 | -33/+7 |
2008-07-31 | Start implementind domain trusts in our KDC. | Andrew Bartlett | 1 | -7/+33 |
2008-07-24 | hdb-ldb: fix the callers after drsblobs.idl changes | Stefan Metzmacher | 1 | -45/+30 |
2008-07-23 | hdb-ldb: try to find Primary:Kerberos-Newer-Keys and fallback to Primary:Kerb... | Stefan Metzmacher | 1 | -16/+114 |
2008-07-23 | hdb-ldb: check the SUPPLEMENTAL_CREDENTIALS_SIGNATURE | Stefan Metzmacher | 1 | -0/+6 |
2008-07-23 | hdb-ldb: fix comment about padding | Stefan Metzmacher | 1 | -1/+1 |
2008-07-23 | hdb-ldb: fix crash bug in the error path | Stefan Metzmacher | 1 | -0/+1 |