You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jo-Philipp Wich ab6e2e6928 base-files: ipcalc.sh: fix broken calculations on 64bit systems
Calculate complements by using awk's xor() function with a mask of 0xffffffff
instead of relying on the compl() function which appears to produce broken
results on certain 64bit architectures.

SVN-Revision: 34875
12 years ago
..
ipcalc.sh base-files: ipcalc.sh: fix broken calculations on 64bit systems 12 years ago
login.sh base-files: another empty password check fix (#10440) 13 years ago