|
|
@1539
|
13 years |
spascoe |
Some bug fixes to auth/authz API.
test_embedded.py now passes (except for …
|
|
|
@1448
|
13 years |
spascoe |
Implemented two hooks in the bbftpd source that allow
python code to be …
|
|
|
@1447
|
13 years |
spascoe |
Bug fix for logging callback.
Logging doesn't work properly because the …
|
|
|
@1444
|
13 years |
spascoe |
BROKEN!
I'm in the middle of implementing a logging callback in the …
|
|
|
@1431
|
13 years |
spascoe |
bbftpd.h should be the first #include so that glibc headers pick up
any …
|
|
|
@1430
|
13 years |
spascoe |
ALL TEST SUCCEED ON EASTERLY.
A bug in my message passing code, due to me …
|
|
|
@1428
|
13 years |
spascoe |
Several more includes missing. Stand alone daemon/client are now built …
|
|
|
@1427
|
13 years |
spascoe |
Removing debug code.
|
|
|
@1426
|
13 years |
spascoe |
Added temporary debug code.
|
|
|
@1406
|
13 years |
spascoe |
I found the CCIN2P3 autoconf macros in src/bbftp-*/includes, therefore …
|
|
|
@1400
|
13 years |
spascoe |
Another missing use of socklen_t.
|
|
|
@1397
|
13 years |
spascoe |
Missing prototypes added.
|
|
|
@1395
|
13 years |
spascoe |
Eliminated all "implicit declaration" warnings from "python setup.py …
|
|
|
@1393
|
13 years |
spascoe |
More missing #includes.
|
|
|
@1392
|
13 years |
spascoe |
More missing #includes exposed when compiling on easterly.
|
|
|
@1391
|
13 years |
spascoe |
All warnings generated by "make -C src" are now fixed.
NOTE: "python …
|
|
|
@1390
|
13 years |
spascoe |
Eliminated many socket related compile time warnings. These
were due to …
|
|
|
@1389
|
13 years |
spascoe |
socklen_t related compiler warnings have been eliminated.
|
|
|
@1369
|
13 years |
spascoe |
Corrections to bbftp.h.in required rerunning autoconf.
|
|
|
@1358
|
13 years |
spascoe |
Overhalled the logging facility, packaging it so that it is
simmilar to …
|
|
|
@1357
|
13 years |
spascoe |
Bug fix.
|
|
|
@1353
|
13 years |
spascoe |
Added a convenient debugging funtion ndg_debug_sleep(). Also
made the …
|
|
|
@1346
|
13 years |
spascoe |
Trivial correction.
|
|
|
@1334
|
13 years |
spascoe |
!NOTE: The previous few commits should have included these files.
|
|
|
@1328
|
13 years |
spascoe |
I've created a bbftpd log facility to replace syslog.
At present it allows …
|
|
|
@1289
|
13 years |
spascoe |
Updated python code to reflect the renaming of the delivery package to …
|
|
|
@1264
|
13 years |
spascoe |
Client-side python API now works on all test cases.
|
|
|
@1259
|
13 years |
spascoe |
Client-side authentication handling is implemented but currently broken. …
|
|
|
@1195
|
14 years |
spascoe |
Defined constants used by bbftp in delivery.server.
|
|
|
@1187
|
14 years |
spascoe |
Auto-generated documentation included for the python-server interface.
…
|
|
|
@1141
|
14 years |
spascoe |
There are various changes here.
The server now calls python for …
|
|
|
@1139
|
14 years |
spascoe |
Renamed some internal functions binding python to the server.
|
|
|
@1117
|
14 years |
spascoe |
The server-side Authz extensions and python bindings have been taken out …
|
|
|
@1104
|
14 years |
spascoe |
Enhanced test cases.
|
|
|
@1100
|
14 years |
spascoe |
Python code on the server will now receive the private string from the …
|
|
|
@1079
|
14 years |
spascoe |
Minor change to server debug output.
|
|
|
@1078
|
14 years |
spascoe |
Implemented higher level auth message passing (the receiver doesn't
need …
|
|
|
@1077
|
14 years |
spascoe |
Implemented full client-server handshake. A version message is now …
|
|
|
@1075
|
14 years |
spascoe |
Python code can read an authorisation message from the client.
Test cases …
|
|
|
@1074
|
14 years |
spascoe |
Implemented setting the username from python during authentication.
|
|
|
@1073
|
14 years |
spascoe |
The embedded bbftpd server now performs a callback to python to check …
|
|
|
@1070
|
14 years |
spascoe |
Slight modifications to bbftpd module and a new test case for testing
the …
|
|
|
@1067
|
14 years |
spascoe |
Moved the python bbftpd extension module source code to it's own file.
|
|
|
@1065
|
14 years |
spascoe |
bbftpd.run() now returns to python in the calling process. This allows …
|
|
|
@1064
|
14 years |
spascoe |
A python module which provides a function to start the daemon can be
built …
|
|
|
@1003
|
14 years |
spascoe |
Logging to syslog has been changed to use LOG_DEBUG. The tests have
been …
|
|
|
@999
|
14 years |
spascoe |
Changed default syslog facility to local0 to improve logging.
|
|
|
@988
|
14 years |
spascoe |
Completed the authorisation API refactoring to add 2 new functions …
|
|
|
@987
|
14 years |
spascoe |
Closer inspection of the bbftp code reveals I'll need to refactor the …
|
|
|
@983
|
14 years |
spascoe |
Added the autorisation hook bbftpd_private_authz. It appears to be called …
|
|
|
@981
|
14 years |
spascoe |
Simple client/server connection test case added.
|
|
|
@975
|
14 years |
spascoe |
Got bbftpd_private_finalise working by setting a SIGTERM signal handler. …
|
|
|
@973
|
14 years |
spascoe |
Added the private authentication API extensions needed to implement
NDG …
|
|
|
@806
|
14 years |
spascoe |
Server and Daemon will now compile and run on glue with the
trivial …
|
|
|
@802
|
14 years |
spascoe |
Added a trivial private authentication function.
WARNING: Untested, almost …
|
|
|
@773
|
14 years |
spascoe |
Initial import of bbftp source
|