]> www.infradead.org Git - users/dhowells/kafs-utils.git/shortlog
users/dhowells/kafs-utils.git
2014-04-16 David Howellsrxgen: Implement the transmission side of split-mode...
2014-04-16 David Howellsrxgen: Use PyErr_NoMemory() rather than PyExc_MemoryError
2014-04-15 David Howellsrxgen: Fix rxrpc_send_data()
2014-04-15 David Howellsrxgen: Clean up the debugging in the AF_RXRPC driver...
2014-04-14 David HowellsImplement "bos prune"
2014-04-14 David HowellsFix argument non-combination checking
2014-04-14 David HowellsImplement "bos exec"
2014-04-14 David HowellsImplement "bos restart"
2014-04-14 David HowellsImplement "bos setauth"
2014-04-14 David HowellsMark accesses to global vars in addrcache as 'global'
2014-04-14 David HowellsFix up output and error displaying in commands
2014-04-14 David HowellsProvide argument exception class and check argument...
2014-04-14 David Howellsrxgen: Check maximum length of parameter string or...
2014-04-14 David Howellsrxgen: The abort table comparator needs to handle big...
2014-04-13 David HowellsImplement "bos {adduser,removeuser}"
2014-04-12 David HowellsImplement "bos removehost"
2014-04-12 David HowellsImplement "bos {startup,shutdown}"
2014-04-12 David HowellsImplement "bos {start,stop}" and make "bos delete"...
2014-04-12 David HowellsImplement "bos delete"
2014-04-12 David HowellsImplement "bos create"
2014-04-12 David HowellsPreface AFS error messages with the program name
2014-04-12 David HowellsProvide separate arg interpretation functions for multi...
2014-04-12 David HowellsImplement "bos addhost"
2014-04-12 David HowellsUse gethostbyname_ex() and gethostbyaddr() rather than...
2014-04-12 David HowellsImplement "bos setcellname"
2014-04-12 David HowellsImplement "bos getrestricted"
2014-04-11 David HowellsImplement "bos getrestart"
2014-04-11 David HowellsImplement "bos status"
2014-04-11 David Howellsrxgen: The string and bytes decode functions must advan...
2014-04-11 David HowellsImplement "bos listusers"
2014-04-11 David HowellsImplement "bos getdate"
2014-04-11 David HowellsImplement "bos listhosts" and "bos getcell"
2014-04-11 David HowellsCreate AFS standard date and time format library module
2014-04-11 David HowellsImplement "vos monitor"
2014-04-11 David HowellsClean up unnecessary imports
2014-04-11 David HowellsIntroduce a server subclass to hold network name and...
2014-04-11 David Howellsvos listpart and vos partinfo should use common partiti...
2014-04-11 David HowellsImplement "vos examine"
2014-04-11 David HowellsAllow the volserver class to be instantiated with an...
2014-04-11 David HowellsWhen processing a singular volume name arg, extract...
2014-04-11 David HowellsC can't just return exception classes to python to...
2014-04-11 David HowellsDeclare RXKAD abort messages
2014-04-11 David Howellsrxgen: Save trailing comments on error codes in .xg...
2014-04-10 David HowellsImplement "vos listvol"
2014-04-10 David HowellsSave raw argument list for each switch
2014-04-10 David HowellsAdd a convenience module for partition ID handling
2014-04-09 David HowellsFix "vos listaddrs" with -host
2014-04-09 David Howellsrxgen: Emit individual exception classes for defined...
2014-04-09 David HowellsImplement "vos listaddrs"
2014-04-09 David Howellsrxgen: Set struct members correctly in struct types
2014-04-09 David Howellsrxgen: Anchor kafs.RemoteAbort class to module
2014-04-09 David HowellsImplement "vos partinfo"
2014-04-09 David HowellsImplement 'vos listpart'
2014-04-09 David HowellsMove VL connection security determination into cell.py
2014-04-09 David HowellsProvide generic check for non-combinable parameters
2014-04-08 David HowellsAllow RxRPC transport security to be requested
2014-04-08 David Howells"vos listvldb -server xxx" takes a fileserver name...
2014-04-07 David HowellsCreate 'vos listvldb' command
2014-04-07 David Howellsrxgen: Need to align after encoding an array of bytes...
2014-04-03 David HowellsRemove unused files
2014-01-22 David HowellsMove to mostly asynchronous model and emit server side...
2014-01-15 David HowellsAdd call to VL_ListAttribute() to test program and...
2014-01-10 David Howellsrxgen: Use the xg files as sources for rxgen
2014-01-10 David Howellsxg: More cleanups
2014-01-10 David Howellsxg: Reindent the xg files
2014-01-10 David Howellsxg: All integer types should be in terms of stdint
2014-01-10 David Howellsxg: Clean up Arla xg files
2014-01-10 David HowellsImport the Arla XG files
2014-01-09 David HowellsIntegrate the afs_xg.h contents back into afs.h and...
2014-01-09 David Howellsrxgen: Extract C synchronous RPC func emitter
2014-01-09 David Howellsrxgen: Extract C struct marshal/unmarshal code emitter
2014-01-09 David Howellsrxgen: Extract py module emitter
2014-01-09 David Howellsrxgen: Turn the py module emitter into a perl subroutine
2014-01-09 David Howellsrxgen: Extract py wrapper type emitter
2014-01-09 David Howellsrxgen: Extract py wrapper func emitter
2014-01-09 David Howellsrxgen: Make lists of constants, structs and funcs global
2014-01-09 David Howellsrxgen: Move rxgen.pl to its own dir
2014-01-09 David HowellsInitial code commit now that the VLDB lookup test pytho...
2014-01-08 David HowellsInitial revision