Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4:service_stream: s/private/private_data | Stefan Metzmacher | 2009-02-02 | 1 | -4/+4 |
| | | | | metze | ||||
* | s4:ntp_signd: s/private/private_data | Stefan Metzmacher | 2009-02-02 | 1 | -4/+4 |
| | | | | metze | ||||
* | Fix missing symbols issues when building with shared libraries. | Jelmer Vernooij | 2008-12-22 | 1 | -1/+1 |
| | |||||
* | s4: add some useful link and the patch for the ntp_signd support | Stefan Metzmacher | 2008-12-03 | 2 | -0/+586 |
| | | | | metze | ||||
* | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 2008-09-24 | 1 | -1/+1 |
| | |||||
* | Rename smbd -> samba. | Jelmer Vernooij | 2008-09-24 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 05ea5e23cf4e70de0bd658b1c5c0ead133967091. Conflicts: source4/smbd/server.c | ||||
* | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 2008-09-23 | 1 | -1/+1 |
| | | | | | The previous ldb_search() interface made it way too easy to leak results, and being able to use a printf-like expression turns to be really useful. | ||||
* | s4: allways initialize the process model before it's used | Stefan Metzmacher | 2008-09-22 | 1 | -1/+1 |
| | | | | metze | ||||
* | Revert "Rename smbd -> samba." | Jelmer Vernooij | 2008-09-21 | 1 | -1/+1 |
| | | | | This reverts commit 0e9008be35a5b334bd65e6417193d4b8f27bdc36. | ||||
* | Rename smbd -> samba. | Jelmer Vernooij | 2008-09-21 | 1 | -1/+1 |
| | |||||
* | Only allow trust accounts access to the NTP signing service. | Andrew Bartlett | 2008-08-11 | 1 | -3/+9 |
| | | | | (This used to be commit 30da1b534f00ba6ef6cf86cba603732bc6e1ad43) | ||||
* | Don't sign NTP packets to disabled accounts | Andrew Bartlett | 2008-06-19 | 1 | -1/+10 |
| | | | | | | | (As this would allow an offline attack on their password) Andrew Bartlett (This used to be commit e28481fc0976231c6f4cb7a5f7c7708f4becdb18) | ||||
* | Allow the ntp_signd socket to be set from configure. | Andrew Bartlett | 2008-05-29 | 1 | -4/+18 |
| | | | | | | | | This will allow distributions to hard-code this path, particularly for selinux, and matches how we handle the winbind socket dir. Andrew Bartlett (This used to be commit c8b441650400ed1b24c89991f5752dad3c87795f) | ||||
* | Final fixes to for a functional NTP signing deamon. | Andrew Bartlett | 2008-05-29 | 1 | -15/+118 |
| | | | | | Andrew Bartlett (This used to be commit 4dcc0cd06ef2f6c496e2112f6378088a1c27d2f2) | ||||
* | Bring up the ntp signing deamon | Andrew Bartlett | 2008-05-28 | 2 | -20/+25 |
| | | | | | | | This starts ntp_signd at startup, and fixes some build issues. Andrew Bartlett (This used to be commit cb0dcd5c3dfe2a46755270a4594b7289f555d814) | ||||
* | Start an 'NTP signing server' in Samba4. | Andrew Bartlett | 2008-05-27 | 2 | -0/+274 |
I am modifying the ntp.org server to talk to this service, to sign packets per MS-SNTP. Andrew Bartlett (This used to be commit 0c15385e6068d2f70ff11aa5837adbd6d78410ae) |