summaryrefslogtreecommitdiff
path: root/server/responder/common/responder_cmd.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-20Raise debug level for version negotiationSimo Sorce1-2/+2
2009-05-15added more flexible handling of client protocolSumit Bose1-1/+33
- allow different protocol versions for PAM and NSS - support more than one protocol version in the responder
2009-04-07Unify name parsing and reposnder headersSimo Sorce1-1/+1
Use common sss_parse_name function in all responders Simplify responder headers by combining common,cmd,dp in one header and add name parse structure as part of the common responder context.
2009-03-27Make nsssrv use the common responder functionsSimo Sorce1-11/+4
Make nss_ctx a private pointer of the common resp_ctx Use sss_process_init and remove all duplicate functions from nsssrv.c
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-1/+1
dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
2009-02-24Add PAM responderSumit Bose1-0/+78
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com>