Commit History

Author SHA1 Message Date
  Serj Kalichev 90f744aade klish-2.2.4 2 years ago
  Serj Kalichev 037c5b0fae Don't ignore SIGHUP while interruptible command execution. Else interactive command and clish itself can hang forever when terminal is closed 2 years ago
  Serj Kalichev beb1fe6907 Fix building with musl. Rename sigignore() handler. Musl contains function with the same name. Thanks to terefang for the patch 2 years ago
  Serj Kalichev e39cfa2ca0 klish-2.2.3 2 years ago
  Serj Kalichev 2731481c14 Add --disable-nss flag to build without functions like getpwnam(). These functions in glibc need dlopen() and can't be linked statically 2 years ago
  Serj Kalichev 2c28a4deb1 konfd uses getpwnam() like functions from liblub 2 years ago
  Serj Kalichev 4573917cbb Build statically 2 years ago
  Serj Kalichev 78fefd252f klish-2.2.2 2 years ago
  Serj Kalichev a8d11ebc8a Fix autocompletion 2 years ago
  Serj Kalichev d76510a26b Fix critical bug when COMMANDS attrs 'lock' and 'interrupt' are not worked. 2 years ago
  Serj Kalichev 910aef233d Mark syntax errors within log with '[syntax]' 2 years ago
  Serj Kalichev d1fcc97023 Wrong/incompleted commands is logged now and machine interface retval is 2 2 years ago
  Serj Kalichev 6da863bd86 Change version to 2.2.1. I have forgot to change it withn configure.ac earlier 2 years ago
  Serj Kalichev 67eeac5f72 Incomplete command is legal for clish_shell_resolve_command() 2 years ago
  Serj Kalichev 789092e1df Fix dead assignments 3 years ago
  Serj Kalichev 7035b1b2b8 Fix segmentation while wrong XML file 3 years ago
  Serj Kalichev 9b1dde752d clish_get__format_username() 3 years ago
  Serj Kalichev 1577dcce53 Implement __uid and __user internal variables 3 years ago
  Serj Kalichev 3593f9b5ca Fix predefined variables expanding. Some command-independent vars were moved to command-independent part of code. 3 years ago
  Serj Kalichev c45da1e49e Easy deb creation doesn't depend on libfaux now 3 years ago
  Konstantin Kharlamov c23ae4a9a2 tinyrl.c: remove trailing whitespaces 3 years ago
  Serj Kalichev 6b1de63fc6 Add deb files to .gitignore 3 years ago
  Konstantin Kharlamov 71eadebcbb Makefile.am: add a rule to create debian package 3 years ago
  Serj Kalichev 2cab47fe4b Update README file 3 years ago
  Serj Kalichev 90be074e46 konfd: Fix memory leak while connection processing 3 years ago
  Serj Kalichev 090989200b Fix multiple config item removal. Thanks to zyxwvu Shi <i@shiyc.cn> 3 years ago
  Serj Kalichev eeb753f099 konfd: Fix segmentation fault while del_pattern operation 3 years ago
  Ingo Albrecht b166eb0d72 Fix missing initialization 3 years ago
  Serj Kalichev 3b5265c3f2 expand: Minor changes to clish_contex__get_expand() 3 years ago
  Ingo Albrecht d5301c25f3 Made variable expansion optional 3 years ago