| Commit message (Expand) | Author | Age | Files | Lines |
* | finish remaining hostnamed method handlersmaster | kremlin | 2014-08-16 | 2 | -4/+331 |
* | tighten up polkit-auth, implement in hostnamed.c | kremlin | 2014-08-16 | 1 | -16/+49 |
* | minor, remove test func from hostnamed.c | kremlin | 2014-08-16 | 1 | -2/+0 |
* | add polkit auth object, compile it in makefile, add header to interfaces | kremlin | 2014-08-16 | 1 | -0/+4 |
* | minor, fix tab/spacing issue in hostnamed.c | kremlin | 2014-08-16 | 1 | -2/+2 |
* | 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 | 1 | -2/+3 |
* | 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 | 1 | -48/+48 |
* | minor, add ISC license blurbs to interfaces/foo/foo.h | kremlin | 2014-08-05 | 1 | -0/+16 |
* | minor, add a TODO to hostnamed.c i caught | kremlin | 2014-08-05 | 1 | -0/+4 |
* | (4) move on_name_acquired functionality to on_bus_acquired | kremlin | 2014-08-05 | 1 | -7/+4 |
* | 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 | 1 | -1/+1 |
* | minor, clarify "dbus signal" vs. "unix signal" in comments | kremlin | 2014-07-29 | 1 | -2/+2 |
* | include glib-unix.h in interface files | kremlin | 2014-07-29 | 1 | -0/+1 |
* | remove genfiles from repo, instead generate in makefile | kremlin | 2014-07-23 | 2 | -3530/+0 |
* | 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 | 1 | -16/+11 |
* | 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 |
* | change gen script to use ksh, remove namespace option, regen genfiles | kremlin | 2014-07-22 | 2 | -709/+709 |
* | include gprintf.h in hostnamed.c/localed.c to allow strict compilation | kremlin | 2014-07-15 | 1 | -0/+2 |
* | remove includes in non-gen'd interf files, they're linked properly now | kremlin | 2014-07-15 | 1 | -8/+20 |
* | get rid of non-generated interface headers, we don't need them | kremlin | 2014-07-15 | 1 | -17/+0 |
* | 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 | 1 | -15/+1 |
* | (1) regenerate leaner genfiles, we're not using the object manager functional... | kremlin | 2014-07-08 | 3 | -712/+6 |
* | fix previous commit (forgot to escape newline), regenerate hostnamed with pro... | kremlin | 2014-07-08 | 3 | -909/+909 |
* | (1) modify gen-gdbus-interfaces.sh to generate nessecary subclasseshostnamed-copyable | 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 |
* | replace C++ style comments | kremlin- | 2014-06-27 | 1 | -5/+3 |
* | change buffer size for gethostname() to HOST_NAME_MAX to avoid accidently tru... | kremlin | 2014-06-22 | 1 | -37/+37 |
* | add license ISC license blurbs | kremlin | 2014-06-22 | 2 | -0/+32 |
* | finish migrating old code to work with gdbus-codegen types, cleaned up config... | kremlin- | 2014-06-20 | 1 | -24/+6 |
* | 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 | 2 | -0/+2560 |
* | blow away improperly generated interface types (bad prefix) | kremlin- | 2014-06-20 | 2 | -2560/+0 |
* | add gdbus-codegen files | kremlin | 2014-06-17 | 2 | -0/+2560 |
* | fleshed out config and hostnamed more, structure for other 3 daemons.. | kremlin- | 2014-06-13 | 1 | -6/+40 |
* | furthering hostnamed, begining configuration.. | kremlin- | 2014-06-13 | 1 | -4/+121 |
* | property handling... | kremlin- | 2014-06-10 | 1 | -5/+13 |
* | export proper xml FINALLY.. | kremlin- | 2014-06-10 | 1 | -15/+20 |
* | started work on xml file installation/configuration | kremlin- | 2014-06-08 | 1 | -10/+0 |
* | syncing... | kremlin | 2014-06-08 | 1 | -1/+1 |
* | syncing between computers.. | kremlin- | 2014-06-05 | 1 | -10/+12 |
* | 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 |
* | remove crapfile, rename 'modules' -> 'interfaces' | kremlin | 2014-06-03 | 1 | -0/+197 |