| Commit message (Expand) | Author | Age | Files | Lines |
* | remove references to deprecated tzfile.h, use previously defined consts | kremlin | 2016-07-15 | 1 | -5/+4 |
* | property cleanups | kremlin | 2014-12-20 | 1 | -14/+23 |
* | change 'rcctl' invocations to /etc/rc.d/foo | kremlin | 2014-12-20 | 1 | -8/+9 |
* | add NTP property code. and timedated is done! (except for undocumented proper... | kremlin | 2014-10-15 | 1 | -5/+12 |
* | complete setNTP method, calls rcctl(8) through system(3) | kremlin | 2014-10-15 | 1 | -1/+73 |
* | clarify RTC/UTC messages/comments | kremlin | 2014-10-15 | 1 | -2/+2 |
* | prevent directory traversal in setTimezone | kremlin | 2014-10-14 | 1 | -2/+9 |
* | complete SetTimezone function | kremlin | 2014-10-14 | 1 | -1/+99 |
* | disable TZ checksumming, fix setTime | kremlin | 2014-10-14 | 2 | -13/+42 |
* | fixed logic/math bugs in set-time, still broken with GNOME tools | kremlin | 2014-09-26 | 1 | -15/+10 |
* | completed timedated's SetTime method | kremlin | 1973-03-03 | 1 | -4/+36 |
* | began general logic for timedated's SetTime method | kremlin | 2014-09-14 | 1 | -5/+73 |
* | add localtime determination system for timezone property | kremlin | 2014-08-26 | 3 | -19/+123 |
* | begin get_timezone(), begin get_timezone_path() util func | kremlin | 2014-08-26 | 2 | -1/+57 |
* | switch params.h with types.h and include time.h in timedated.c | kremlin | 2014-08-26 | 1 | -1/+2 |
* | add get_file_sha256(path) to util.c | kremlin | 2014-08-26 | 1 | -0/+20 |
* | if /etc/myname lacks a trailing domain, do not force the default | kremlin | 2014-08-25 | 1 | -1/+1 |
* | add config_[set,get]() in util.c, replace ini-style config | kremlin | 2014-08-25 | 3 | -50/+98 |
* | fill in timedated skeleton funcs | kremlin | 2014-08-25 | 1 | -25/+92 |
* | fill in localed skeleton funcs | kremlin | 2014-08-25 | 1 | -22/+72 |
* | change polkit-auth.{c,h} to util.{c,h} | kremlin | 2014-08-25 | 6 | -5/+5 |
* | set /etc/myname when setStaticHostname is called | kremlin | 2014-08-25 | 1 | -1/+13 |
* | add get_bsd_hostname() and has_domain() | kremlin | 2014-08-25 | 2 | -1/+105 |
* | pretty hostname and static hostname no longer sync across each other | kremlin | 2014-08-21 | 1 | -12/+10 |
* | make SetStaticHostname() call sethostname() | kremlin | 2014-08-21 | 1 | -2/+2 |
* | change polkit action names to match systemd's exactly | kremlin | 2014-08-18 | 1 | -5/+5 |
* | Add XXX and mention /etc/os-release for our_get_os_cpename(). | Antoine Jacoutot | 2014-08-17 | 1 | -1/+2 |
* | Get/set info into /etc/machine-info. | Antoine Jacoutot | 2014-08-17 | 1 | -9/+9 |
* | finish remaining hostnamed method handlers | kremlin | 2014-08-16 | 2 | -4/+331 |
* | remove unnessecary free in polkit-auth.c | kremlin | 2014-08-16 | 1 | -2/+0 |
* | tighten up polkit-auth, implement in hostnamed.c | kremlin | 2014-08-16 | 3 | -25/+73 |
* | minor, remove test func from hostnamed.c | kremlin | 2014-08-16 | 1 | -2/+0 |
* | complete polkit-auth functionality | kremlin | 2014-08-16 | 2 | -3/+70 |
* | add polkit auth object, compile it in makefile, add header to interfaces | kremlin | 2014-08-16 | 6 | -0/+57 |
* | minor, fix tab/spacing issue in hostnamed.c | kremlin | 2014-08-16 | 1 | -2/+2 |
* | get rid of main.c and references to it, it has been unused for a while now | kremlin | 2014-08-16 | 1 | -31/+0 |
* | polish hostname setter func, fix logic issues with prop | kremlin | 2014-08-16 | 1 | -12/+31 |
* | include polkit.h in all interfaces, edit makefile accordingly | kremlin | 2014-08-16 | 4 | -2/+6 |
* | consolidate name setting functionality into set_name() | kremlin | 2014-08-10 | 1 | -44/+32 |
* | add set_names(), complement to icon/chassis setters | kremlin | 2014-08-09 | 2 | -50/+63 |
* | make *name prop. getters operate similarly to others | kremlin | 2014-08-09 | 1 | -9/+26 |
* | add SetHostname functionality | kremlin | 2014-08-08 | 1 | -1/+30 |
* | minor, make xen an uncertainty and move a comment that was misplaced | kremlin | 2014-08-08 | 1 | -2/+3 |
* | "SmartDC HVM" comes from illumos-joyent, not Oracle Solaris | Antoine Jacoutot | 2014-08-07 | 1 | -1/+1 |
* | recatagorize QEMU/KVM/etc. to correct baremetal classification | kremlin | 2014-08-07 | 1 | -6/+7 |
* | add support for vars from uname(3) | kremlin | 2014-08-07 | 2 | -8/+52 |
* | minor, initialize counter to zero. i might be a bit tired. | kremlin | 2014-08-07 | 1 | -0/+1 |
* | minor, add generous fixed buffer for sysctl strings | kremlin | 2014-08-07 | 1 | -2/+8 |
* | minor, init some vars to 0 for saftey | kremlin | 2014-08-07 | 1 | -0/+2 |
* | minor, remove extra comma | kremlin | 2014-08-07 | 1 | -1/+1 |
* | minor, remove old comments + add KVM to chassis indicator table | kremlin | 2014-08-07 | 1 | -48/+4 |
* | embellish chassis/icon detection for laptops/servers/VMs/desktops | kremlin | 2014-08-07 | 2 | -25/+141 |
* | revamp icon/chassis determination method | kremlin | 2014-08-07 | 2 | -36/+100 |
* | add WIP bit of chassis detection for hostnamed | kremlin | 2014-08-06 | 2 | -2/+54 |
* | minor, clean up last commit to compile with strict flags | kremlin | 2014-08-06 | 2 | -5/+7 |
* | add get_[static/dynamic/pretty]hostname functionality | kremlin | 2014-08-06 | 1 | -5/+33 |
* | minor, retab \t's to four spaces | kremlin | 2014-08-06 | 5 | -127/+127 |
* | minor, s/g_print/g_printf | kremlin | 2014-08-05 | 3 | -3/+3 |
* | minor, add ISC license blurbs to interfaces/foo/foo.h | kremlin | 2014-08-05 | 4 | -3/+67 |
* | minor, add a TODO to hostnamed.c i caught | kremlin | 2014-08-05 | 1 | -0/+4 |
* | (8) [final] modify main() to call correct clean sequence | kremlin | 2014-08-05 | 3 | -3/+19 |
* | (7) add set_signal_handlers() to bind functions during init | kremlin | 2014-08-05 | 3 | -0/+24 |
* | (6) add handler for unix termination signals | kremlin | 2014-08-05 | 3 | -0/+27 |
* | (5) fix foo_mem_clean() functions to avoid race cond. | kremlin | 2014-08-05 | 3 | -6/+24 |
* | (4) move on_name_acquired functionality to on_bus_acquired | kremlin | 2014-08-05 | 4 | -50/+74 |
* | (3) add needed GLib headers, move loop and bus descr out of main into global | kremlin | 2014-07-29 | 3 | -9/+18 |
* | (2) move on_name_lost() callback to appropriate commend-bounded region | kremlin | 2014-07-29 | 3 | -27/+27 |
* | (1) add <interface>.h and #include it in corresponding .c | kremlin | 2014-07-29 | 6 | -0/+6 |
* | see full message -- safe signal/lifetime/glib code | kremlin | 2014-07-29 | 2 | -33/+78 |
* | minor, clarify what "misc functions" are in comments | kremlin | 2014-07-29 | 4 | -4/+4 |
* | minor, clarify "dbus signal" vs. "unix signal" in comments | kremlin | 2014-07-29 | 4 | -8/+8 |
* | include glib-unix.h in interface files | kremlin | 2014-07-29 | 4 | -0/+4 |
* | remove genfiles from repo, instead generate in makefile | kremlin | 2014-07-23 | 8 | -21486/+0 |
* | copy and regex localed, timedated, and logind from hostnamed | kremlin | 2014-07-22 | 3 | -0/+347 |
* | hostname1 now returns hostname minus domain info | kremlin | 2014-07-22 | 1 | -4/+10 |
* | clean up hostnamed.c, clear out localed.c for copying | kremlin | 2014-07-22 | 2 | -154/+11 |
* | empty main.c | kremlin | 2014-07-22 | 1 | -27/+1 |
* | cut out config.c & config.h, they are unnessecary | kremlin | 2014-07-22 | 2 | -101/+0 |
* | tighten up memory management in hostnamed.c | kremlin | 2014-07-22 | 1 | -8/+12 |
* | refactor hostnamed.c to work with namespace genfile change | kremlin | 2014-07-22 | 1 | -27/+25 |
* | cut comments in main.c, prepare it to be removed | kremlin | 2014-07-22 | 1 | -13/+3 |
* | change gen script to use ksh, remove namespace option, regen genfiles | kremlin | 2014-07-22 | 8 | -4270/+4270 |
* | include gprintf.h in hostnamed.c/localed.c to allow strict compilation | kremlin | 2014-07-15 | 2 | -0/+4 |
* | cut out unnessecary #include's in main.c, prepare to deprecate | kremlin | 2014-07-15 | 1 | -5/+0 |
* | remove includes in non-gen'd interf files, they're linked properly now | kremlin | 2014-07-15 | 4 | -61/+48 |
* | untouched genfiles now work with linking system, revert localed-gen.c | kremlin | 2014-07-15 | 1 | -0/+133 |
* | get rid of non-generated interface headers, we don't need them | kremlin | 2014-07-15 | 4 | -66/+0 |
* | get rid of ifdef maze in main.c, the binaries will be compiled sep. | kremlin | 2014-07-15 | 1 | -32/+17 |
* | set hostnamed's 'hostname' property before export | kremlin | 2014-07-11 | 1 | -1/+9 |
* | more work on managing four interfaces as separate PIDs, new makefile rules fo... | kremlin | 2014-07-08 | 3 | -30/+44 |
* | (1) regenerate leaner genfiles, we're not using the object manager functional... | kremlin | 2014-07-08 | 12 | -2964/+195 |
* | regenerate proper namespaced code for other 3 interfaces, fix their includes ... | kremlin | 2014-07-08 | 6 | -3769/+6303 |
* | fix previous commit (forgot to escape newline), regenerate hostnamed with pro... | kremlin | 2014-07-08 | 3 | -909/+909 |
* | cut out old XML install cruft | kremlin | 2014-07-03 | 3 | -110/+0 |
* | (1) modify gen-gdbus-interfaces.sh to generate nessecary subclasses | kremlin | 2014-07-02 | 3 | -3961/+788 |
* | (1) updated ispect xml to reflect recent undocumented changes in hostnamed | kremlin | 2014-07-02 | 3 | -114/+5104 |
* | retab | kremlin | 2014-06-27 | 2 | -17/+17 |
* | replace C++ style comments | kremlin | 2014-06-27 | 3 | -8/+6 |
* | cut out install code that should be handled in makefile | kremlin | 2014-06-27 | 4 | -91/+33 |
* | clean up config.c | kremlin | 2014-06-26 | 1 | -63/+67 |
* | drop persistent file handlers, use rc.d 'reload' instead | kremlin | 2014-06-26 | 1 | -30/+13 |
* | more work on xml configuration setting.. | kremlin | 2014-06-26 | 2 | -69/+88 |
* | minor, fix system call logic | kremlin | 2014-06-26 | 1 | -1/+1 |
* | see previous commit, forgot 'git add'.. | kremlin | 2014-06-26 | 2 | -5/+8 |
* | fix up merge conflicts to compile on strict settings | kremlin | 2014-06-26 | 1 | -4/+4 |
* | fixing merge conflicts | kremlin | 2014-06-26 | 2 | -15/+87 |
* | merge license, hostname buffer changes from master branch | kremlin | 2014-06-26 | 11 | -195/+301 |
|\ |
|
| * | change buffer size for gethostname() to HOST_NAME_MAX to avoid accidently tru... | kremlin | 2014-06-22 | 4 | -122/+122 |
| * | add license ISC license blurbs | kremlin | 2014-06-22 | 11 | -0/+176 |
* | | goodnight | kremlin | 2014-06-20 | 2 | -8/+101 |
* | | exit func for config, close()s and free()s | kremlin | 2014-06-20 | 1 | -2/+14 |
|/ |
|
* | finish migrating old code to work with gdbus-codegen types, cleaned up config... | kremlin | 2014-06-20 | 4 | -78/+76 |
* | blow away unnessecary errata whose functionality is covered by code from gene... | kremlin | 2014-06-20 | 3 | -174/+25 |
* | prepare old hostnamed.c code for use through proper generated gdbus interface... | kremlin | 2014-06-20 | 1 | -8/+16 |
* | regenerate interface types, clean up gen script | kremlin | 2014-06-20 | 8 | -0/+20100 |
* | blow away improperly generated interface types (bad prefix) | kremlin | 2014-06-20 | 8 | -20100/+0 |
* | add gdbus-codegen files | kremlin | 2014-06-17 | 11 | -3/+20100 |
* | fleshed out config and hostnamed more, structure for other 3 daemons.. | kremlin | 2014-06-13 | 3 | -13/+124 |
* | furthering hostnamed, begining configuration.. | kremlin | 2014-06-13 | 3 | -6/+142 |
* | property handling... | kremlin | 2014-06-10 | 1 | -5/+13 |
* | export proper xml FINALLY.. | kremlin | 2014-06-10 | 3 | -21/+25 |
* | cut out literals | kremlin | 2014-06-10 | 1 | -55/+1 |
* | blow away xmldefs, will read from file and checksum isntead... | kremlin | 2014-06-10 | 1 | -446/+0 |
* | started work on xml file installation/configuration | kremlin | 2014-06-08 | 4 | -59/+532 |
* | syncing... | kremlin | 2014-06-08 | 2 | -1/+52 |
* | syncing between computers.. | kremlin | 2014-06-05 | 2 | -11/+17 |
* | minor info errata | kremlin | 2014-06-05 | 1 | -0/+1 |
* | divorce introspect xml to conf/ file, rm hostnamed.h, update system bus confi... | kremlin | 2014-06-05 | 2 | -79/+0 |
* | syncing working files between computers... | kremlin | 2014-06-05 | 1 | -6/+7 |
* | added scripts to place config files, added a note in source about that | kremlin | 2014-06-03 | 1 | -1/+1 |
* | minor, reference issue | kremlin | 2014-06-03 | 1 | -2/+5 |
* | syntax cleanup, add whatever .bin.core files are to gitignore.. | kremlin | 2014-06-03 | 1 | -50/+53 |
* | divorce XML literal to hostnamed.h, update types to be glib-appropriate, comm... | kremlin | 2014-06-03 | 2 | -110/+105 |
* | moved things around to make source readable, added comments, changed init met... | kremlin | 2014-06-03 | 1 | -9/+16 |
* | update makefile and main.c to reflect changes of previous commit, also place ... | kremlin | 2014-06-03 | 1 | -1/+1 |
* | remove crapfile, rename 'modules' -> 'interfaces' | kremlin | 2014-06-03 | 4 | -0/+0 |
* | hostnamed implementation coming along, implements introspectable now. had to ... | kremlin | 2014-05-30 | 2 | -15/+64 |
* | session bus -> system bus (hostnamed) | kremlin | 2014-05-30 | 1 | -1/+1 |
* | get OUT | kremlin | 2014-05-30 | 2 | -0/+0 |
* | get hostnamed to show up on session bus, incomplete | kremlin | 2014-05-30 | 4 | -7/+121 |
* | begin hostnamed, clean up | kremlin | 2014-05-28 | 4 | -10/+37 |
* | set aside -ports makefile for now, we'll deal with it later. begin hostnamed | kremlin | 2014-05-28 | 2 | -0/+7 |
* | delete gnu makefile, revamp bsd makefile | kremlin | 2014-05-22 | 1 | -0/+7 |
* | moved src/*d -> src/modules/ | kremlin | 2014-05-22 | 4 | -0/+0 |
* | move 4 utils into more-specific src/modules/, update README, docs | kremlin | 2014-05-20 | 4 | -0/+4 |