aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add new method handlers/properties for new location & deployment elementsHEADdevelkremlin2016-07-157-3/+252
* remove references to deprecated tzfile.h, use previously defined constskremlin2016-07-151-5/+4
* property cleanupskremlin2014-12-201-14/+23
* change 'rcctl' invocations to /etc/rc.d/fookremlin2014-12-201-8/+9
* add NTP property code. and timedated is done! (except for undocumented proper...kremlin2014-10-151-5/+12
* complete setNTP method, calls rcctl(8) through system(3)kremlin2014-10-151-1/+73
* clarify RTC/UTC messages/commentskremlin2014-10-151-2/+2
* prevent directory traversal in setTimezonekremlin2014-10-141-2/+9
* complete SetTimezone functionkremlin2014-10-141-1/+99
* disable TZ checksumming, fix setTimekremlin2014-10-142-13/+42
* fixed logic/math bugs in set-time, still broken with GNOME toolskremlin2014-09-261-15/+10
* completed timedated's SetTime methodkremlin1973-03-031-4/+36
* began general logic for timedated's SetTime methodkremlin2014-09-141-5/+73
* Spelling.Antoine Jacoutot2014-09-031-2/+1
* properly credit frogskremlin2014-09-031-4/+4
* continue documentingkremlin2014-08-291-2/+49
* start manpagekremlin2014-08-281-0/+11
* add localtime determination system for timezone propertykremlin2014-08-263-19/+123
* Merge branch 'devel' of git://uglyman.kremlin.cc/git/systembsd into develkremlin2014-08-261-1/+0
|\
| * Unbreak installation.Antoine Jacoutot2014-08-251-1/+0
* | begin get_timezone(), begin get_timezone_path() util funckremlin2014-08-262-1/+57
* | switch params.h with types.h and include time.h in timedated.ckremlin2014-08-261-1/+2
* | add get_file_sha256(path) to util.ckremlin2014-08-261-0/+20
|/
* get rid of pesky, gdm-breaking logind service file...kremlin2014-08-251-4/+0
* 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-254-53/+98
* fill in timedated skeleton funcskremlin2014-08-251-25/+92
* fill in localed skeleton funcskremlin2014-08-251-22/+72
* change polkit-auth.{c,h} to util.{c,h}kremlin2014-08-257-6/+6
* set /etc/myname when setStaticHostname is calledkremlin2014-08-251-1/+13
* add get_bsd_hostname() and has_domain()kremlin2014-08-252-1/+105
* fix url to gitweb repoLandry Breuil2014-08-234-4/+4
* pretty hostname and static hostname no longer sync across each otherkremlin2014-08-211-12/+10
* make SetStaticHostname() call sethostname()kremlin2014-08-211-2/+2
* Install under libexec/systemd to match upstream (lib/systemd).gsoc-finalAntoine Jacoutot2014-08-181-1/+1
* Add DEPLOYMENT and LOCATION to machine-info.Antoine Jacoutot2014-08-181-0/+2
* change polkit action names to match systemd's exactlykremlin2014-08-184-16/+16
* s/Names=/Name=/g in .service.in fileskremlin2014-08-184-4/+4
* Add XXX and mention /etc/os-release for our_get_os_cpename().Antoine Jacoutot2014-08-171-1/+2
* Add /etc/machine-info.Antoine Jacoutot2014-08-172-0/+7
* Get/set info into /etc/machine-info.Antoine Jacoutot2014-08-173-15/+9
* Unbreak install target.Antoine Jacoutot2014-08-161-4/+5
* finish remaining hostnamed method handlerskremlin2014-08-162-4/+331
* remove unnessecary free in polkit-auth.ckremlin2014-08-161-2/+0
* tighten up polkit-auth, implement in hostnamed.ckremlin2014-08-163-25/+73
* minor, remove test func from hostnamed.ckremlin2014-08-161-2/+0
* complete polkit-auth functionalitykremlin2014-08-162-3/+70
* add polkit auth object, compile it in makefile, add header to interfaceskremlin2014-08-167-5/+65
* minor, fix tab/spacing issue in hostnamed.ckremlin2014-08-161-2/+2
* get rid of main.c and references to it, it has been unused for a while nowkremlin2014-08-162-32/+0
* add polkit XML policies, include them in install targetkremlin2014-08-165-0/+144
* minor, change CFLAGS operator to '=' over '+='kremlin2014-08-161-1/+1
* Merge branch 'devel' of git://uglyman.kremlin.cc/git/systemd-utl into develkremlin2014-08-165-57/+74
|\
| * drop conf.Antoine Jacoutot2014-08-164-16/+0
| * conf -> service-filesAntoine Jacoutot2014-08-164-0/+16
| * Revamp the Makefile.Antoine Jacoutot2014-08-165-57/+74
* | polish hostname setter func, fix logic issues with propkremlin2014-08-161-12/+31
|/
* include polkit.h in all interfaces, edit makefile accordinglykremlin2014-08-165-4/+8
* consolidate name setting functionality into set_name()kremlin2014-08-101-44/+32
* revert hostnamed-dbus.conf to allow normal users to call methodskremlin2014-08-091-4/+0
* 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
* add deny clause in hostnamed sysbus policykremlin2014-08-081-0/+4
* 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, update TODOkremlin2014-08-071-0/+1
* 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-065-127/+127
* minor, s/g_print/g_printfkremlin2014-08-053-3/+3
* minor, add ISC license blurbs to interfaces/foo/foo.hkremlin2014-08-054-3/+67
* minor, add a TODO to hostnamed.c i caughtkremlin2014-08-052-1/+5
* (8) [final] modify main() to call correct clean sequencekremlin2014-08-053-3/+19
* (7) add set_signal_handlers() to bind functions during initkremlin2014-08-053-0/+24
* (6) add handler for unix termination signalskremlin2014-08-053-0/+27
* (5) fix foo_mem_clean() functions to avoid race cond.kremlin2014-08-053-6/+24
* (4) move on_name_acquired functionality to on_bus_acquiredkremlin2014-08-054-50/+74
* (3) add needed GLib headers, move loop and bus descr out of main into globalkremlin2014-07-293-9/+18
* (2) move on_name_lost() callback to appropriate commend-bounded regionkremlin2014-07-293-27/+27
* (1) add <interface>.h and #include it in corresponding .ckremlin2014-07-296-0/+6
* see full message -- safe signal/lifetime/glib codekremlin2014-07-292-33/+78
* minor, clarify what "misc functions" are in commentskremlin2014-07-294-4/+4
* minor, clarify "dbus signal" vs. "unix signal" in commentskremlin2014-07-294-8/+8
* include glib-unix.h in interface fileskremlin2014-07-294-0/+4
* minor, add tmpfile to preserve now-empty bin dirskremlin2014-07-231-0/+1
* update TODOkremlin2014-07-231-0/+1
* update TODOkremlin2014-07-231-0/+2
* minor, add genfiles to gitignorekremlin2014-07-231-0/+1
* update service files to run with root permissionskremlin2014-07-234-1/+5
* modify makefile and script to work with previous commitkremlin2014-07-232-6/+14
* organize configs in conf/ into new subdirectorieskremlin2014-07-2312-0/+0
* remove genfiles from repo, instead generate in makefilekremlin2014-07-239-21491/+13
* refactor makefile with env variableskremlin2014-07-231-29/+39
* edit TODOkremlin2014-07-231-0/+1
* update gitignore to include all binarieskremlin2014-07-231-1/+2
* get rid of objects in repositorykremlin2014-07-238-0/+0
* (minor) update binarieskremlin2014-07-223-0/+0
* copy and regex localed, timedated, and logind from hostnamedkremlin2014-07-223-0/+347
* cut out cruft in dbus confskremlin2014-07-224-97/+4
* add DBus service files, change Makefile to install themkremlin2014-07-225-7/+17
* (minor) update binarieskremlin2014-07-224-0/+0
* conf file will now be used to set intranslatable propertieskremlin2014-07-221-1/+0
* update TODOkremlin2014-07-221-2/+1
* hostname1 now returns hostname minus domain infokremlin2014-07-221-4/+10
* clean up hostnamed.c, clear out localed.c for copyingkremlin2014-07-222-154/+11
* empty main.ckremlin2014-07-221-27/+1
* (minor) update object binarieskremlin2014-07-224-0/+0
* cut out config.c & config.h, they are unnessecarykremlin2014-07-222-101/+0
* tighten up memory management in hostnamed.ckremlin2014-07-221-8/+12
* refactor hostnamed.c to work with namespace genfile changekremlin2014-07-222-27/+25
* cut comments in main.c, prepare it to be removedkremlin2014-07-221-13/+3
* change gen script to use ksh, remove namespace option, regen genfileskremlin2014-07-229-4282/+4283
* minor, update binarieskremlin2014-07-158-0/+0
* include gprintf.h in hostnamed.c/localed.c to allow strict compilationkremlin2014-07-152-0/+4
* revamp makefile, build and link objects instead of #include'ing themkremlin2014-07-151-17/+38
* cut out unnessecary #include's in main.c, prepare to deprecatekremlin2014-07-151-5/+0
* minor, bring in standalone daemon executableskremlin2014-07-154-0/+0
* minor, update objects from genfilekremlin2014-07-154-0/+0
* remove includes in non-gen'd interf files, they're linked properly nowkremlin2014-07-154-61/+48
* untouched genfiles now work with linking system, revert localed-gen.ckremlin2014-07-151-0/+133
* get rid of non-generated interface headers, we don't need themkremlin2014-07-154-66/+0
* bring in genfile objects, remove git filler in binkremlin2014-07-155-1/+0
* add bin/obj directory & populate w/ tmpfile; mod gitignore accordinglykremlin2014-07-152-2/+1
* get rid of ifdef maze in main.c, the binaries will be compiled sep.kremlin2014-07-151-32/+17
* set hostnamed's 'hostname' property before exportkremlin2014-07-112-2/+10
* more work on managing four interfaces as separate PIDs, new makefile rules fo...kremlin2014-07-086-31/+60
* (1) regenerate leaner genfiles, we're not using the object manager functional...kremlin2014-07-0813-2965/+195
* "build-proper renamed" to "publish" in makefilekremlin2014-07-081-1/+1
* regenerate proper namespaced code for other 3 interfaces, fix their includes ...kremlin2014-07-088-3856/+6426
* fix previous commit (forgot to escape newline), regenerate hostnamed with pro...kremlin2014-07-084-910/+910
* fix gen-gdbus-interfaces.sh to namespace generated functions by targetted DBu...kremlin2014-07-081-0/+3
* cut out old XML install cruftkremlin2014-07-033-110/+0
* (1) modify gen-gdbus-interfaces.sh to generate nessecary subclasseskremlin2014-07-025-3961/+1013
* following last commit, freshen up all ispect xml files with a on an updated ...kremlin2014-07-023-66/+48
* (1) updated ispect xml to reflect recent undocumented changes in hostnamedkremlin2014-07-026-277/+5174
* minor forgot to wrap email in <>'s in txtskremlin2014-06-301-1/+1
* retabkremlin2014-06-272-17/+17
* replace C++ style commentskremlin2014-06-273-8/+6
* remove -pedantic, screw thatkremlin2014-06-271-1/+1
* bring in skeleton conf, add to makefile install targetkremlin2014-06-272-0/+6
* cut out install code that should be handled in makefilekremlin2014-06-274-91/+33
* clean up makefile, add -std=c89 and -pedantic to build-proper flagskremlin2014-06-271-4/+14
* clean up config.ckremlin2014-06-261-63/+67
* drop persistent file handlers, use rc.d 'reload' insteadkremlin2014-06-261-30/+13
* more work on xml configuration setting..kremlin2014-06-262-69/+88
* minor, fix system call logickremlin2014-06-261-1/+1
* see previous commit, forgot 'git add'..kremlin2014-06-263-6/+9
* fix up merge conflicts to compile on strict settingskremlin2014-06-261-4/+4
* fixing merge conflictskremlin2014-06-262-15/+87
* merge license, hostname buffer changes from master branchkremlin2014-06-2612-196/+316
|\
| * change buffer size for gethostname() to HOST_NAME_MAX to avoid accidently tru...kremlin2014-06-224-122/+122
| * shebang /bin/sh instead of bash for gdbus interface generator scriptkremlin2014-06-221-1/+1
| * add license ISC license blurbskremlin2014-06-2212-0/+190
* | goodnightkremlin2014-06-203-8/+102
* | exit func for config, close()s and free()skremlin2014-06-201-2/+14
|/
* finish migrating old code to work with gdbus-codegen types, cleaned up config...kremlin2014-06-205-81/+83
* blow away unnessecary errata whose functionality is covered by code from gene...kremlin2014-06-204-175/+26
* prepare old hostnamed.c code for use through proper generated gdbus interface...kremlin2014-06-202-8/+16
* regenerate interface types, clean up gen scriptkremlin2014-06-2013-1/+21708
* blow away improperly generated interface types (bad prefix)kremlin2014-06-208-20100/+0
* add script for generating interface types (gdbus-codegen)kremlin2014-06-201-0/+16
* add gdbus-codegen fileskremlin2014-06-1715-3/+21703
* fleshed out config and hostnamed more, structure for other 3 daemons..kremlin2014-06-133-13/+124
* furthering hostnamed, begining configuration..kremlin2014-06-133-6/+142
* property handling...kremlin2014-06-101-5/+13
* export proper xml FINALLY..kremlin2014-06-103-21/+25
* cut out literalskremlin2014-06-101-55/+1
* bring in new configskremlin2014-06-108-37/+577
* blow away xmldefs, will read from file and checksum isntead...kremlin2014-06-101-446/+0
* started work on xml file installation/configurationkremlin2014-06-084-59/+532
* syncing...kremlin2014-06-082-1/+52
* XML configs will be either compiled in (default) or installed (flagged), rm w...kremlin2014-06-073-25/+0
* syncing between computers..kremlin2014-06-052-11/+17
* minor info erratakremlin2014-06-053-2/+2
* divorce introspect xml to conf/ file, rm hostnamed.h, update system bus confi...kremlin2014-06-053-79/+25
* syncing working files between computers...kremlin2014-06-052-6/+25
* added scripts to place config files, added a note in source about thatkremlin2014-06-034-1/+26
* minor, reference issuekremlin2014-06-031-2/+5
* syntax cleanup, add whatever .bin.core files are to gitignore..kremlin2014-06-032-50/+54
* 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
* update makefile and main.c to reflect changes of previous commit, also place ...kremlin2014-06-034-3/+6
* remove crapfile, rename 'modules' -> 'interfaces'kremlin2014-06-035-0/+0
* hostnamed implementation coming along, implements introspectable now. had to ...kremlin2014-05-303-15/+64
* clean up. we dont need those files rnkremlin2014-05-306-67/+0
* session bus -> system bus (hostnamed)kremlin2014-05-301-1/+1
* get OUTkremlin2014-05-304-1/+2
* minor, more gitignore matching...kremlin2014-05-301-3/+6
* fix gitignore, removing vim tmpfiles...kremlin2014-05-301-0/+4
* get hostnamed to show up on session bus, incompletekremlin2014-05-304-7/+121
* begin hostnamed, clean upkremlin2014-05-285-12/+39
* add gitignore, remove binaries...kremlin2014-05-282-0/+1
* set aside -ports makefile for now, we'll deal with it later. begin hostnamedkremlin2014-05-285-54/+72
* working with makefiles...kremlin2014-05-222-8/+8
* edit Makefile, add temp configure script, working on Makefile being port-comp...kremlin2014-05-224-2/+8
* change catagory to kremlinware/testkremlin2014-05-221-2/+3
* delete gnu makefile, revamp bsd makefilekremlin2014-05-223-138/+59
* moved src/*d -> src/modules/kremlin2014-05-224-0/+0
* added devel and release branches, deleted tempfilekremlin2014-05-201-0/+0
* (g)makefile, structuring filesystemkremlin2014-05-204-4/+15
* move 4 utils into more-specific src/modules/, update README, docskremlin2014-05-2010-7/+16
* add INSTALL, README.tmp and TODO, start openbsd-specific makefilekremlin2014-05-205-0/+162
* initialkremlin2014-04-275-0/+19