Code

Move sdb_get_homedir() from tools/sysdb to utils/os.
[sysdb.git] / src / utils / os.c
2015-01-30 Sebastian HarlMove sdb_get_homedir() from tools/sysdb to utils/os.
2015-01-14 Sebastian Harlos utils: Fixed a typo in the UDP resolver implementation.
2015-01-12 Sebastian Harlos utils: Added sdb_resolve().
2014-12-15 Sebastian HarlMoved sdb_proto_send/sdb_proto_select to sdb_write...
2014-12-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-12-09 Sebastian Harlutils/os: Added sdb_get_current_user().
2014-06-30 Sebastian Harlutils os: Added sdb_remove_all() to recursively remove...
2014-06-30 Sebastian HarlDon't free dirname()'s return value.
2014-06-29 Sebastian Harlutils os: Don't enforce the mode on existing directorie...
2014-06-29 Sebastian Harlutils os: Added sdb_mkdir_all() helper function.