Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-19 | source4/kdc: Fix prototypes for all functions. | Jelmer Vernooij | 1 | -1/+2 | |
2011-02-18 | s4-auth: rename 'auth' subsystem to 'auth4' | Andrew Tridgell | 1 | -5/+5 | |
this prevents conflicts with the s3 auth modules. The auth modules in samba3 may appear in production smb.conf files, so it is preferable to rename the s4 modules for minimal disruption. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-12-09 | s4-lsa Implement kerberos ticket life policy | Andrew Bartlett | 1 | -1/+8 | |
We now no longer print tickets with a potentially infinite life, and we report the same life over LSA as we use in the KDC. We should get this from group policy, but for now it's parametric smb.conf options. Andrew Bartlett | |||||
2010-11-15 | kdc: Build as shared module by default. | Jelmer Vernooij | 1 | -0/+1 | |
2010-11-14 | Build wrepl server as service by default. | Jelmer Vernooij | 1 | -1/+1 | |
2010-11-12 | s4-kdc: added proxying of kdc requests for RODCs | Andrew Tridgell | 1 | -1/+1 | |
when we are an RODC and we get a request for a principal that we don't have the right secrets for, we need to proxy the request to a writeable DC. This happens for both TCP and UDP requests, for both krb5 and kpasswd Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Nov 12 08:03:20 UTC 2010 on sn-devel-104 | |||||
2010-11-12 | s4-kdc: we don't need the special include handling now | Andrew Tridgell | 1 | -6/+0 | |
the special handling was to cope with the conflict with the kdc.h header Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-07 | credentials: Lowercase library name, | Jelmer Vernooij | 1 | -9/+9 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 7 01:48:44 UTC 2010 on sn-devel-104 | |||||
2010-10-30 | s4-kdc: create a 'pac' private grouping library | Andrew Tridgell | 1 | -0/+6 | |
this removes the final case where we have an object file linked into two libraries Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-26 | waf: Stop automaticaly changing dashes to underscores in library names. | Jelmer Vernooij | 1 | -9/+9 | |
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -6/+6 | |
2010-10-24 | s4: Rename DB_GLUE to db_glue. | Jelmer Vernooij | 1 | -4/+4 | |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -6/+6 | |
2010-10-21 | s4-kdc: make DB_GLUE a private library | Andrew Tridgell | 1 | -2/+3 | |
2010-10-11 | kdc: Add missing dependency on samba_gensec_server. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-05 | Add missing dependencies for com_err. | Jelmer Vernooij | 1 | -9/+9 | |
2010-10-05 | heimdal: Fix name of kdc library. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-05 | heimdal: Fix name of 'hdb'. | Jelmer Vernooij | 1 | -11/+11 | |
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -5/+6 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+53 | |