summaryrefslogtreecommitdiff
path: root/source4/ntp_signd
Commit message (Expand)AuthorAgeFilesLines
* source4/smbd: Do not overstamp the process model with "single"Gary Lockyer2017-10-191-12/+1
* source4/smbd: refactor the process model for preforkGary Lockyer2017-10-191-2/+8
* s4: Add TALLOC_CTX * to register_server_service().Jeremy Allison2017-05-111-1/+1
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* build: Build with system md5.h on OpenIndianaAndrew Bartlett2013-06-191-1/+1
* Use the new directory_create_or_exist_strict() function.Andreas Schneider2013-01-091-1/+1
* ntp_signd: Only allow group access to the ntp signd directory.Andrew Bartlett2012-11-121-1/+1
* s4:ntp_signd: fix SEGV if SID cannot be foundArvid Requate2012-08-141-1/+5
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-231-0/+1
* source4/: Fix prototypes for all functions in various subsystems.Jelmer Vernooij2011-03-191-0/+2
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-2/+2
* s4: Build ldap and samba3_smb services as shared modules.Jelmer Vernooij2010-11-151-1/+1
* s4-server: make server sockets a child of the task contextAndrew Tridgell2010-11-151-1/+2
* web_server: Build as module.Jelmer Vernooij2010-11-141-1/+2
* samdb: Lowercase library name.Jelmer Vernooij2010-11-071-1/+1
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-15/+0
* s4-smbd: don't initialise process models more than onceAndrew Tridgell2010-10-301-1/+1
* samdb: Add flags argument to samdb_connect().Jelmer Vernooij2010-10-101-1/+1
* s4:SID handling - always encode the SID using "ldap_encode_ndr_dom_sid" for L...Matthias Dieter Wallnöfer2010-09-131-1/+2
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-4/+4
* s4:ntp_signd/ntp_signd.c - add casts to suppress warnings on Solaris 10Matthias Dieter Wallnöfer2010-06-291-2/+2
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-7/+2
* Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions"Matthias Dieter Wallnöfer2010-04-131-1/+1
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-061-4/+0
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+11
* s4-ntp: Fixed the memory context of tstream_bsd_existing()Andreas Schneider2010-02-261-1/+1
* s4-ntp_signd: Migrate to tsocket.Andreas Schneider2010-01-132-132/+286
* s4-dsdb: create a static system_session contextAndrew Tridgell2009-10-231-1/+1
* s4-server: kill main daemon if a task fails to initialiseAndrew Tridgell2009-09-181-3/+3
* s4:ntp_signd Fix bug 6656 - Set protocol version to 0, as used by ntpdAndrew Bartlett2009-08-221-3/+1
* s4:torture Add test for the NTP signd serverAndrew Bartlett2009-08-111-0/+7
* s4:service_stream: s/private/private_dataStefan Metzmacher2009-02-021-4/+4
* s4:ntp_signd: s/private/private_dataStefan Metzmacher2009-02-021-4/+4
* Fix missing symbols issues when building with shared libraries.Jelmer Vernooij2008-12-221-1/+1
* s4: add some useful link and the patch for the ntp_signd supportStefan Metzmacher2008-12-032-0/+586
* Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-241-1/+1
* Rename smbd -> samba.Jelmer Vernooij2008-09-241-1/+1
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-1/+1
* s4: allways initialize the process model before it's usedStefan Metzmacher2008-09-221-1/+1
* Revert "Rename smbd -> samba."Jelmer Vernooij2008-09-211-1/+1
* Rename smbd -> samba.Jelmer Vernooij2008-09-211-1/+1
* Only allow trust accounts access to the NTP signing service.Andrew Bartlett2008-08-111-3/+9
* Don't sign NTP packets to disabled accountsAndrew Bartlett2008-06-191-1/+10
* Allow the ntp_signd socket to be set from configure.Andrew Bartlett2008-05-291-4/+18
* Final fixes to for a functional NTP signing deamon.Andrew Bartlett2008-05-291-15/+118
* Bring up the ntp signing deamonAndrew Bartlett2008-05-282-20/+25
* Start an 'NTP signing server' in Samba4.Andrew Bartlett2008-05-272-0/+274