]>
mj.ucw.cz Git - subauth.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Martin Mares [Wed, 6 Sep 2017 21:01:12 +0000 (23:01 +0200)]
Server: Maximum comment size is limited (configurable)
Otherwise, the clients could easily overflow the maximum packet size.
Martin Mares [Wed, 6 Sep 2017 20:58:54 +0000 (22:58 +0200)]
Server: Maximum packet size is now configurable
Martin Mares [Wed, 6 Sep 2017 20:49:27 +0000 (22:49 +0200)]
Server: Fixed handling of exceptions during packet constructions
We fell into two LibUCW traps at once :)
First, fastbuf operations generate proper exceptions only when
the fastbuf is tied to a resource pool of the current transaction
by fb_tie(). Otherwise, they call plain die().
Second, fb-buf did not support bclose(), so it could not have been
tied.
LibUCW 6.5.5 fixes the second problem, so let us tie the fb-buf
properly.
Martin Mares [Wed, 23 Aug 2017 14:13:42 +0000 (16:13 +0200)]
Apache: Bugfix in *.load
Martin Mares [Tue, 22 Aug 2017 11:59:19 +0000 (13:59 +0200)]
Finished man pages and their installation targets
Martin Mares [Mon, 21 Aug 2017 22:19:41 +0000 (00:19 +0200)]
Client: Initial version of the man page
TODO: Installation target
Martin Mares [Fri, 11 Aug 2017 16:35:45 +0000 (18:35 +0200)]
Daemon: Configurable logging
Martin Mares [Fri, 11 Aug 2017 16:20:16 +0000 (18:20 +0200)]
Debian: Depends
Martin Mares [Fri, 11 Aug 2017 16:19:32 +0000 (18:19 +0200)]
Debian: Install default configuration with comments
Martin Mares [Fri, 11 Aug 2017 15:58:22 +0000 (17:58 +0200)]
Debian packaging: init
Martin Mares [Sun, 6 Aug 2017 20:04:25 +0000 (22:04 +0200)]
Server: Set correct permissions for the socket
Martin Mares [Sun, 6 Aug 2017 20:04:19 +0000 (22:04 +0200)]
Apache: Improved logging
Martin Mares [Sun, 6 Aug 2017 20:04:06 +0000 (22:04 +0200)]
Configure: Sometimes require is needed
Martin Mares [Sun, 6 Aug 2017 19:53:52 +0000 (21:53 +0200)]
Apache: An initial attempt at authn module
Martin Mares [Sun, 23 Jul 2017 16:10:25 +0000 (18:10 +0200)]
PAM: Include cleanup
Martin Mares [Sun, 23 Jul 2017 16:09:54 +0000 (18:09 +0200)]
PAM module
Martin Mares [Sun, 23 Jul 2017 14:35:17 +0000 (16:35 +0200)]
Fixed a couple of silly bugs
Martin Mares [Sun, 23 Jul 2017 13:19:17 +0000 (15:19 +0200)]
Finished implementation of temporary tokens
Also replaced stack-based allocation by mempools.
Martin Mares [Sat, 22 Jul 2017 23:03:02 +0000 (01:03 +0200)]
Bits of support of temporary tokens
Martin Mares [Sat, 22 Jul 2017 21:08:52 +0000 (23:08 +0200)]
Server: Do not forget to set umask
Martin Mares [Sat, 22 Jul 2017 20:51:52 +0000 (22:51 +0200)]
A skeleton configuration file
Martin Mares [Wed, 19 Jul 2017 21:41:54 +0000 (23:41 +0200)]
Client mostly complete
Martin Mares [Wed, 19 Jul 2017 19:05:01 +0000 (21:05 +0200)]
Listing of zones
Martin Mares [Wed, 19 Jul 2017 17:01:27 +0000 (19:01 +0200)]
Parts of the client
Martin Mares [Wed, 19 Jul 2017 15:24:23 +0000 (17:24 +0200)]
Admin is root
Martin Mares [Wed, 19 Jul 2017 15:21:00 +0000 (17:21 +0200)]
Real cryptography
Martin Mares [Wed, 19 Jul 2017 13:32:56 +0000 (15:32 +0200)]
More commands
Martin Mares [Wed, 19 Jul 2017 12:02:21 +0000 (14:02 +0200)]
Database of users
Martin Mares [Wed, 19 Jul 2017 10:46:39 +0000 (12:46 +0200)]
We have a command table
Martin Mares [Wed, 19 Jul 2017 10:35:53 +0000 (12:35 +0200)]
Split to directories
Martin Mares [Wed, 19 Jul 2017 10:27:58 +0000 (12:27 +0200)]
Elementary client and passing of JSON back and forth
Martin Mares [Wed, 19 Jul 2017 09:22:03 +0000 (11:22 +0200)]
Initial commit: just playing...