This patchset comprises a number of cleanups for the cifs upcall
authorJeremy Allison <jra@samba.org>
Sat, 16 Aug 2008 18:30:08 +0000 (14:30 -0400)
committerJeff Layton <jlayton@redhat.com>
Sat, 16 Aug 2008 18:30:08 +0000 (14:30 -0400)
commit1d88c3431a1abf5fe6527fcbdf43972607a317ee
tree5c9e3d73b6ce23f5e06e0b103e561ee43ea45736
parent7e9b24a12d91fc558864e91852028adb9a381838
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.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
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