Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cut out old XML install cruft | kremlin | 2014-07-03 | 3 | -110/+0 |
| | |||||
* | (1) modify gen-gdbus-interfaces.sh to generate nessecary subclasseshostnamed-copyable | kremlin- | 2014-07-02 | 3 | -3961/+788 |
| | | | | | | (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 | ||||
* | (1) updated ispect xml to reflect recent undocumented changes in hostnamed | kremlin- | 2014-07-02 | 3 | -114/+5104 |
| | | | | | (2) implemented skeleton functions for hostnamed, attached to interface which is now (3) exported on DBus properly as a generated GDBusInterfaceSkeleton | ||||
* | 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 ↵ | kremlin | 2014-06-22 | 4 | -122/+122 |
| | | | | | | | | truncating the terminating byte on systems that handle gethostname() poorly | ||||
| * | 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 ↵ | kremlin- | 2014-06-20 | 4 | -78/+76 |
| | | | | 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 ↵ | kremlin- | 2014-06-20 | 3 | -174/+25 |
| | | | | 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 ↵ | kremlin- | 2014-06-20 | 1 | -8/+16 |
| | | | | interface code | ||||
* | 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 ↵ | kremlin- | 2014-06-05 | 2 | -79/+0 |
| | | | | config file to be more secure.. | ||||
* | 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, ↵ | kremlin | 2014-06-03 | 2 | -110/+105 |
| | | | | comments | ||||
* | moved things around to make source readable, added comments, changed init ↵ | kremlin | 2014-06-03 | 1 | -9/+16 |
| | | | | method return type from void -> GError | ||||
* | update makefile and main.c to reflect changes of previous commit, also place ↵ | kremlin | 2014-06-03 | 1 | -1/+1 |
| | | | | tempfile in bin/ as abscence causes git to ignore directory's existence | ||||
* | 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 |
| | | | | switch back to session bus temporarily... | ||||
* | 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 |