This patchset comprises a number of cleanups for the cifs upcall
authorJeremy Allison <jra@samba.org>
Thu, 17 Jul 2008 00:27:05 +0000 (17:27 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 17 Jul 2008 00:27:05 +0000 (17:27 -0700)
commitc633f10d9e78327664e6bca51f66756bcf0505a6
treef9b43811e98d0b7a0260e0272ed8dba0e9cb62b5
parent654f8de8497aff29f9b1f1822b6a8e734ff329e0
This patchset comprises a number of cleanups for the cifs upcall
binary. The biggest change is that it renames it from cifs.spnego
to cifs.upcall since the cifs.spnego name really isn't applicable
anymore.

It also fixes a segfault when the program is run without any args
and adds a manpage. Comments and/or suggestions appreciated.

This set should apply cleanly to the 3.3 test branch.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Jeremy.
docs-xml/manpages-3/cifs.upcall.8.xml [new file with mode: 0644]
source/Makefile.in
source/client/cifs.upcall.c [moved from source/client/cifs.spnego.c with 94% similarity]
source/configure.in