]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/alloc/, lib/, src/, tests/: Organize the allocation APIs in a new subdirectory
authorAlejandro Colomar <alx@kernel.org>
Thu, 27 Jun 2024 14:42:54 +0000 (16:42 +0200)
committerSerge Hallyn <serge@hallyn.com>
Tue, 2 Jul 2024 02:40:11 +0000 (21:40 -0500)
commit3049bef9c332738d22af3101e547f404fc98c867
tree9433f095a0acfc5827e2d1e277e4e80b4e9a7b29
parent883bf71fc81f963a28eebecb8485a89fd4c13017
lib/alloc/, lib/, src/, tests/: Organize the allocation APIs in a new subdirectory

Signed-off-by: Alejandro Colomar <alx@kernel.org>
60 files changed:
lib/Makefile.am
lib/addgrps.c
lib/agetpass.c
lib/alloc.c [deleted file]
lib/alloc.h [deleted file]
lib/alloc/calloc.c [new file with mode: 0644]
lib/alloc/calloc.h [new file with mode: 0644]
lib/alloc/malloc.c [new file with mode: 0644]
lib/alloc/malloc.h [new file with mode: 0644]
lib/alloc/realloc.c [new file with mode: 0644]
lib/alloc/realloc.h [new file with mode: 0644]
lib/alloc/reallocf.c [new file with mode: 0644]
lib/alloc/reallocf.h [new file with mode: 0644]
lib/alloc/x/xcalloc.c [new file with mode: 0644]
lib/alloc/x/xcalloc.h [new file with mode: 0644]
lib/alloc/x/xmalloc.c [new file with mode: 0644]
lib/alloc/x/xmalloc.h [new file with mode: 0644]
lib/alloc/x/xrealloc.c [new file with mode: 0644]
lib/alloc/x/xrealloc.h [new file with mode: 0644]
lib/commonio.c
lib/copydir.c
lib/env.c
lib/find_new_gid.c
lib/find_new_uid.c
lib/getdef.c
lib/groupio.c
lib/groupmem.c
lib/gshadow.c
lib/idmapping.c
lib/list.c
lib/loginprompt.c
lib/mail.c
lib/nss.c
lib/pam_pass_non_interactive.c
lib/prefix_flag.c
lib/pwmem.c
lib/run_part.c
lib/sgetgrent.c
lib/sgroupio.c
lib/shadowmem.c
lib/sssd.c
lib/string/strdup/xstrdup.h
lib/string/strdup/xstrndup.h
lib/subordinateio.c
lib/utmp.c
lib/xgetXXbyYY.c
src/gpasswd.c
src/groupmems.c
src/groupmod.c
src/groups.c
src/id.c
src/login.c
src/newgrp.c
src/newusers.c
src/su.c
src/useradd.c
src/usermod.c
src/vipw.c
tests/libsubid/04_nss/libsubid_zzz.c
tests/unit/test_chkname.c