2 changes between 0.2 and 0.8 from a user's perspective
8 -- sfa-plc (server side)
9 -- sfa-client (client-side)
11 -------------------- new names for commands
12 gimport.py -> sfa-import-plc.py
13 plc.py -> sfa-server.py
14 geni-config-tty -> sfa-config-tty
16 -------------------- new names for config files & miscell
18 /etc/geni/configSfi.sh -> /etc/sfa/sfa_config
19 /etc/init.d/geniwrapper -> /etc/init.d/sfa
23 /etc/sfa/aggregates.xml,
24 /etc/sfa/registries.xml
25 are now preserved across rpm updates
29 changes between 0.2 and 0.8 from a devel's perspective
34 first-class objects involved in the server side
36 plc-dependent code has moved to
38 basic identification/authentication objects (up to credentials) have moved to
40 (this also holds in trusted_roots the CA certs of PLC-PLE)
41 code for the methods have remained in
44 init.d instscript is now in
47 config files and utilities are in
49 (should this move under sfa ?)
51 -------------------- deprecated
56 some apparently test-related stuff formerly in cmdline hace moved to tests/client