aboutsummaryrefslogtreecommitdiffstats
path: root/libsbusd.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-09Add macros for control messagesMattias Andrée1-0/+14
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-11-09Add echo controlMattias Andrée3-4/+35
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-11-08Update makefileMattias Andrée1-15/+29
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-11-07Move reuseable code from sbusd to libsbusdMattias Andrée3-58/+103
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-11-06Fix two errors and move reuseable code from sbusd to libsbusdMattias Andrée4-301/+385
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-11-04Remove unused headersMattias Andrée1-2/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-29Change buf sizeMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-24Replace CMSG !/cred/prefix with !/cred/whoamiMattias Andrée3-27/+38
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-24readme: no rpcMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-24Update readmeMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-24readme: remove unneccessarily backslashesMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-24Add contol messages for flood controlMattias Andrée3-1/+102
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-24Use / instead of .Mattias Andrée3-20/+20
This is more like file path and allows inclusion of package names (and file paths too if you want that for some reason) in the routing key.
2017-10-22Update readmeMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-22Fix readmeMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-22Fix typoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-22mMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-22Routing keys cannot include NUL bytesMattias Andrée1-6/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-22Update READMEMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-22Add support for secret messagesMattias Andrée5-10/+151
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-21Update readmeMattias Andrée1-1/+8
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-21mMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-21Add test and fix bugsMattias Andrée4-13/+384
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-21Fix whitespaceMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>