]> arthur.barton.de Git - netatalk.git/commit - etc/afpd/main.c
Move and rename Spotlight module
authorRalph Boehme <sloowfranklin@gmail.com>
Sun, 13 Jan 2013 16:01:44 +0000 (17:01 +0100)
committerFrank Lahm <franklahm@googlemail.com>
Thu, 3 Jan 2013 00:47:21 +0000 (01:47 +0100)
commit40c614d84ae5bf7c1808a30a2ccac8db12228519
tree25dc5c2b28357e3c22e7d1743179233a6853a3cb
parent4b0e8de531c0eb79598e4a080713ece90da597e4
Move and rename Spotlight module
31 files changed:
configure.ac
etc/Makefile.am
etc/afpd/Makefile.am
etc/afpd/afp_dsi.c
etc/afpd/auth.c
etc/afpd/file.c
etc/afpd/main.c
etc/afpd/spotlight.c
etc/afpd/spotlight.h [deleted file]
etc/afpd/spotlight_SPARQL_map.c [deleted file]
etc/afpd/spotlight_SPARQL_map.h [deleted file]
etc/afpd/spotlight_marshalling.c
etc/afpd/spotlight_module.c [deleted file]
etc/afpd/spotlight_rawquery_lexer.c [deleted file]
etc/afpd/spotlight_rawquery_lexer.l [deleted file]
etc/afpd/spotlight_rawquery_parser.c [deleted file]
etc/afpd/spotlight_rawquery_parser.h [deleted file]
etc/afpd/spotlight_rawquery_parser.y [deleted file]
etc/spotlight/.gitignore [new file with mode: 0644]
etc/spotlight/Makefile.am [new file with mode: 0644]
etc/spotlight/slmod_sparql.c [new file with mode: 0644]
etc/spotlight/slmod_sparql_map.c [new file with mode: 0644]
etc/spotlight/slmod_sparql_map.h [new file with mode: 0644]
etc/spotlight/slmod_sparql_parser.c [new file with mode: 0644]
etc/spotlight/slmod_sparql_parser.h [new file with mode: 0644]
etc/spotlight/slmod_sparql_parser.y [new file with mode: 0644]
etc/spotlight/spotlight_rawquery_lexer.c [new file with mode: 0644]
etc/spotlight/spotlight_rawquery_lexer.l [new file with mode: 0644]
include/atalk/Makefile.am
include/atalk/spotlight.h [new file with mode: 0644]
macros/netatalk.m4