Skip to content
Snippets Groups Projects
  1. Jun 04, 2020
  2. May 04, 2020
  3. May 02, 2020
  4. Apr 22, 2020
    • Jameson Rollins's avatar
      allow awgtpman to run as unprivileged user · 16197257
      Jameson Rollins authored
      The awgtpman process is run as root only because it wants to bind to a
      privileged port.  This is not necessary as capabilities exist to allow
      running it as a unprivileged user:
      
      * remove an unnecessary check in the awgtpman binary on the superuser
        status of the user
      
      * set CAP_NET_BIND_SERVICE in the systemd service to allow it to bind
        to privileged port
      
      This should allow the service to run as a non-privileged user, which we
      set here to be advligorts.
      
      closes #93
      16197257
  5. Feb 11, 2019
  6. Apr 05, 2016
    • Jonathan Hanks's avatar
      Updating code to build with newer gcc (4.9.3) and get rid of warnings on newer libc. · c01668ff
      Jonathan Hanks authored
      Updated definition of channel_t to get rid of static variables in anonymous struct warnings.
      
      Added the proper defines (_DEFAULT_SOURCE) to get rid of libc's deprication warnings about _BSD_SOURCE.  This required
      minor code path changes replacing sigseg with sigaction.  The code was already in place, for the
      old potential cygwin port.
      
      Renamed an iteration counter to fix an issue in the nds build where there was variable shadowing.
      
      Updated printf strings for pointers to use %p.
      
      Fixed various pointer casting warnings.
      
      There are still some warnings in the src/gds build process with gcc 4.9.3, those will take more work.
      
      
      git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4170 6dcd42c9-f523-4c6d-aada-af552506706e
      c01668ff
  7. Dec 20, 2011
  8. Nov 06, 2011
  9. Jun 09, 2011
  10. Feb 02, 2011
  11. Feb 01, 2011
  12. Jan 31, 2011
  13. Jan 12, 2011
  14. Jan 11, 2011
  15. Jan 08, 2011
  16. Dec 16, 2010
  17. Nov 11, 2010
  18. Sep 16, 2010
  19. Aug 23, 2010
  20. Jun 21, 2010
  21. Jun 16, 2010
  22. Jun 11, 2010
  23. Jun 10, 2010
Loading