|
|
|
@2160
|
[2160]
|
04/13/08 18:10:28 |
wichert |
Make sure all encoding utility methods raise a TypeError? if a value of the … |
|
|
|
@1129
|
[1129]
|
09/30/07 12:05:00 |
wichert |
Tag 1.1 |
|
|
|
@1128
|
[1128]
|
09/30/07 11:57:12 |
wichert |
Add the 'octets' datatype from FreeRADIUS. This is treated just like … |
|
|
|
@1127
|
[1127]
|
09/30/07 11:53:21 |
wichert |
Check against unimplemented datatypes in EncodeData? and DecodeData? instead … |
|
|
|
@1118
|
[1118]
|
09/26/07 22:04:56 |
wichert |
Test raw key containment tests |
|
|
|
@1117
|
[1117]
|
09/26/07 22:03:50 |
wichert |
Add a delitem implementation to Packet. Based on a patch from Alexey V … |
|
|
|
@1116
|
[1116]
|
09/26/07 21:38:05 |
wichert |
Make Packet.has_key and contains gracefully handle unknown attributes. … |
|
|
|
@1086
|
[1086]
|
09/16/07 01:42:16 |
wichert |
Tag 1.0 release |
|
|
|
@1085
|
[1085]
|
09/16/07 01:40:24 |
wichert |
Formatting changes |
|
|
|
@1084
|
[1084]
|
09/16/07 01:38:20 |
wichert |
Copyright updates |
|
|
|
@1083
|
[1083]
|
09/16/07 01:36:17 |
wichert |
Merge NEWS into CHANGES.txt |
|
|
|
@1082
|
[1082]
|
09/16/07 01:29:28 |
wichert |
Standardize the class method mocking |
|
|
|
@1081
|
[1081]
|
09/16/07 01:22:27 |
wichert |
Add proxy tests |
|
|
|
@1080
|
[1080]
|
09/16/07 01:22:14 |
wichert |
MockFd? moved to mock.py |
|
|
|
@1079
|
[1079]
|
09/16/07 01:18:16 |
wichert |
Update class method mocking code to deal correctly with mocking in bass … |
|
|
|
@1078
|
[1078]
|
09/16/07 00:55:15 |
wichert |
Sync proxy handling method API with the auth and acct packet handling … |
|
|
|
@1077
|
[1077]
|
09/16/07 00:31:00 |
wichert |
Remove unneeeded import |
|
|
|
@1076
|
[1076]
|
09/16/07 00:30:24 |
wichert |
100% test coverage for the server |
|
|
|
@1075
|
[1075]
|
09/16/07 00:30:16 |
wichert |
Rename the server-internal error class to ServerPacketError? to prevent … |
|
|
|
@1074
|
[1074]
|
09/16/07 00:15:14 |
wichert |
Remove double statement |
|
|
|
@1073
|
[1073]
|
09/16/07 00:08:16 |
wichert |
The proxy code has its own file now |
|
|
|
@1072
|
[1072]
|
09/16/07 00:02:31 |
wichert |
Fix typo in teardown |
|
|
|
@1071
|
[1071]
|
09/14/07 11:38:04 |
wichert |
Running a-mock |
|
|
|
@1070
|
[1070]
|
09/14/07 10:03:47 |
wichert |
Fix some stupid errors in the proxy code |
|
|
|
@1069
|
[1069]
|
09/14/07 10:00:43 |
wichert |
Use the standard logging module instead of printing to stdout |
|
|
|
@1068
|
[1068]
|
09/14/07 09:36:12 |
wichert |
Test Server.ProcessInput? |
|
|
|
@1067
|
[1067]
|
09/14/07 00:46:34 |
wichert |
Test CreateReply? |
|
|
|
@1066
|
[1066]
|
09/14/07 00:31:34 |
wichert |
More server tests. |
|
|
|
@1065
|
[1065]
|
09/13/07 23:51:17 |
wichert |
We do not want the same default dict instance in all Server instances. |
|
|
|
@1064
|
[1064]
|
09/13/07 23:24:32 |
wichert |
No need for pass here |
|
|
|
@1063
|
[1063]
|
09/13/07 23:06:46 |
wichert |
Split mockers into a separate file |
|
|
|
@1062
|
[1062]
|
09/13/07 23:01:52 |
wichert |
Start of server tests |
|
|
|
@1061
|
[1061]
|
09/13/07 21:16:52 |
wichert |
Full test coverage for the client code and a single bugfix found in the … |
|
|
|
@1060
|
[1060]
|
09/13/07 14:50:08 |
wichert |
More tests |
|
|
|
@1059
|
[1059]
|
09/13/07 13:07:21 |
wichert |
More tests |
|
|
|
@1058
|
[1058]
|
09/13/07 12:56:59 |
wichert |
Stupid typo |
|
|
|
@1057
|
[1057]
|
09/09/07 19:18:54 |
wichert |
Full test coverage for packet.py |
|
|
|
@1056
|
[1056]
|
09/09/07 15:53:22 |
wichert |
That was some mighty wrong indenting |
|
|
|
@1055
|
[1055]
|
09/09/07 15:42:08 |
wichert |
Fix typo |
|
|
|
@1054
|
[1054]
|
09/09/07 15:35:12 |
wichert |
Reuse the packet construction class for auth and acct packets |
|
|
|
@1053
|
[1053]
|
09/09/07 15:25:18 |
wichert |
Test packet decoding |
|
|
|
@1052
|
[1052]
|
09/09/07 14:55:29 |
wichert |
More packet tests |
|
|
|
@1051
|
[1051]
|
09/09/07 14:12:25 |
wichert |
Test against the authenticator in the packet: the authenticator in the … |
|
|
|
@1050
|
[1050]
|
09/09/07 13:50:05 |
wichert |
Why not use booleans |
|
|
|
@1040
|
[1040]
|
09/03/07 01:10:06 |
wichert |
More tests |
|
|
|
@1039
|
[1039]
|
09/03/07 00:40:31 |
wichert |
More tests. Found our second bug so far: setting raw attributes did not … |
|
|
|
@1038
|
[1038]
|
09/02/07 23:57:26 |
wichert |
Use list comprehensions instead of maps |
|
|
|
@1037
|
[1037]
|
09/02/07 23:54:00 |
wichert |
More tests |
|
|
|
@1036
|
[1036]
|
09/02/07 23:19:08 |
wichert |
Start of packet tests |
|
|
|
@1035
|
[1035]
|
09/02/07 23:17:26 |
wichert |
use the proper way to test against None |
|
|
|
@1034
|
[1034]
|
09/02/07 23:15:39 |
wichert |
Fix Packet.CreateReply?: the constructor parameters were slightly … |
|
|
|
@1033
|
[1033]
|
09/02/07 18:56:20 |
wichert |
Note the last change |
|
|
|
@1032
|
[1032]
|
09/02/07 18:55:41 |
wichert |
Use absolute imports instead of relavite ones |
|
|
|
@1031
|
[1031]
|
09/02/07 18:50:49 |
wichert |
Add a changelog |
|
|
|
@1030
|
[1030]
|
09/02/07 18:46:48 |
wichert |
Fix the bidict tests |
|
|
|
@1029
|
[1029]
|
09/02/07 18:45:52 |
wichert |
Add tests for tools.py |
|
|
|
@1028
|
[1028]
|
09/02/07 17:41:19 |
wichert |
Whitespace |
|
|
|
@1027
|
[1027]
|
09/02/07 17:40:42 |
wichert |
Add tests for bidict |
|
|
|
@1026
|
[1026]
|
09/02/07 17:12:48 |
wichert |
Remove some double statements |
|
|
|
@1025
|
[1025]
|
09/02/07 17:10:56 |
wichert |
100% test coverage for dictionary.py |
|
|
|
@1024
|
[1024]
|
09/02/07 17:02:36 |
wichert |
Copyright updates |
|
|
|
@1023
|
[1023]
|
09/02/07 17:01:19 |
wichert |
Improve the datatype test for attributes and drop the unused filename … |
|
|
|
@1022
|
[1022]
|
09/02/07 16:54:09 |
wichert |
Test parsing multiple dictionaries during construction |
|
|
|
@1021
|
[1021]
|
09/02/07 16:51:25 |
wichert |
More vendor attribute testing |
|
|
|
@1020
|
[1020]
|
09/02/07 16:43:24 |
wichert |
Test vendor parsing |
|
|
|
@1019
|
[1019]
|
09/02/07 16:40:28 |
wichert |
Fixes |
|
|
|
@1018
|
[1018]
|
09/02/07 16:39:54 |
wichert |
Test value parsing |
|
|
|
@1017
|
[1017]
|
09/02/07 16:38:10 |
wichert |
Test value parsing |
|
|
|
@1016
|
[1016]
|
09/02/07 16:28:21 |
wichert |
More tests |
|
|
|
@1015
|
[1015]
|
09/02/07 16:20:32 |
wichert |
More tests |
|
|
|
@1014
|
[1014]
|
09/02/07 16:03:31 |
wichert |
Include the line number in the parse error |
|
|
|
@1013
|
[1013]
|
09/02/07 15:57:05 |
wichert |
Silly fixes |
|
|
|
@1012
|
[1012]
|
09/02/07 15:51:55 |
wichert |
Support passing in file-like objects to be parsed. Makes testing a bit … |
|
|
|
@1011
|
[1011]
|
09/02/07 15:30:51 |
wichert |
Use a newer nose release |
|
|
|
@1010
|
[1010]
|
09/01/07 13:04:49 |
wichert |
Only look for tests in the test directory |
|
|
|
@1009
|
[1009]
|
09/01/07 13:00:51 |
wichert |
More test work |
|
|
|
@1008
|
[1008]
|
09/01/07 12:49:34 |
wichert |
Restructure things a bit so we can easily use the test runner |
|
|
|
@1007
|
[1007]
|
09/01/07 12:24:24 |
wichert |
Add some unit test bits |
|
|
|
@1005
|
[1005]
|
08/30/07 10:38:53 |
wichert |
Fixes |
|
|
|
@1004
|
[1004]
|
08/30/07 10:36:54 |
wichert |
Bump version |
|
|
|
@1003
|
[1003]
|
08/30/07 10:36:31 |
wichert |
Eggify |
|
|
|
@377
|
[377]
|
04/25/07 00:28:45 |
wichert |
Put pyrad in place |