summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-09-01 03:19:31 +0200
committerAylur <[email protected]>2024-09-01 03:19:31 +0200
commit6adcd2884ee48ec0b1c8b7486e42b2eeffc48159 (patch)
tree6c9eb7a3a47d5fc2a3bdd866d36dc8fd9201c0d0
parent43e6bd47863c45b9232f0f74e973b83b8354bd3a (diff)
move to monorepo
-rw-r--r--auth/.gitignore (renamed from .gitignore)0
-rw-r--r--auth/LICENSE (renamed from LICENSE)0
-rw-r--r--auth/README.md (renamed from README.md)0
-rw-r--r--auth/examples/full_example.c (renamed from examples/full_example.c)0
-rw-r--r--auth/examples/full_example.js (renamed from examples/full_example.js)0
-rw-r--r--auth/examples/meson.build (renamed from examples/meson.build)0
-rw-r--r--auth/examples/simple_example.c (renamed from examples/simple_example.c)0
-rw-r--r--auth/examples/simple_example.js (renamed from examples/simple_example.js)0
-rw-r--r--auth/flake.lock (renamed from flake.lock)0
-rw-r--r--auth/flake.nix (renamed from flake.nix)0
-rw-r--r--auth/include/astal-auth.h (renamed from include/astal-auth.h)0
-rw-r--r--auth/include/meson.build (renamed from include/meson.build)0
-rw-r--r--auth/meson.build (renamed from meson.build)0
-rw-r--r--auth/meson_options.txt (renamed from meson_options.txt)0
-rw-r--r--auth/pam/astal-auth (renamed from pam/astal-auth)0
-rw-r--r--auth/src/astal-auth.c (renamed from src/astal-auth.c)0
-rw-r--r--auth/src/meson.build (renamed from src/meson.build)0
-rw-r--r--auth/src/pam.c (renamed from src/pam.c)0
-rw-r--r--auth/version (renamed from version)0
19 files changed, 0 insertions, 0 deletions
diff --git a/.gitignore b/auth/.gitignore
index 6bf41b5..6bf41b5 100644
--- a/.gitignore
+++ b/auth/.gitignore
diff --git a/LICENSE b/auth/LICENSE
index 67cd97b..67cd97b 100644
--- a/LICENSE
+++ b/auth/LICENSE
diff --git a/README.md b/auth/README.md
index f5d52a3..f5d52a3 100644
--- a/README.md
+++ b/auth/README.md
diff --git a/examples/full_example.c b/auth/examples/full_example.c
index a20c02b..a20c02b 100644
--- a/examples/full_example.c
+++ b/auth/examples/full_example.c
diff --git a/examples/full_example.js b/auth/examples/full_example.js
index 7359784..7359784 100644
--- a/examples/full_example.js
+++ b/auth/examples/full_example.js
diff --git a/examples/meson.build b/auth/examples/meson.build
index cf23d3f..cf23d3f 100644
--- a/examples/meson.build
+++ b/auth/examples/meson.build
diff --git a/examples/simple_example.c b/auth/examples/simple_example.c
index d00bad2..d00bad2 100644
--- a/examples/simple_example.c
+++ b/auth/examples/simple_example.c
diff --git a/examples/simple_example.js b/auth/examples/simple_example.js
index 2bf38c1..2bf38c1 100644
--- a/examples/simple_example.js
+++ b/auth/examples/simple_example.js
diff --git a/flake.lock b/auth/flake.lock
index 13f566b..13f566b 100644
--- a/flake.lock
+++ b/auth/flake.lock
diff --git a/flake.nix b/auth/flake.nix
index 39b0289..39b0289 100644
--- a/flake.nix
+++ b/auth/flake.nix
diff --git a/include/astal-auth.h b/auth/include/astal-auth.h
index a3073ff..a3073ff 100644
--- a/include/astal-auth.h
+++ b/auth/include/astal-auth.h
diff --git a/include/meson.build b/auth/include/meson.build
index 0575998..0575998 100644
--- a/include/meson.build
+++ b/auth/include/meson.build
diff --git a/meson.build b/auth/meson.build
index e9facb1..e9facb1 100644
--- a/meson.build
+++ b/auth/meson.build
diff --git a/meson_options.txt b/auth/meson_options.txt
index e28447e..e28447e 100644
--- a/meson_options.txt
+++ b/auth/meson_options.txt
diff --git a/pam/astal-auth b/auth/pam/astal-auth
index 41f79d7..41f79d7 100644
--- a/pam/astal-auth
+++ b/auth/pam/astal-auth
diff --git a/src/astal-auth.c b/auth/src/astal-auth.c
index 1ac2bd7..1ac2bd7 100644
--- a/src/astal-auth.c
+++ b/auth/src/astal-auth.c
diff --git a/src/meson.build b/auth/src/meson.build
index 6a34ae0..6a34ae0 100644
--- a/src/meson.build
+++ b/auth/src/meson.build
diff --git a/src/pam.c b/auth/src/pam.c
index d0afec4..d0afec4 100644
--- a/src/pam.c
+++ b/auth/src/pam.c
diff --git a/version b/auth/version
index 6e8bf73..6e8bf73 100644
--- a/version
+++ b/auth/version