- 10 Nov, 2012 4 commits
-
-
Nigel Kukard authored
Change-Id: I16c72cac68e167147ee1c6af0816b2db7690a200
-
Nigel Kukard authored
Change-Id: If1355ab4e8cc9eec814a10d12da9fc4dee760b9a
-
Nigel Kukard authored
Change-Id: I6a41a0071fef3b82d4a21a650273ebbdd0ba645f
-
Nigel Kukard authored
Change-Id: I3fdc9e784add5a3790f04eaa59a2342d7bdeb7d7
-
- 06 Sep, 2012 1 commit
-
-
Nigel Kukard authored
Change-Id: I02b49df601977294a9e4371ea1b1498ca05a42fc
-
- 30 Jul, 2012 1 commit
-
-
Robert Anderson authored
- Cannot next; outside foreach Change-Id: I367b4b4de9ed8d56a238c60b220657f5b031d2f2 Signed-off-by:
Robert Anderson <randerson@lbsd.net>
-
- 27 Jul, 2012 3 commits
-
-
Nigel Kukard authored
-
Nigel Kukard authored
Change-Id: I0f7e65f085449b05f41403a1648028fe60324bfc
-
Robert Anderson authored
- Store peer type unix/tcp - Check whether peer type is tcp or unix before running certain checks Change-Id: I2c61d3db936aac8093862df487572955d18110fd Signed-off-by:
Robert Anderson <randerson@lbsd.net>
-
- 11 Jul, 2012 1 commit
-
-
Nigel Kukard authored
Change-Id: I0f7e65f085449b05f41403a1648028fe60324bfc
-
- 21 Jun, 2012 1 commit
-
-
Robert Anderson authored
Change-Id: Ia420b2c8911fdbdab7dd79e38b1e5610a7b7d58e Signed-off-by:
Robert Anderson <randerson@lbsd.net>
-
- 08 Jun, 2012 1 commit
-
-
Robert Anderson authored
-
- 01 Jun, 2012 1 commit
-
-
Nigel Kukard authored
-
- 10 May, 2012 2 commits
-
-
Nigel Kukard authored
-
Nigel Kukard authored
-
- 30 Mar, 2012 1 commit
-
-
Nigel Kukard authored
- Thanks Michael Metz
-
- 24 Nov, 2011 1 commit
-
-
- 31 Oct, 2011 4 commits
-
-
-
Nigel Kukard authored
-
Nigel Kukard authored
-
Nigel Kukard authored
-
- 31 Aug, 2011 1 commit
-
-
Nigel Kukard authored
Thanks to Nikolai for spotting it Fix by Robert Anderson <randerson@lbsd.net>
-
- 31 Jul, 2011 2 commits
-
-
Nigel Kukard authored
- Thanks Ben Heilman ref: http://devlabs.linuxassist.net/issues/91
-
Nigel Kukard authored
-
- 07 Jul, 2011 1 commit
-
-
Nigel Kukard authored
-
- 06 May, 2011 3 commits
-
-
Nigel Kukard authored
-
Robert Anderson authored
Return -1 as used in the rest of policyd cleanup instead of carrying on after an error
-
Robert Anderson authored
Replaced old sessionDataSize variable with sessionData->{Size}
-
- 03 May, 2011 1 commit
-
-
Robert Anderson authored
Convert bytes to kbytes on a new request Removed accounting bytes to kbytes conversion as the session value is used Updated UPGRADING file with details on how to modify the database to accommodate the changes to policyd NOTE: This commit will change the behaviour of message size counters used in policyd! The following changes will need to be made to your database: UPDATE quotas_limits, quotas_tracking SET quotas_limits.CounterLimit = ceil(quotas_limits.CounterLimit / 1024), quotas_tracking.Counter = ceil(quotas_tracking.Counter / 1024) WHERE quotas_tracking.QuotasLimitsID = quotas_limits.ID AND quotas_limits.Type = "MessageCumulativeSize"; UPDATE session_tracking SET Size = ceil(Size / 1024);
-
- 26 Mar, 2011 2 commits
-
-
Nigel Kukard authored
-
Sender may be null and shouldn't try to match against email specification
-
- 04 Feb, 2011 1 commit
-
-
Robert Anderson authored
Updated copyright dates for 2011
-
- 19 Jan, 2011 3 commits
-
-
Nigel Kukard authored
-
Nigel Kukard authored
-
Nigel Kukard authored
-
- 13 Jan, 2011 1 commit
-
-
Nigel Kukard authored
If ->log is given additional arguments, the $msg will be used as a format, and all additional arguments will be used as parameters to sprintf()
-
- 11 Jan, 2011 1 commit
-
-
Nigel Kukard authored
Updated awitpt
-
- 31 Dec, 2010 3 commits
-
-
Nigel Kukard authored
Copied license from gnu.org
-
Nigel Kukard authored
We only really need awitpt/awitpt, odd path I know, but yea.
-
Nigel Kukard authored
-