aboutsummaryrefslogtreecommitdiffstats
path: root/src/interfaces/hostnamed
Commit message (Expand)AuthorAgeFilesLines
* if /etc/myname lacks a trailing domain, do not force the defaultkremlin2014-08-251-1/+1
* add config_[set,get]() in util.c, replace ini-style configkremlin2014-08-251-50/+13
* change polkit-auth.{c,h} to util.{c,h}kremlin2014-08-251-1/+1
* set /etc/myname when setStaticHostname is calledkremlin2014-08-251-1/+13
* add get_bsd_hostname() and has_domain()kremlin2014-08-252-1/+105
* pretty hostname and static hostname no longer sync across each otherkremlin2014-08-211-12/+10
* make SetStaticHostname() call sethostname()kremlin2014-08-211-2/+2
* change polkit action names to match systemd's exactlykremlin2014-08-181-5/+5
* Add XXX and mention /etc/os-release for our_get_os_cpename().Antoine Jacoutot2014-08-171-1/+2
* Get/set info into /etc/machine-info.Antoine Jacoutot2014-08-171-9/+9
* finish remaining hostnamed method handlerskremlin2014-08-162-4/+331
* tighten up polkit-auth, implement in hostnamed.ckremlin2014-08-161-16/+49
* minor, remove test func from hostnamed.ckremlin2014-08-161-2/+0
* add polkit auth object, compile it in makefile, add header to interfaceskremlin2014-08-161-0/+4
* minor, fix tab/spacing issue in hostnamed.ckremlin2014-08-161-2/+2
* polish hostname setter func, fix logic issues with propkremlin2014-08-161-12/+31
* include polkit.h in all interfaces, edit makefile accordinglykremlin2014-08-161-2/+3
* consolidate name setting functionality into set_name()kremlin2014-08-101-44/+32
* add set_names(), complement to icon/chassis setterskremlin2014-08-092-50/+63
* make *name prop. getters operate similarly to otherskremlin2014-08-091-9/+26
* add SetHostname functionalitykremlin2014-08-081-1/+30
* minor, make xen an uncertainty and move a comment that was misplacedkremlin2014-08-081-2/+3
* "SmartDC HVM" comes from illumos-joyent, not Oracle SolarisAntoine Jacoutot2014-08-071-1/+1
* recatagorize QEMU/KVM/etc. to correct baremetal classificationkremlin2014-08-071-6/+7
* add support for vars from uname(3)kremlin2014-08-072-8/+52
* minor, initialize counter to zero. i might be a bit tired.kremlin2014-08-071-0/+1
* minor, add generous fixed buffer for sysctl stringskremlin2014-08-071-2/+8
* minor, init some vars to 0 for safteykremlin2014-08-071-0/+2
* minor, remove extra commakremlin2014-08-071-1/+1
* minor, remove old comments + add KVM to chassis indicator tablekremlin2014-08-071-48/+4
* embellish chassis/icon detection for laptops/servers/VMs/desktopskremlin2014-08-072-25/+141
* revamp icon/chassis determination methodkremlin2014-08-072-36/+100
* add WIP bit of chassis detection for hostnamedkremlin2014-08-062-2/+54
* minor, clean up last commit to compile with strict flagskremlin2014-08-062-5/+7
* add get_[static/dynamic/pretty]hostname functionalitykremlin2014-08-061-5/+33
* minor, retab \t's to four spaceskremlin2014-08-061-48/+48
* minor, add ISC license blurbs to interfaces/foo/foo.hkremlin2014-08-051-0/+16
* minor, add a TODO to hostnamed.c i caughtkremlin2014-08-051-0/+4
* (4) move on_name_acquired functionality to on_bus_acquiredkremlin2014-08-051-7/+4
* see full message -- safe signal/lifetime/glib codekremlin2014-07-292-33/+78
* minor, clarify what "misc functions" are in commentskremlin2014-07-291-1/+1
* minor, clarify "dbus signal" vs. "unix signal" in commentskremlin2014-07-291-2/+2
* include glib-unix.h in interface fileskremlin2014-07-291-0/+1
* remove genfiles from repo, instead generate in makefilekremlin2014-07-232-3530/+0
* hostname1 now returns hostname minus domain infokremlin2014-07-221-4/+10
* clean up hostnamed.c, clear out localed.c for copyingkremlin2014-07-221-16/+11
* tighten up memory management in hostnamed.ckremlin2014-07-221-8/+12
* refactor hostnamed.c to work with namespace genfile changekremlin2014-07-221-27/+25
* change gen script to use ksh, remove namespace option, regen genfileskremlin2014-07-222-709/+709
* include gprintf.h in hostnamed.c/localed.c to allow strict compilationkremlin2014-07-151-0/+2
* remove includes in non-gen'd interf files, they're linked properly nowkremlin2014-07-151-8/+20
* get rid of non-generated interface headers, we don't need themkremlin2014-07-151-17/+0
* set hostnamed's 'hostname' property before exportkremlin2014-07-111-1/+9
* more work on managing four interfaces as separate PIDs, new makefile rules fo...kremlin2014-07-081-15/+1
* (1) regenerate leaner genfiles, we're not using the object manager functional...kremlin2014-07-083-712/+6
* fix previous commit (forgot to escape newline), regenerate hostnamed with pro...kremlin2014-07-083-909/+909
* (1) modify gen-gdbus-interfaces.sh to generate nessecary subclasseskremlin2014-07-023-3961/+788
* (1) updated ispect xml to reflect recent undocumented changes in hostnamedkremlin2014-07-023-114/+5104
* replace C++ style commentskremlin2014-06-271-5/+3
* change buffer size for gethostname() to HOST_NAME_MAX to avoid accidently tru...kremlin2014-06-221-37/+37
* add license ISC license blurbskremlin2014-06-222-0/+32
* finish migrating old code to work with gdbus-codegen types, cleaned up config...kremlin2014-06-201-24/+6
* blow away unnessecary errata whose functionality is covered by code from gene...kremlin2014-06-203-174/+25
* prepare old hostnamed.c code for use through proper generated gdbus interface...kremlin2014-06-201-8/+16
* regenerate interface types, clean up gen scriptkremlin2014-06-202-0/+2560
* blow away improperly generated interface types (bad prefix)kremlin2014-06-202-2560/+0
* add gdbus-codegen fileskremlin2014-06-172-0/+2560
* fleshed out config and hostnamed more, structure for other 3 daemons..kremlin2014-06-131-6/+40
* furthering hostnamed, begining configuration..kremlin2014-06-131-4/+121
* property handling...kremlin2014-06-101-5/+13
* export proper xml FINALLY..kremlin2014-06-101-15/+20
* started work on xml file installation/configurationkremlin2014-06-081-10/+0
* syncing...kremlin2014-06-081-1/+1
* syncing between computers..kremlin2014-06-051-10/+12
* minor info erratakremlin2014-06-051-0/+1
* divorce introspect xml to conf/ file, rm hostnamed.h, update system bus confi...kremlin2014-06-052-79/+0
* syncing working files between computers...kremlin2014-06-051-6/+7
* added scripts to place config files, added a note in source about thatkremlin2014-06-031-1/+1
* minor, reference issuekremlin2014-06-031-2/+5
* syntax cleanup, add whatever .bin.core files are to gitignore..kremlin2014-06-031-50/+53
* divorce XML literal to hostnamed.h, update types to be glib-appropriate, comm...kremlin2014-06-032-110/+105
* moved things around to make source readable, added comments, changed init met...kremlin2014-06-031-9/+16
* remove crapfile, rename 'modules' -> 'interfaces'kremlin2014-06-031-0/+197