Files
bpfire/lfs
Adolf Belka c012d7c0b4 shadow: Update to version 4.14.2
- Update from version 4.13 to 4.14.2
- Update of rootfile not required
- Supress installation of groups patch updated for changed layout of source tarball
- Changelog
    4.14.2:
	    libshadow:
	        Fix build with musl libc.
	        Avoid NULL dereference.
	        Update utmp at an initial login
	    useradd(8):
	        Set proper SELinux labels for def_usrtemplate
	    Manual:
	        Document --prefix in chage(1), chpasswd(8), and passwd(1)
    4.14.1:
	    Build system:
	        Merge libshadow and libmisc into a single libshadow. This fixes
	        problems in the linker, which were reported at least in Gentoo.
    4.14.0
      This release includes some steps toward preparing for the Y2038 (e.g. removing
      lastlog conditionally), a great deal of removal of obsolete function checks (like
      rmdir), and overhaul of some string manipulation functions, of which there is
      more to come. And a great deal more. The abbreviated git log follows:
	Serge Hallyn: configure.ac: check for strlcpy
	Michael Vetter: Remove intree website
	Serge Hallyn: 4.14.0-rc4 pre-release
	Serge Hallyn: Releases: add etc/shadow-maint to distfiles
	Serge Hallyn: 4.14.0-rc3
	Iker Pedrosa: libmisc: include freezero
	Iker Pedrosa: libmisc: add freezero source code
	Iker Pedrosa: libmisc: add readpassphrase source code
	Iker Pedrosa: configure: add with-libbsd option
	Iker Pedrosa: man: include shadow-man.xsl in tarball
	Iker Pedrosa: man: include its.rules in tarball
	Iker Pedrosa: autogen: enable lastlog build
	Christian Göttsche: Add wrapper for write(2)
	Serge Hallyn: tag 4.14.0-rc2
	Michael Vetter: Add new files to libmisc_la_SOURCES
	Serge Hallyn: Add a make dist CI test
	Serge Hallyn: 4.14.0-rc1
	Serge Hallyn: remove xmalloc.c from POTFILES.in
	Iker Pedrosa: logoutd: add missing <utmp.h> include
	Iker Pedrosa: CI: compile old utmp interface in Fedora
	Iker Pedrosa: src: add SELINUX library
	Iker Pedrosa: libmisc: conditionally compile utmp.c and logind.c
	Iker Pedrosa: lib: replace USER_NAME_MAX_LENGTH macro
	Iker Pedrosa: libmisc: call active_sessions_count()
	Iker Pedrosa: libmisc: implement active_sessions_count()
	Iker Pedrosa: utmp: update update_utmp()
	Iker Pedrosa: utmp: move update_utmp
	Iker Pedrosa: utmp: move failtmp()
	Iker Pedrosa: libmisc: implement get_session_host()
	Iker Pedrosa: configure: new option enable-logind
	xiongshenglan: shadow userdel: add the adaptation to the busybox ps in 01-kill_user_procs.sh
	Michael Vetter: chsh: warn if root sets a shell not listed in /etc/shells
	Michael Vetter: doc: mention ci workflow file to learn about deps
	Serge Hallyn: man/po/Makefile: add a comment to shadow-man-pages.pot
	Vegard Nossum: newgrp: fix potential string injection
	Todd Zullinger: lastlog: fix alignment of Latest header
	Iker Pedrosa: configure: fix lastlog check
	Alan D. Salewski: subuid.5: reference newusers(8) rather than newusers(1)
	Iker Pedrosa: CI: build lastlog in Fedora
	Iker Pedrosa: man: conditionally build lastlog documentation
	Iker Pedrosa: usermod: conditionally build lastlog functionality
	Iker Pedrosa: useradd: conditionally build lastlog functionality
	Iker Pedrosa: login: conditionally build lastlog functionality
	Iker Pedrosa: lastlog: stop building by default
	Iker Pedrosa: CI: update debian repos
	Bernd Kuhls: Fix yescrypt support
	Jeffrey Bencteux: chgpasswd: fix segfault in command-line options
	Alejandro Colomar: gpasswd(1): Fix password leak
	Alejandro Colomar: src/useradd.c: create_mail(): Cosmetic
	Alejandro Colomar: src/useradd.c: create_home(): Cosmetic
	Alejandro Colomar: src/useradd.c: create_home(): Cosmetic
	Alejandro Colomar: src/useradd.c: create_home(): Cosmetic
	Alejandro Colomar: src/useradd.c: close_group_files(): Cosmetic
	Alejandro Colomar: src/useradd.c: check_uid_range(): Cosmetic
	Jaroslav Jindrak: build: link passwd, chpasswd and chage against libdl
	Jaroslav Jindrak: configure: check whether fgetpwent_r is available before marking xprefix_getpwnam_r as reentrant
	Jaroslav Jindrak: passwd: fall back to non-PAM code when prefix is used
	Jaroslav Jindrak: chpasswd: fall back to non-PAM code when prefix is used
	Jaroslav Jindrak: chpasswd: add --prefix/-P options
	Jaroslav Jindrak: chage: add --prefix/-P options
	Jaroslav Jindrak: passwd: Respect --prefix/-P options
	Michael Vetter: prefix: add prefix support
	Iker Pedrosa: strtoday: remove unnecessary cast
	Alejandro Colomar: Use temporary variable
	Alejandro Colomar: realloc(NULL, ...) is equivalent to malloc(...)
	Alejandro Colomar: Simplify allocation APIs
	Christian Göttsche: Drop alloca(3)
	Christian Göttsche: usermod: fix off-by-one issues
	Alejandro Colomar: libmisc/csrand.c: Update comments
	Alejandro Colomar: lib/nss.c: Fix use of invalid p
	Alejandro Colomar: lib/nss.c: Fix use of uninitialized p
	Alejandro Colomar: Centralize error handling
	Alejandro Colomar: Second verse, it gets worse; it gets no better than this
	Alejandro Colomar: ROFL: Rolling on the floor looping
	Alejandro Colomar: This ain't no loop
	Iker Pedrosa: newusers: Improve error message
	Martin Kletzander: ch(g)passwd: Check selinux permissions upon startup
	Skyler Ferrante: Check if crypt_method null before dereferencing
	Alejandro Colomar: xgetXXbyYY: Simplify elifs
	Alejandro Colomar: xgetXXbyYY: Centralize error handling
	Alejandro Colomar: xgetXXbyYY: tfix
	Samanta Navarro: xgetXXbyYY: Avoid duplicated error handling block
	Samanta Navarro: xgetXXbyYY: Handle DUP_FUNCTION failure
	Serge Hallyn: sub_[ug]id_{add,remove}: fix return values
	Martin Kletzander: usermod: Small optimization using memmove for password unlock
	Alejandro Colomar: Reorder logic to improve comprehensibility
	Alejandro Colomar: newusers: Fail early
	Alejandro Colomar: newusers: Add missing error handling
	Samanta Navarro: libmisc: Use safer chroot/chdir sequence
	Samanta Navarro: su: Prevent stack overflow in check_perms
	Samanta Navarro: subsystem: Prevent endless loop
	Serge Hallyn: def_load: avoid NULL deref
	Serge Hallyn: def_load: split the econf from non-econf definition
	Tobias Stoeckmann: Plug econf memory leaks
	Samanta Navarro: chsh: Verify that login shell path is absolute
	Samanta Navarro: process_prefix_flag: Drop privileges
	bubu: Update French translations
	Samanta Navarro: get_pid.c: Use tighter validation checks
	Markus Hiereth: replace inadequate German translation of login error message
	Markus Hiereth: Update German translations
	Samanta Navarro: Remove some static char arrays
	Samanta Navarro: commonio: Use do_lock_file again
	Serge Hallyn: Fix broken docbook translations
	ed neville: open with O_CREAT when lock path does not exist
	Samanta Navarro: commonio_open: Remove fcntl call
	Samanta Navarro: commonio_lock_nowait: Remove deprecated code
	Samanta Navarro: login_prompt: Simplify login_prompt API
	Samanta Navarro: login_prompt: Use _exit in signal handler
	Samanta Navarro: login_prompt: Do not parse environment variables
	Samanta Navarro: libmisc/yesno.c: Fix regression
	Alejandro Colomar: libmisc, man: Drop old check and advice for complex character sets in passwords
	Christian Göttsche: semanage: disconnect to free libsemanage internals
	Christian Göttsche: commonio: free removed database entries
	ed neville: run_parts for groupadd and groupdel
	lilinjie: fix typos
	Alejandro Colomar: libmisc/yesno.c: Use getline(3) and rpmatch(3)
	Samanta Navarro: newgrp/useradd: always set SIGCHLD to default
	Serge Hallyn: Update AUTHORS to add Marek Michałkiewicz
	Samanta Navarro: Read whole line in yes_or_no
	Christian Göttsche: useradd/usermod: add --selinux-range argument
	Alejandro Colomar: CI: Make build logs more readable
	Iker Pedrosa: ci: remove explicit fedora dependencies
	Iker Pedrosa: README: add reference to contribution guidelines
	Iker Pedrosa: doc: add contributions introduction
	Iker Pedrosa: doc: add license
	Iker Pedrosa: doc: add releases
	Iker Pedrosa: doc: add Continuous Integration
	Iker Pedrosa: doc: add tests
	Iker Pedrosa: doc: add coding style
	Iker Pedrosa: doc: add build & install
	Serge Hallyn: trivial: vipw.8: fix grammar
	Christian Göttsche: sssd: skip flushing if executable does not exist
	Christian Göttsche: Overhaul valid_field()
	Martin Kletzander: semanage: Do not set default SELinux range
	Michael Vetter: Fix typo in groupadd usage
	Christian Göttsche: ci: update Differential ShellCheck
	tomspiderlabs: Added control character check
	Mike Gilbert: usermod: respect --prefix for --gid option
	Alejandro Colomar: Fix su(1) silent truncation
	Alejandro Colomar: Simplify is_my_tty()
	Alejandro Colomar: Fix is_my_tty() buffer overrun
	Alejandro Colomar: Add STRLEN(): a constexpr strlen(3) for string literals
	Alejandro Colomar: Fix crash with large timestamps
	Paul Eggert: Prefer strcpy(3) to strlcpy(3) when either works
	Paul Eggert: Fix change_field() buffer underrun
	Paul Eggert: Omit unneeded test in change_field()
	Paul Eggert: Simplify change_field() by using strcpy
	skyler-ferrante: Fix null dereference in basename
	Iker Pedrosa: CI: script for local container build
	Iker Pedrosa: CI: build project in containers
	Iker Pedrosa: container: add fedora
	Iker Pedrosa: container: add debian
	Iker Pedrosa: container: add alpine
	Iker Pedrosa: SECURITY.md: add Iker Pedrosa
	Christian Göttsche: selinux: use type safe function pointer assignment
	Christian Göttsche: Use strict prototype in definition
	Vinícius dos Santos Oliveira: Add .editorconfig
	Serge Hallyn: run_some: fix shellcheck warning
	Serge Hallyn: fail on any run_some test failure
	Serge Hallyn: ignore first test in run_some
	Serge Hallyn: swap first two tests - does the first one still fail?
	Serge Hallyn: tests: remove some github runner PATH tweaking
	Alejandro Colomar: tests: Support git-worktree(1)
	Serge Hallyn: tests: newuidmap and newgidmap: update expected fail message
	Serge Hallyn: libsubid: include alloc.h
	Serge Hallyn: run_some: log stderr
	Vinícius dos Santos Oliveira: Validate fds created by the user
	Serge Hallyn: get_pidfd_from_fd: return -1 on error, not 0
	Serge Hallyn: g-h-a workflow: workaround
	Serge Hallyn: Fix regression in some translation strings
	Iker Pedrosa: lib: bit_ceil_wrapul(): stop recursion
	Iker Pedrosa: lib: define ULONG_WIDTH if non-existent
	maqi: Update translation
	Serge Hallyn: newuidmap and newgidmap: support passing pid as fd
	Alejandro Colomar: Fix use-after-free of pointer after realloc(3)
	Alejandro Colomar: Use safer allocation macros
	Alejandro Colomar: libmisc: Add safer allocation macros
	Alejandro Colomar: Use xreallocarray() instead of its pattern
	Alejandro Colomar: Use reallocarrayf() instead of its pattern

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
2023-11-21 19:21:28 +00:00
..
2023-04-18 21:16:10 +00:00
2022-04-02 14:19:25 +00:00
2023-04-18 21:16:24 +00:00
2022-04-02 14:19:25 +00:00
2023-11-21 19:00:55 +00:00
2023-10-20 08:42:05 +00:00
2023-04-24 18:59:23 +00:00
2023-04-18 21:17:23 +00:00
2023-04-18 21:18:54 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-04-18 21:19:49 +00:00
2023-08-21 09:28:21 +00:00
2023-04-18 21:20:11 +00:00
2023-09-06 09:33:23 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-09-28 09:18:47 +00:00
2023-04-18 21:21:27 +00:00
2022-04-02 14:19:25 +00:00
2023-09-12 16:10:14 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-01-26 23:19:05 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-06 17:11:47 +00:00
2023-11-21 19:05:19 +00:00
2023-01-26 23:17:12 +00:00
2022-09-11 08:36:17 +00:00
2023-03-05 14:15:52 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-07-27 09:49:36 +00:00
2023-10-11 07:47:47 +00:00
2023-11-21 19:01:09 +00:00
2022-04-05 05:54:38 +00:00
2022-11-28 13:04:55 +01:00
2022-04-02 14:19:25 +00:00
2022-10-10 18:39:31 +00:00
2023-11-21 19:08:49 +00:00
2023-06-15 09:28:05 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-10-13 08:13:16 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-07-26 16:08:59 +00:00
2023-06-15 09:28:42 +00:00
2023-03-04 14:02:05 +00:00
2023-11-21 19:19:35 +00:00
2023-03-05 15:00:03 +00:00
2022-04-02 14:19:25 +00:00
2023-06-15 09:34:37 +00:00
2022-04-02 14:19:25 +00:00
2022-11-08 11:11:57 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-08-17 14:07:42 +00:00
2023-01-09 18:37:09 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-29 13:44:15 +01:00
2022-04-02 14:19:25 +00:00
2023-04-24 18:51:12 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-10-09 08:16:53 +00:00
2023-06-15 09:37:19 +00:00
2023-07-26 16:09:00 +00:00
2023-07-26 16:09:00 +00:00
2023-09-12 16:12:53 +00:00
2022-04-24 14:07:44 +00:00
2023-07-26 16:09:00 +00:00
2023-07-26 16:09:00 +00:00
2023-11-21 19:09:32 +00:00
2023-08-17 14:07:43 +00:00
2022-04-02 14:19:25 +00:00
2023-06-24 06:34:18 +00:00
2022-04-02 14:19:25 +00:00
2023-08-02 09:17:48 +00:00
2023-11-21 19:12:43 +00:00
2023-07-31 09:23:21 +00:00
2023-10-04 12:54:17 +00:00
2023-08-08 16:02:35 +00:00
2022-04-02 14:19:25 +00:00
2023-03-05 15:10:57 +00:00
2023-06-25 13:49:34 +00:00
2022-04-02 14:19:25 +00:00
2022-07-09 09:08:11 +00:00
2023-06-15 09:30:34 +00:00
2023-07-31 09:23:03 +00:00
2022-07-09 09:08:22 +00:00
2023-09-12 16:13:34 +00:00
2023-11-21 19:12:54 +00:00
2023-01-18 23:30:15 +00:00
2022-04-02 14:19:25 +00:00
2023-07-26 16:09:00 +00:00
2023-03-04 13:53:43 +00:00
2022-04-02 14:19:25 +00:00
2022-07-11 13:04:01 +00:00
2023-11-21 19:13:28 +00:00
2022-04-02 14:19:25 +00:00
2023-01-26 22:50:22 +00:00
2023-04-24 18:41:52 +00:00
2022-04-02 14:19:25 +00:00
2023-01-05 10:48:21 +00:00
2023-07-01 19:13:18 +00:00
2023-01-05 10:47:40 +00:00
2023-01-18 23:23:06 +00:00
2022-04-02 14:19:25 +00:00
2023-01-05 10:47:09 +00:00
2022-04-24 19:02:42 +00:00
2023-01-05 10:46:36 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-11-21 19:01:29 +00:00
2022-12-31 10:56:10 +00:00
2023-08-29 09:51:28 +00:00
2022-09-11 08:35:18 +00:00
2023-08-15 16:46:57 +00:00
2023-01-09 18:36:05 +00:00
2022-07-29 17:04:28 +00:00
2023-01-09 18:35:20 +00:00
2023-08-29 09:54:23 +00:00
2022-04-02 14:19:25 +00:00
2022-09-15 19:45:26 +00:00
2023-01-09 18:34:42 +00:00
2023-06-15 09:31:04 +00:00
2022-04-30 08:56:30 +00:00
2023-07-31 09:19:33 +00:00
2022-11-21 11:01:16 +00:00
2023-06-15 09:35:38 +00:00
2022-04-30 08:54:59 +00:00
2022-12-29 11:22:22 +00:00
2022-12-26 08:30:22 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-12-27 16:26:45 +00:00
2022-12-27 16:26:15 +00:00
2023-04-24 18:53:16 +00:00
2023-09-12 16:06:26 +00:00
2023-06-16 15:56:53 +00:00
2022-04-02 14:19:25 +00:00
2022-12-27 16:25:42 +00:00
2022-12-27 16:25:02 +00:00
2022-12-27 16:24:23 +00:00
2023-08-10 06:34:27 +00:00
2022-04-02 14:19:25 +00:00
2022-04-10 10:18:40 +00:00
2022-12-27 16:34:44 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-09-12 16:14:53 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-05-03 07:28:37 +00:00
2022-08-10 10:44:31 +00:00
2022-11-25 11:57:30 +00:00
2022-12-17 17:20:45 +00:00
2022-10-03 21:58:25 +00:00
2022-04-02 14:19:25 +00:00
2022-08-10 10:44:31 +00:00
2022-12-26 08:46:30 +00:00
2022-12-27 16:30:54 +00:00
2022-11-28 13:09:53 +01:00
2023-09-12 16:15:41 +00:00
2023-02-10 09:27:02 +00:00
2023-01-26 23:11:22 +00:00
2023-03-05 15:13:24 +00:00
2022-12-26 08:36:06 +00:00
2022-11-21 11:02:10 +00:00
2023-10-09 08:16:53 +00:00
2022-05-30 19:45:10 +00:00
2023-07-26 16:08:59 +00:00
2023-07-26 16:08:59 +00:00
2022-12-26 08:40:14 +00:00
2022-04-02 14:19:25 +00:00
2022-12-26 08:40:51 +00:00
2023-11-03 14:27:58 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-03-05 15:14:12 +00:00
2022-12-27 16:31:49 +00:00
2023-03-05 14:53:06 +00:00
2022-04-02 14:19:25 +00:00
2023-03-04 13:53:59 +00:00
2023-02-10 09:26:37 +00:00
2022-04-02 14:19:25 +00:00
2023-08-08 16:04:19 +00:00
2023-10-09 08:17:20 +00:00
2023-01-26 23:17:50 +00:00
2022-05-30 19:20:19 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-03-05 15:14:51 +00:00
2023-06-15 09:31:29 +00:00
2022-05-01 08:43:14 +00:00
2023-08-24 10:14:26 +00:00
2022-04-29 19:39:42 +00:00
2022-04-02 14:19:25 +00:00
2023-07-09 15:04:42 +00:00
2023-07-26 16:08:59 +00:00
2022-04-02 14:19:25 +00:00
2023-06-15 09:37:33 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-05-02 20:22:22 +00:00
2023-10-09 08:16:53 +00:00
2022-09-01 21:16:50 +00:00
2023-08-24 13:42:04 +00:00
2022-04-29 18:58:17 +00:00
2023-01-26 23:17:27 +00:00
2022-04-29 19:37:10 +00:00
2023-07-26 16:09:00 +00:00
2023-09-12 16:17:48 +00:00
2023-01-04 21:35:28 +00:00
2022-04-02 14:19:25 +00:00
2023-06-15 09:36:10 +00:00
2023-04-18 21:09:58 +00:00
2023-06-15 09:38:19 +00:00
2023-07-26 16:08:59 +00:00
2023-07-26 16:09:00 +00:00
2023-07-01 19:08:20 +00:00
2023-11-21 19:20:19 +00:00
2023-07-26 16:09:00 +00:00
2023-07-26 16:09:00 +00:00
2023-08-07 09:19:13 +00:00
2023-08-29 09:52:01 +00:00
2023-10-26 08:57:20 +00:00
2023-08-16 15:01:26 +00:00
2023-05-03 07:52:11 +00:00
2023-11-21 19:18:31 +00:00
2023-06-15 09:36:39 +00:00
2023-03-05 15:15:10 +00:00
2023-04-24 18:54:21 +00:00
2022-04-02 14:19:25 +00:00
2023-06-22 21:28:05 +00:00
2022-04-02 14:19:25 +00:00
2022-12-27 16:31:06 +00:00
2022-09-01 21:16:49 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-01 21:16:49 +00:00
2022-04-10 10:05:27 +00:00
2022-09-01 21:16:49 +00:00
2022-04-02 14:19:25 +00:00
2022-06-17 10:22:31 +00:00
2023-01-26 23:19:16 +00:00
2022-04-02 14:19:25 +00:00
2023-07-31 09:27:27 +00:00
2023-08-08 16:06:28 +00:00
2023-08-08 16:07:28 +00:00
2023-11-21 19:19:09 +00:00
2022-04-02 14:19:25 +00:00
2023-09-12 16:18:08 +00:00
2022-12-26 08:56:24 +00:00
2022-11-10 15:13:51 +00:00
2023-10-30 09:53:48 +00:00
2023-11-21 19:20:54 +00:00
2023-11-21 19:21:02 +00:00
2023-11-21 19:02:31 +00:00
2023-08-19 14:30:31 +00:00
2023-03-05 14:15:52 +00:00
2023-07-31 13:47:31 +00:00
2022-04-02 14:19:25 +00:00
2023-05-18 11:24:29 +00:00
2023-07-21 09:34:12 +00:00
2023-07-21 09:34:12 +00:00
2023-03-04 13:54:40 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-10-20 08:41:59 +00:00
2022-07-09 14:58:58 +00:00
2023-11-21 19:21:16 +00:00
2022-11-21 11:05:13 +00:00
2023-11-21 19:21:28 +00:00
2023-04-18 21:15:28 +00:00
2022-04-02 14:19:25 +00:00
2023-11-21 19:03:27 +00:00
2023-11-21 19:05:29 +00:00
2023-08-15 09:27:19 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-02-10 09:26:37 +00:00
2023-02-10 09:26:37 +00:00
2023-10-09 08:16:53 +00:00
2023-06-15 09:38:39 +00:00
2023-10-09 08:16:24 +00:00
2023-06-25 20:58:17 +00:00
2023-06-15 09:38:46 +00:00
2023-07-21 09:32:17 +00:00
2023-10-20 08:44:02 +00:00
2022-11-23 12:25:36 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-29 13:42:35 +01:00
2023-10-09 08:17:23 +00:00
2022-04-02 14:19:25 +00:00
2023-08-07 09:17:38 +00:00
2023-08-30 16:16:34 +00:00
2023-05-03 07:28:22 +00:00
2022-04-02 14:19:25 +00:00
2023-06-15 09:33:11 +00:00
2023-06-15 09:38:56 +00:00
2023-10-13 08:12:54 +00:00
2023-08-30 16:17:24 +00:00
2023-08-30 16:17:45 +00:00
2023-08-30 16:17:58 +00:00
2023-05-02 19:33:28 +00:00
2023-10-30 09:53:48 +00:00
2023-11-21 19:06:52 +00:00
2022-04-02 14:19:25 +00:00
2022-11-21 11:05:44 +00:00
2023-01-05 10:40:59 +00:00
2022-04-02 14:19:25 +00:00
2022-07-11 13:04:05 +00:00
2022-04-02 14:19:25 +00:00
2023-08-21 09:26:59 +00:00
2022-04-02 14:19:25 +00:00
2023-06-15 09:39:10 +00:00
2023-08-29 09:55:11 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-08-30 16:19:54 +00:00
2022-04-02 14:19:25 +00:00
2023-07-31 09:20:49 +00:00
2023-09-01 10:30:33 +00:00
2022-04-02 14:19:25 +00:00
2023-08-08 16:06:03 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-08-29 09:53:30 +00:00
2023-05-03 07:52:26 +00:00