summaryrefslogtreecommitdiffstats
path: root/remote/modules/sshd
Commit message (Collapse)AuthorAgeFilesLines
* "Fedora Support", step 1 ->Simon Rettberg2014-07-041-0/+1
| | | | | | | | | | | | | | | | Several changes: 1) Make sure /bin /sbin /lib and /lib64 are ALWAYS symlinks to /usr/XXX, no matter what the current distribution does. 2) Make sure nobody and nogroup exist. 3) Fix various modules making assumptions that are not true on every distro. 4) Add symlinks to kdm module since fedora is looking for kdmrc in yet another spot. 5) Add detection of fedora, support its package manager What still breaks: dnbd3 Other distros might not work now, they need adaption to changed logic in some modules.
* woopsie, the return ;)Jonathan Bauer2014-03-252-23/+0Star
|
* [modules] new module naming conventionJonathan Bauer2014-03-252-0/+23
| | | | rename $MODULE.{conf,build} to module.{conf,build}
* [sshd] added TODO:Jonathan Bauer2014-03-171-0/+3
| | | | gui/mltk needs to install sshd packages if not present
* Fix tmpfiles.d files to use 'd' not 'D' for directoriesSimon Rettberg2014-02-051-1/+1
| | | | | | | 'D' would delete all the contents if it exists, which would pretty much break things if you trigger systemd-tmpfiles in a running system. 'd' just created the directory if it doesn't exist yet.
* <system startup> rework dhcp request: try to get an address (and ↵Simon Rettberg2014-01-131-0/+1
| | | | dns/hostname earlier)
* [sshd] Disallow ssh login for "demo" user as the password is a little easy ↵Simon Rettberg2013-09-301-0/+5
| | | | to guess ;)
* [sshd] don't touch /var/run!Simon Rettberg2013-08-211-1/+0Star
|
* Switch to using /etc/tmpfiles.d for creating files/dirs in /runSimon Rettberg2013-08-201-0/+2
| | | | Also added a sanity check after processing each module, which will abort if anything is placed in /run directly
* KERNEL_VERSION from system.incMichael Neves2013-04-121-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | gitignore and calc_size in fileutil calculates the build size of a module fix generate_target argument parsing add xfs to rootfs-stage31.conf added server sync option -s - Fix sshd module failing to set permissions on sshd config - Add all required packages for openSUSE to xorg module - Softlink sh to bash in rootfs-stage32, as some scripts might fail otherwise Thanks hwinfo but we don't need you anymore Added size log fix list_packet_files exiting loop when a packet wasnt installed remove flag checks, now done in setup_target check if kernel module is already built-in
* fix permission for /etc/ssh/*Jonathan Bauer2013-03-191-1/+3
|
* copy_static_files function now called on each moduleJonathan Bauer2013-03-191-1/+0Star
|
* restructuring...Jonathan Bauer2013-03-1411-0/+159