]> www.infradead.org Git - users/dhowells/kafs-utils.git/shortlog
users/dhowells/kafs-utils.git
2018-02-13 David HowellsAdd VOLSER.GetSize and uint64_t xdr support pythonify
2018-02-13 David Howellsaklog now makes key name lower case
2018-02-13 David HowellsFix -noauth security handling
2017-03-03 David HowellsDynamically load the transport interface as a shared...
2017-03-03 David HowellsThe bash-comp-helper.py script is now in kafs/, not...
2017-03-03 David HowellsFix calculation of padding in the enc/dec routines
2017-03-02 David HowellsFix warnings from -Wsign-compare
2017-03-02 David HowellsAdd more stuff to "make clean"
2017-03-02 David HowellsAdd a TODO list
2015-09-23 David Howellssetup: Clean up some print statements
2015-09-23 David Howellssetup: Sort out the Python setup so that it can build...
2015-09-22 David HowellsRemove the Perl rxgen
2015-09-20 David HowellsRewrite rxgen in python using the ply module
2015-09-20 David HowellsConvert the xg files to UTF-8 to keep Python happy
2015-09-20 David HowellsPackage setup script should be called setup.py
2014-08-13 David HowellsImplement "vos create"
2014-08-13 David HowellsThe "vos examine" script needs to import AFSException...
2014-08-13 David HowellsFix some places IP addresses are output as strings
2014-08-13 David HowellsStrip AFSVol prefixes from RPC call names in volumeserv...
2014-08-13 David Howells"pts createuser" should use PR_NewEntry and not PR_INew...
2014-08-13 David HowellsFix callers of the prcache eviction functions
2014-08-13 David HowellsLimit a multivalued param that is followed by another...
2014-06-12 David HowellsDon't log from the bash_complete script
2014-06-12 David HowellsFix some variable deletions in the bash autocomplete...
2014-05-20 David HowellsProvide bash completion
2014-05-15 David HowellsAdd a Developer's Certificate of Origin
2014-05-15 David HowellsImplement "pts setmax"
2014-05-15 David HowellsImplement "pts setfields"
2014-05-15 David HowellsImplement "pts chown"
2014-05-15 David HowellsAdd methods to evict entries from the PR ID<->Name...
2014-05-15 David HowellsImplement "pts rename"
2014-05-15 David HowellsImplement "pts creategroup"
2014-05-15 David HowellsImplement "pts adduser" and "pts removeuser"
2014-05-14 David HowellsImplement "pts membership"
2014-05-14 David HowellsImplement "pts examine"
2014-05-14 David HowellsProvide a protection DB Name<->ID cache
2014-05-14 David HowellsAdd a verbosef() display function
2014-05-13 David HowellsImplement "pts listowned"
2014-05-13 David HowellsBetter iterate over list of ptservers upon failure
2014-05-13 David Howellsrxgen: Always check type of objects in a bulk list...
2014-05-13 David Howellsrxgen: Integer INOUT args should take an int in PyArg_P...
2014-05-13 David Howellsrxgen: Support INOUT bulk and struct rpc call args
2014-05-13 David HowellsImplement "pts listmax"
2014-05-13 David HowellsImplement "pts listentries"
2014-05-13 David HowellsFix the help-on-help text
2014-05-13 David HowellsImplement "pts delete"
2014-05-13 David HowellsImplement "pts createuser"
2014-05-13 David HowellsHandle exit codes better
2014-05-13 David HowellsHandle negative numeric command line arguments
2014-05-13 David HowellsAdd parsing for the CellServDB file
2014-05-13 David HowellsUse the Python ipaddress module to represent IP addresses
2014-05-13 David Howellsrxgen: Handle bulk arguments correctly
2014-05-13 David Howellsrxgen: Reset call->need_size for each bulk element
2014-05-13 David Howellsrxgen: Check call->more_recv instead of checking MSG_MO...
2014-05-13 David HowellsPass the right value to verbose() in bos/adduser.py
2014-05-13 David HowellsFix the output of "vos listvldb"
2014-05-01 David HowellsImplement "bos getlog" and reengineer the decode path...
2014-05-01 David HowellsImplement "bos setrestricted"
2014-04-30 David HowellsImplement "bos setrestart"
2014-04-29 David HowellsImplement "x help" and "x apropos" for all command...
2014-04-29 David HowellsImplement "bos removekey"
2014-04-29 David HowellsImplement "bos addkey"
2014-04-16 David HowellsImplement "bos listkeys"
2014-04-16 David HowellsImplement "bos uninstall"
2014-04-16 David HowellsImplement "bos install"
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
next