Restart Init

This commit is contained in:
Simon Martens
2026-02-18 13:41:44 +01:00
parent 938cdeb27b
commit 4f4288905d
2955 changed files with 4795 additions and 53375 deletions

View File

@@ -0,0 +1,188 @@
//go:cgo_ldflag "-O2"
//go:cgo_ldflag "-g"
// Code generated by cmd/cgo; DO NOT EDIT.
package user
import "unsafe"
import "syscall"
import _cgopackage "runtime/cgo"
type _ _cgopackage.Incomplete
var _ syscall.Errno
func _Cgo_ptr(ptr unsafe.Pointer) unsafe.Pointer { return ptr }
//go:linkname _Cgo_always_false runtime.cgoAlwaysFalse
var _Cgo_always_false bool
//go:linkname _Cgo_use runtime.cgoUse
func _Cgo_use(interface{})
//go:linkname _Cgo_keepalive runtime.cgoKeepAlive
//go:noescape
func _Cgo_keepalive(interface{})
//go:linkname _Cgo_no_callback runtime.cgoNoCallback
func _Cgo_no_callback(bool)
type _Ctype__GoString_ string
type _Ctype___gid_t = _Ctype_uint
type _Ctype___uid_t = _Ctype_uint
type _Ctype_char int8
type _Ctype_gid_t = _Ctype___gid_t
type _Ctype_int int32
type _Ctype_intgo = _Ctype_ptrdiff_t
type _Ctype_long int64
type _Ctype_ptrdiff_t = _Ctype_long
type _Ctype_size_t = _Ctype_ulong
type _Ctype_struct_group struct {
gr_name *_Ctype_char
gr_passwd *_Ctype_char
gr_gid _Ctype___gid_t
gr_mem **_Ctype_char
}
type _Ctype_struct_passwd struct {
pw_name *_Ctype_char
pw_passwd *_Ctype_char
pw_uid _Ctype___uid_t
pw_gid _Ctype___gid_t
pw_gecos *_Ctype_char
pw_dir *_Ctype_char
pw_shell *_Ctype_char
}
type _Ctype_uid_t = _Ctype___uid_t
type _Ctype_uint uint32
type _Ctype_ulong uint64
type _Ctype_void [0]byte
//go:linkname _cgo_runtime_cgocall runtime.cgocall
func _cgo_runtime_cgocall(unsafe.Pointer, uintptr) int32
//go:linkname _cgoCheckPointer runtime.cgoCheckPointer
//go:noescape
func _cgoCheckPointer(interface{}, interface{})
//go:linkname _cgoCheckResult runtime.cgoCheckResult
//go:noescape
func _cgoCheckResult(interface{})
const _Ciconst__SC_GETGR_R_SIZE_MAX = 0x45
const _Ciconst__SC_GETPW_R_SIZE_MAX = 0x46
//go:linkname _cgo_runtime_gostring runtime.gostring
func _cgo_runtime_gostring(*_Ctype_char) string
// GoString converts the C string p into a Go string.
func _Cfunc_GoString(p *_Ctype_char) string {
return _cgo_runtime_gostring(p)
}
//go:cgo_import_static _cgo_9bef24737d87_Cfunc_mygetgrgid_r
//go:linkname __cgofn__cgo_9bef24737d87_Cfunc_mygetgrgid_r _cgo_9bef24737d87_Cfunc_mygetgrgid_r
var __cgofn__cgo_9bef24737d87_Cfunc_mygetgrgid_r byte
var _cgo_9bef24737d87_Cfunc_mygetgrgid_r = unsafe.Pointer(&__cgofn__cgo_9bef24737d87_Cfunc_mygetgrgid_r)
//go:cgo_unsafe_args
func _Cfunc_mygetgrgid_r(p0 _Ctype_int, p1 *_Ctype_char, p2 _Ctype_size_t, p3 *_Ctype_int, p4 *_Ctype_int) (r1 _Ctype_struct_group) {
_cgo_runtime_cgocall(_cgo_9bef24737d87_Cfunc_mygetgrgid_r, uintptr(unsafe.Pointer(&p0)))
if _Cgo_always_false {
_Cgo_use(p0)
_Cgo_use(p1)
_Cgo_use(p2)
_Cgo_use(p3)
_Cgo_use(p4)
}
return
}
//go:cgo_import_static _cgo_9bef24737d87_Cfunc_mygetgrnam_r
//go:linkname __cgofn__cgo_9bef24737d87_Cfunc_mygetgrnam_r _cgo_9bef24737d87_Cfunc_mygetgrnam_r
var __cgofn__cgo_9bef24737d87_Cfunc_mygetgrnam_r byte
var _cgo_9bef24737d87_Cfunc_mygetgrnam_r = unsafe.Pointer(&__cgofn__cgo_9bef24737d87_Cfunc_mygetgrnam_r)
//go:cgo_unsafe_args
func _Cfunc_mygetgrnam_r(p0 *_Ctype_char, p1 *_Ctype_char, p2 _Ctype_size_t, p3 *_Ctype_int, p4 *_Ctype_int) (r1 _Ctype_struct_group) {
_cgo_runtime_cgocall(_cgo_9bef24737d87_Cfunc_mygetgrnam_r, uintptr(unsafe.Pointer(&p0)))
if _Cgo_always_false {
_Cgo_use(p0)
_Cgo_use(p1)
_Cgo_use(p2)
_Cgo_use(p3)
_Cgo_use(p4)
}
return
}
//go:cgo_import_static _cgo_9bef24737d87_Cfunc_mygetgrouplist
//go:linkname __cgofn__cgo_9bef24737d87_Cfunc_mygetgrouplist _cgo_9bef24737d87_Cfunc_mygetgrouplist
var __cgofn__cgo_9bef24737d87_Cfunc_mygetgrouplist byte
var _cgo_9bef24737d87_Cfunc_mygetgrouplist = unsafe.Pointer(&__cgofn__cgo_9bef24737d87_Cfunc_mygetgrouplist)
//go:cgo_unsafe_args
func _Cfunc_mygetgrouplist(p0 *_Ctype_char, p1 _Ctype_gid_t, p2 *_Ctype_gid_t, p3 *_Ctype_int) (r1 _Ctype_int) {
_cgo_runtime_cgocall(_cgo_9bef24737d87_Cfunc_mygetgrouplist, uintptr(unsafe.Pointer(&p0)))
if _Cgo_always_false {
_Cgo_use(p0)
_Cgo_use(p1)
_Cgo_use(p2)
_Cgo_use(p3)
}
return
}
//go:cgo_import_static _cgo_9bef24737d87_Cfunc_mygetpwnam_r
//go:linkname __cgofn__cgo_9bef24737d87_Cfunc_mygetpwnam_r _cgo_9bef24737d87_Cfunc_mygetpwnam_r
var __cgofn__cgo_9bef24737d87_Cfunc_mygetpwnam_r byte
var _cgo_9bef24737d87_Cfunc_mygetpwnam_r = unsafe.Pointer(&__cgofn__cgo_9bef24737d87_Cfunc_mygetpwnam_r)
//go:cgo_unsafe_args
func _Cfunc_mygetpwnam_r(p0 *_Ctype_char, p1 *_Ctype_char, p2 _Ctype_size_t, p3 *_Ctype_int, p4 *_Ctype_int) (r1 _Ctype_struct_passwd) {
_cgo_runtime_cgocall(_cgo_9bef24737d87_Cfunc_mygetpwnam_r, uintptr(unsafe.Pointer(&p0)))
if _Cgo_always_false {
_Cgo_use(p0)
_Cgo_use(p1)
_Cgo_use(p2)
_Cgo_use(p3)
_Cgo_use(p4)
}
return
}
//go:cgo_import_static _cgo_9bef24737d87_Cfunc_mygetpwuid_r
//go:linkname __cgofn__cgo_9bef24737d87_Cfunc_mygetpwuid_r _cgo_9bef24737d87_Cfunc_mygetpwuid_r
var __cgofn__cgo_9bef24737d87_Cfunc_mygetpwuid_r byte
var _cgo_9bef24737d87_Cfunc_mygetpwuid_r = unsafe.Pointer(&__cgofn__cgo_9bef24737d87_Cfunc_mygetpwuid_r)
//go:cgo_unsafe_args
func _Cfunc_mygetpwuid_r(p0 _Ctype_int, p1 *_Ctype_char, p2 _Ctype_size_t, p3 *_Ctype_int, p4 *_Ctype_int) (r1 _Ctype_struct_passwd) {
_cgo_runtime_cgocall(_cgo_9bef24737d87_Cfunc_mygetpwuid_r, uintptr(unsafe.Pointer(&p0)))
if _Cgo_always_false {
_Cgo_use(p0)
_Cgo_use(p1)
_Cgo_use(p2)
_Cgo_use(p3)
_Cgo_use(p4)
}
return
}
//go:cgo_import_static _cgo_9bef24737d87_Cfunc_sysconf
//go:linkname __cgofn__cgo_9bef24737d87_Cfunc_sysconf _cgo_9bef24737d87_Cfunc_sysconf
var __cgofn__cgo_9bef24737d87_Cfunc_sysconf byte
var _cgo_9bef24737d87_Cfunc_sysconf = unsafe.Pointer(&__cgofn__cgo_9bef24737d87_Cfunc_sysconf)
//go:cgo_unsafe_args
func _Cfunc_sysconf(p0 _Ctype_int) (r1 _Ctype_long) {
_cgo_runtime_cgocall(_cgo_9bef24737d87_Cfunc_sysconf, uintptr(unsafe.Pointer(&p0)))
if _Cgo_always_false {
_Cgo_use(p0)
}
return
}

View File

@@ -0,0 +1 @@
v1 a70dd81f3e74f588028aed1d56c21c6fcbb55bc7ee71d8dee5abbb01e0eecd9e e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 0 1771415370448149108

View File

@@ -0,0 +1 @@
v1 a7275135c58766596aad71bd36498ba24d59ea2af162f6923a17d81a05474b7d fc774bde60825afb49f8900d9766a24209d9ab2ed2efed0784bca80c93c90ea6 851 1771415370039143580

View File

@@ -0,0 +1,5 @@
./cast.go
./keygen.go
./pkcs1v15.go
./pkcs1v22.go
./rsa.go

View File

@@ -0,0 +1 @@
v1 a759c5941b731942a7b64e2de0eeb412cb103cd9fbfc817959af6a6144722b34 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 0 1771415369518334312

View File

@@ -0,0 +1 @@
v1 a7773fa22a5591afd7bcb70b82b5f2f2c9a0d3bb1b02599cfe7766beea8befd4 47db301297f8859fede787949519ee1182588e0497a1d4ac81a2ce435937f8c7 417184 1771416840687525223

View File

@@ -0,0 +1 @@
v1 a78e14e04441b79bf934373a4aeaa3e6e33cb8062c72ed1393c7a88d8169843b e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 0 1771415367681502108

View File

@@ -0,0 +1 @@
v1 a7b2960ff0cf228c4818696987865098ffa6c520bea9674019ddeee7687ccc29 47ca5f743267f9ce20acca61d1cef5a2decb9ca3b17d19f59f01a590b70e8b5c 10 1771415369339224445

View File

@@ -0,0 +1,5 @@
./change.go
./difftree.go
./doc.go
./doubleiter.go
./iter.go

View File

@@ -0,0 +1 @@
v1 a7bc52599cbef582fe2a5053473be94068f5c9c0c0645308f84ddca60c32058d d306d13bbf81de5d98542bb1d1861ecb59acc482b43be1a3cf61484b05a43538 705838 1771415370183060601