History log of /haiku/src/add-ons/network_settings/sshd/Jamfile
Revision Date Author Comments
# 8028ede7 15-Jan-2016 Rene Gollent <rene@gollent.com>

Build: Add architecture rule for libshared.a.

- As suggested by Ingo, add libshared.a to the architecture name map.
This allows it to be linked by its short name like other frequently
used libraries.
- Adjust all Jamfiles referencing the lib accordingly.


# 60572cc8 08-Nov-2015 Adrien Destugues <pulkomandy@pulkomandy.tk>

Add a MIME type to network_settings add-ons

* This is required for localization to work.


# ee834bb8 18-Mar-2015 Axel Dörfler <axeld@pinc-software.de>

Network: moved commonly used classes into app.

* This way all add-ons share the same code, and also the same
translations.


# d95c5011 16-Mar-2015 Axel Dörfler <axeld@pinc-software.de>

Network: SSH list item now indicates a running server.

* This will be moved into the network preferences, so that it can be
used from other add-ons, as well.


# 3c8ac782 12-Mar-2015 Axel Dörfler <axeld@pinc-software.de>

Network/SSHService: Moved base ServiceView into its own file.

* SSHServiceView now subclasses it for SSH specific functionality.


# 8af390ca 11-Mar-2015 Axel Dörfler <axeld@pinc-software.de>

Network: SSH service add-on now creates sshd user.

* If it does not exist yet, the sshd user is created upon enabling
the service.
* Also, it now uses kMsgIsServiceRunning to determine the current
label/function of the enable/disable button.


# bafce3df 10-Mar-2015 Axel Dörfler <axeld@pinc-software.de>

Network: first steps to an SSH service add-on.


# ee834bb870869ca58fa6ba3f057bc9bd44b2fdf9 18-Mar-2015 Axel Dörfler <axeld@pinc-software.de>

Network: moved commonly used classes into app.

* This way all add-ons share the same code, and also the same
translations.


# d95c5011bdb8ec17f1591aec72abee30e0157ebc 16-Mar-2015 Axel Dörfler <axeld@pinc-software.de>

Network: SSH list item now indicates a running server.

* This will be moved into the network preferences, so that it can be
used from other add-ons, as well.


# 3c8ac782d5f7d829d3410cafe19bc542f0f5973e 12-Mar-2015 Axel Dörfler <axeld@pinc-software.de>

Network/SSHService: Moved base ServiceView into its own file.

* SSHServiceView now subclasses it for SSH specific functionality.


# 8af390cab2b4d94902c3a95a9940a6082411586f 11-Mar-2015 Axel Dörfler <axeld@pinc-software.de>

Network: SSH service add-on now creates sshd user.

* If it does not exist yet, the sshd user is created upon enabling
the service.
* Also, it now uses kMsgIsServiceRunning to determine the current
label/function of the enable/disable button.


# bafce3df67de1b1124cb4353b22868a52041c02a 10-Mar-2015 Axel Dörfler <axeld@pinc-software.de>

Network: first steps to an SSH service add-on.