New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Servers are freed individually on server exit, so can't be parented off of the client Arran Cudbard-Bell@2015-03-31T23:39:47Z Files modified: * src/main/client.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/c51035b17083e20a5df3d... ====== Allow disabling of tlsv1 Alan T. DeKok@2015-03-31T23:12:05Z Files modified: * src/include/tls-h * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/a9277b02d5b03e9af23b0... ====== Warn on use of expanded EAP types Alan T. DeKok@2015-03-31T22:58:06Z Files modified: * src/modules/rlm_eap/eap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/4f7bb82a4a37d5b45f6ab... ====== Convert expanded EAP to normal EAP Alan T. DeKok@2015-03-31T22:46:10Z Files modified: * src/modules/rlm_eap/eap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/c0fade2883091ada55e90... ====== First stab at supporting Expanded Type EAP packets Only for vendor 0 (IETF). And only for known EAP types. Untested, so it's ifdef'd out. Once it's tested, we can enable it. Alan T. DeKok@2015-03-31T22:46:09Z Files modified: * src/modules/rlm_eap/eap.c * src/modules/rlm_eap/libeap/eap_types.h Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6668c0e119c7e9c5f8a9d... ====== Only call tr_init if trust router is configured And only call "get realm" on the same conditions Alan T. DeKok@2015-03-31T21:17:08Z Files modified: * src/modules/rlm_realm/rlm_realm.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/01167e55b9867dee9d711... ====== Fail safely if there's no trust router Alan T. DeKok@2015-03-31T19:39:34Z Files modified: * src/modules/rlm_realm/trustrouter.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/4c809912aa3248e9af37f... ====== Be a bit more careful about locking files We try to lock it non-blocking. If fail, close the file, re-open it, and try to lock it again. This lets us catch the corner case of the reader re-naming the file after we opened it, locking it, and trying again. Alan T. DeKok@2015-03-31T18:40:17Z Files modified: * src/main/exfile.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7817327f6869c9fa586b5... ====== Unlock file while waiting for the DB Otherwise the server might block forever waiting for our lock to be released Alan T. DeKok@2015-03-31T18:40:16Z Files modified: * scripts/sql/radsqlrelay Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/3f028f8e0a48bb95bf05c... ====== Remove unnecessary comment Alan T. DeKok@2015-03-31T18:40:07Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/2c55705170d5438c5a6d2... ====== Add version strings for TLS 1.1, 1.2 and 1.3 Arran Cudbard-Bell@2015-03-31T18:25:00Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/93076379bf91ba414f210... ====== Re-enable TLS 1.2 by default Arran Cudbard-Bell@2015-03-31T17:25:37Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6fd66f55c865ff2a9186a... ====== Typos Arran Cudbard-Bell@2015-03-31T16:50:12Z Files modified: * src/modules/rlm_eap/libeap/mppe_keys.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/c5c22be8f423e53c79e64... ====== Use SSL_export_keying_material if available. This generates keys using the correct PRF with TLS 1.2 Arran Cudbard-Bell@2015-03-31T16:43:45Z Files modified: * src/modules/rlm_eap/libeap/mppe_keys.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7b709816262a0322672b5... ====== Fix for 3.1.x Alan T. DeKok@2015-03-31T15:55:45Z Files modified: * src/modules/rlm_eap/radeapclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/2e577136b77199ebb72f6... ====== Stop on no next entry Alan T. DeKok@2015-03-31T15:15:22Z Files modified: * src/modules/rlm_sql/rlm_sql.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/08688632abef67e1e8b4b... ====== Fix compilation errors Alan T. DeKok@2015-03-31T15:15:21Z Files modified: * src/modules/rlm_eap/radeapclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/380df4a51f798931e760e... ====== Update for 3.0.8 Alan T. DeKok@2015-03-31T04:52:04Z Files modified: * man/man5/users.5 Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/fe7d87cbe31f3ac8dd9e1... ====== Comments Alan T. DeKok@2015-03-31T04:52:03Z Files modified: * src/main/process.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7f0bc9e8db614c45d96ff... ====== Don't use 2 names for the same thing Alan T. DeKok@2015-03-31T04:52:01Z Files modified: * raddb/mods-available/files Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/bc31066bf7c641cbb8099... ====== radeapclient - fixed EAP-MD5 EAP-MD5 works again now. Nicolas C (via Arran Cudbard-Bell)@2015-03-31T02:27:02Z Files modified: * src/modules/rlm_eap/radeapclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/295e451bcfce7331a1aed... ====== radeapclient - union for eap context Use an union to separate sim and md5 specific members. Nicolas C (via Arran Cudbard-Bell)@2015-03-31T02:26:57Z Files modified: * src/modules/rlm_eap/radeapclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/b098524176ea3727f4dbe... ====== radeapclient - code clean-up Fixes, formatting, and code clean-up. Removed old (now unused) functions: - debug_packet - send_packet - sendrecv_eap Nicolas C (via Arran Cudbard-Bell)@2015-03-31T02:26:51Z Files modified: * src/modules/rlm_eap/radeapclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/8a1a2c1164933eedb20f5... ====== radeapclient - process special attributes Last commit did not build on Travis. Fixed. Added processing of special attributes in input vps (copied from radclient). And some other minor stuff. Nicolas C (via Arran Cudbard-Bell)@2015-03-31T02:26:46Z Files modified: * src/modules/rlm_eap/radeapclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/079698348710a6d6f1f59... ====== radeapclient - parallel mode (now working) This one is larger. (but this was necessary.) The new stuff is now in use, and working! The old "sendrecv_eap" sequential function is no longer called. Instead a main loop handles: starting new transactions and sending packets, receiving and handling responses, checking for timeouts and handling retransmissions. Some minor things needs to be addressed, but I feel this is very close to being mergeable. New option added: "-p <parallel>". I removed option "-i", which has been broken for ages and I think will never be fixed (since we use FreeRADIUS's packet list library, the ID is automatically allocated). Nicolas C (via Arran Cudbard-Bell)@2015-03-31T02:26:41Z Files modified: * src/modules/rlm_eap/radeapclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/e8dcc99feb6577cf09494... ====== radeapclient - receive using packet list Added an event list (not yet used). Added new functions: - rc_finish_transaction - rc_send_transaction_packet - rc_deallocate_id - rc_recv_one_packet (not yet used) Nicolas C (via Arran Cudbard-Bell)@2015-03-31T02:26:36Z Files modified: * src/modules/rlm_eap/radeapclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f5ae37e44513f4ea867f9... ====== radeapclient - preparing packet list use Cleaned-up main. Added a packet list (not yet used) Added new functions: - rc_add_socket - rc_resolve_hostname - rc_send_one_packet (not yet used) These I stole from radclient: - rc_request_types[] array - rc_get_port function - rc_get_code function Nicolas C (via Arran Cudbard-Bell)@2015-03-31T02:26:30Z Files modified: * src/modules/rlm_eap/radeapclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/3d0e53431206b432d3937... ====== radeapclient - now use the transactions Now load the input data and use it to properly initialize transactions. These are then used to do the EAP-SIM workflow. Nicolas C (via Arran Cudbard-Bell)@2015-03-31T02:26:23Z Files modified: * src/modules/rlm_eap/radeapclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/ceb70b60046409e27cb6d... ====== radeapclient - init transactions New functions (not yet used) to initialize transactions, and yank elements from the input list of vps. Nicolas C (via Arran Cudbard-Bell)@2015-03-31T02:26:18Z Files modified: * src/modules/rlm_eap/radeapclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/994f4c2bcb83430bf539b... ====== radeapclient - new structures (input, transactions) New structures added to hold: - input value pairs read from file or stdin. - transactions contexts (similar to radclient's 'rc_request_t'). And new functions (not yet used) to read input vps and load them into a list. Nicolas C (via Arran Cudbard-Bell)@2015-03-31T02:26:13Z Files modified: * src/modules/rlm_eap/radeapclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/3038dbc322998a9e1fb3b... ====== radeapclient - use eap context Make use of the previously defined eap context struct. Nicolas C (via Arran Cudbard-Bell)@2015-03-31T02:26:07Z Files modified: * src/modules/rlm_eap/radeapclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d2c627ec4f472476cdcee... ====== radeapclient - eap context struct Definition of a structure which will hold the EAP context information. This will also make easier to merge with radclient later on. As requested, small commits on purpose. If they are too small please let me know, I will adjust :) Nicolas C (via Arran Cudbard-Bell)@2015-03-31T02:26:01Z Files modified: * src/modules/rlm_eap/radeapclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/88c35c595429429564087... ====== New travis apt plugin config structure Arran Cudbard-Bell@2015-03-31T00:01:13Z Files modified: * .travis.yml Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/92c5685435e5770417111... ====== -- This commit summary was generated @2015-04-01T00:00:03Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).