jehanne/sys/src/cmd/auth
Giacomo Tesio e70feee4a3 libc: introduce "jehanne_" namespace
With this commit all functions declared in libc.h have been renamed
with the "jehanne_" prefix. This is done for several reason:

- it removes conflicts during symbol resolution when linking
  standard C libraries like newlib or musl
- it allows programs depending on a standard C library to directly
  link to a library depending on our non standard libc (eg libsec).

To ease transiction two files are provided:

- sys/include/lib9.h that can be included instead of <libc.h> to use
  the old names (via a simple set of macros)
- sys/src/lib/c/lib9.c that can be compiled with a program where the
  macro provided by lib9.h are too dumb (see for example rc or grep).

In the kernel port/lib.h has been modified accordingly and some of
the functions it directly provides has been renamed too (eg malloc
in qmalloc.c and print in devcons.c).
2017-04-19 23:48:21 +02:00
..
factotum libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
lib libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
secstore libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
as.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
asn12dsa.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
asn12rsa.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
authcmdlib.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
authsrv.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
authsrv.json first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
build.json first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
challenge.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
changeuser.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
convbio.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
convkeys.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
cron.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
debug.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
dsa2pub.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
dsa2pub.json first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
dsa2ssh.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
dsa2ssh.json first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
dsagen.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
guard.srv.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
guard.srv.json first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
httpauth.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
keyfs.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
login.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
netkey.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
newns.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
none.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
passwd.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
pemdecode.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
pemencode.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
printnetkey.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
readnvram.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
respond.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
rsa2any.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
rsa2any.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
rsa2csr.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
rsa2csr.json first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
rsa2pub.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
rsa2pub.json first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
rsa2ssh.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
rsa2ssh.json first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
rsa2x509.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
rsa2x509.json first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
rsafill.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
rsafill.json first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
rsagen.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
secureidcheck.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
uniq.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
userpasswd.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
warning.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
wrkey.c libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00