Added support for adding tab completions to any command with out a build in
authorja7 <ja7>
Mon, 17 Jun 2002 14:57:34 +0000 (14:57 +0000)
committerja7 <ja7>
Mon, 17 Jun 2002 14:57:34 +0000 (14:57 +0000)
commita2df70871ff2494610edf71f7c7c74b785a69cd6
tree76955edefabf51cf8f74c802804e266291e95faf
parent8f3cccf67a99a23174b918872b0963f2c24b8cd6
Added support for adding tab completions to any command with out a build in
completion function.
add the folowing line to allow tab completion on element set name f2locations
to the elements command

  register_tab elements f2locations

som small clean up of the tabcompletions added completion on filenames to
the set_apdufile set_marcdump . and ! commands
now uses strncasecmp when findding stuff to complete on. eg
format xml "tabcomplets to" format XML

Extended authentication command to allow 2 arguments and send userid and
password in the Z_IdAuthentication_idPass structure
client/client.c
client/tabcomplete.c
client/tabcomplete.h