aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix gen-gdbus-interfaces.sh to namespace generated functions by targetted ↵kremlin2014-07-081-0/+3
| | | | DBus interface
* cut out old XML install cruftkremlin2014-07-033-110/+0
|
* (1) modify gen-gdbus-interfaces.sh to generate nessecary subclasseskremlin2014-07-025-3961/+1013
| | | | | | (2) regenerate hostnamed genfiles accordingly (3) add in skeleton functions for handling hostnamed properties. (4) celebrate, as hostnamed.c now serves as a copyable skeleton for the other three
* following last commit, freshen up all ispect xml files with a on an updated ↵kremlin2014-07-023-66/+48
| | | | archlinux box. also format all XML files to follow the same style (spacing/doctypes/etc)
* (1) updated ispect xml to reflect recent undocumented changes in hostnamedkremlin2014-07-026-277/+5174
| | | | | (2) implemented skeleton functions for hostnamed, attached to interface which is now (3) exported on DBus properly as a generated GDBusInterfaceSkeleton
* 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 ↵kremlin2014-06-224-122/+122
| | | | | | | | truncating the terminating byte on systems that handle gethostname() poorly
| * 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 ↵kremlin2014-06-205-81/+83
| | | | config IO/install, cleaned up code all-around to work with strict compiler flags
* blow away unnessecary errata whose functionality is covered by code from ↵kremlin2014-06-204-175/+26
| | | | generated interfaces, clean up code, conform better to GLib, bring in gio-unix-2.0
* prepare old hostnamed.c code for use through proper generated gdbus ↵kremlin2014-06-202-8/+16
| | | | interface code
* 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 ↵kremlin2014-06-073-25/+0
| | | | workarounds
* 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 ↵kremlin2014-06-053-79/+25
| | | | config file to be more secure..
* 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, ↵kremlin2014-06-032-110/+105
| | | | comments
* moved things around to make source readable, added comments, changed init ↵kremlin2014-06-031-9/+16
| | | | method return type from void -> GError
* update makefile and main.c to reflect changes of previous commit, also place ↵kremlin2014-06-034-3/+6
| | | | tempfile in bin/ as abscence causes git to ignore directory's existence
* remove crapfile, rename 'modules' -> 'interfaces'kremlin2014-06-035-0/+0
|
* hostnamed implementation coming along, implements introspectable now. had to ↵kremlin2014-05-303-15/+64
| | | | switch back to session bus temporarily...
* 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 ↵kremlin2014-05-224-2/+8
| | | | port-compatible (bsd.port.mk)
* 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