* add ignore * add initial password auth for db upstream driver * handle unknown authtype with database driver * use already present constants in switch * add cmd line option to set authtype with db driver * add mapping capabilities to database driver * remove unused stuff * further cleanup * remove commented line * fix a few issues with db structure * remove unused struct * fix pr comments
30 lines
390 B
Text
30 lines
390 B
Text
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
.vscode/
|
|
|
|
# Architecture specific extensions/prefixes
|
|
#*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
sshpiperd/example/sshpiperd_key*
|
|
sshpiperd/snap
|
|
sshpiperd/sshpiperd
|
|
sshpiperd/__debug_bin
|
|
sshpiperd/sshpiperd.ini
|