This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
isundil
/
mysql_ldap_auth
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Procházet zdrojové kódy
php init
isundil
před 5 roky
rodič
93a9e0bc2d
revize
a021f77a16
8 změnil soubory
, kde provedl
1 přidání
a
1 odebrání
Rozdělené zobrazení
Ukázat statistiku rozdílových dat
1
1
.gitignore
0
0
mysql_plugin/Makefile
0
0
mysql_plugin/MySQLLDAPAuthModule.h
0
0
mysql_plugin/interfaces.h
0
0
mysql_plugin/ldap-auth.cpp
0
0
mysql_plugin/ldapReader.cpp
0
0
mysql_plugin/ldapReader.h
0
0
mysql_plugin/test.cpp
+ 1
- 1
.gitignore
Zobrazit soubor
@@ -1,5 +1,5 @@
*.o
*.so
-/test
+
mysql_plugin
/test
+ 0
- 0
Makefile → mysql_plugin/Makefile
Zobrazit soubor
+ 0
- 0
MySQLLDAPAuthModule.h → mysql_plugin/MySQLLDAPAuthModule.h
Zobrazit soubor
+ 0
- 0
interfaces.h → mysql_plugin/interfaces.h
Zobrazit soubor
+ 0
- 0
ldap-auth.cpp → mysql_plugin/ldap-auth.cpp
Zobrazit soubor
+ 0
- 0
ldapReader.cpp → mysql_plugin/ldapReader.cpp
Zobrazit soubor
+ 0
- 0
ldapReader.h → mysql_plugin/ldapReader.h
Zobrazit soubor
+ 0
- 0
test.cpp → mysql_plugin/test.cpp
Zobrazit soubor