Changes In Branch pjhatwal Through [3585f5b63a] Excluding Merge-Ins
This is equivalent to a diff from 2895ef3399 to 3585f5b63a
2017-01-26
| ||
14:02 | added a cmd to update the suid executables with the latest changes check-in: a0d2ad2972 user: pjhatwal tags: pjhatwal | |
2017-01-23
| ||
16:56 | Automated merge of pjhatwal/3585f5b63a/integ into integ-home check-in: 447f505fd0 user: matt tags: integ-home | |
16:30 | validated username before granting access check-in: 3585f5b63a user: pjhatwal tags: pjhatwal | |
2016-12-28
| ||
16:34 | added restrictions check-in: 8f1efb99dc user: pjhatwal tags: pjhatwal | |
2016-07-11
| ||
18:01 | More refactoring check-in: e7ebbf5cb8 user: mrwellan tags: v1.61 | |
12:37 | Create new branch named "pjhatwal" check-in: 370ff61464 user: pjhatwal tags: pjhatwal | |
2016-07-10
| ||
23:57 | More cleanup check-in: 2895ef3399 user: matt tags: v1.61 | |
21:45 | Some clean up after refactor check-in: 8302b2e45a user: matt tags: v1.61 | |
Modified Makefile from [1879ee0391] to [4f41044673].
︙ | |||
216 217 218 219 220 221 222 223 224 225 226 | 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 | + + + + - + | (export BASEPATH=/tmp/$(USER)/basepath ; export PATH="$(PWD)/datashare-testing:$(PATH)" ; xterm &) datashare-testing/spublish : spublish.scm $(OFILES) csc spublish.scm $(OFILES) -o datashare-testing/spublish datashare-testing/sretrieve : sretrieve.scm megatest-version.o margs.o configf.o process.o csc sretrieve.scm megatest-version.o margs.o configf.o process.o -o datashare-testing/sretrieve datashare-testing/sauthorize : sretrieve.scm megatest-version.o margs.o configf.o process.o common.o csc sauthorize.scm megatest-version.o margs.o configf.o process.o common.o -o datashare-testing/sauthorize sretrieve/sretrieve : datashare-testing/sretrieve csc -deploy -deployed sretrieve.scm megatest-version.o margs.o configf.o chicken-install -keep-installed $(PROXY) -deploy -prefix sretrieve defstruct srfi-18 format sql-de-lite \ |
︙ |
Modified datashare-testing/.sretrieve.config from [71cb2ce9dc] to [0866f639ac].
1 2 | 1 2 3 4 5 6 7 8 | - + | [settings] base-dir /tmp/delme_data |
Added sample-sauth-paths.scm version [f487fed4c2].
|
Added sauth-common.scm version [eb9724eec8].