index
:
krb5.git
master
master-krb5pkgconfig
master-mechdconf
proxymech
Unnamed repository; edit this file 'description' to name the repository.
Günther Deschner
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
appl
/
gssftp
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ftp.c (do_auth): Handle a return code of 335, where the authentication
Ken Raeburn
2003-12-19
2
-1
/
+6
*
Gets a bit closer, still not working..
Ken Raeburn
2003-12-13
3
-15
/
+63
*
clean up ftp client gss memory management
Tom Yu
2003-06-25
2
-4
/
+9
*
* ftp.c (recvrequest): Add new argument indicating whether "-" and "|..."
Ken Raeburn
2003-06-16
4
-10
/
+19
*
Use fork not vfork in ftp
Sam Hartman
2003-06-05
6
-9
/
+14
*
Big step towards integrating libkrb524 into libkrb5:
Ken Raeburn
2003-05-24
4
-19
/
+7
*
make-depend updates
Ken Raeburn
2003-05-24
1
-1
/
+0
*
Eliminate explicit declarations of errno; include errno.h as needed.
Ken Raeburn
2003-04-24
2
-1
/
+4
*
Use markers in Makefile.in rather than rules in configure.in to indicate when
Ken Raeburn
2003-01-10
2
-4
/
+6
*
Use socklen_t when passing address to socket functions.
Ken Raeburn
2003-01-10
2
-3
/
+11
*
* ftpd.c (auth_data): Kerberos v4 checksum must be a 32-bit value
Ken Raeburn
2003-01-03
2
-1
/
+6
*
Replace dependencies on generated krb524 and krb4 headers with
Tom Yu
2002-12-23
2
-14
/
+12
*
* configure.in: Quote the argument to AC_CHECK_HEADER. Autoconf
Ezra Peisach
2002-12-06
2
-1
/
+6
*
update dependencies
Tom Yu
2002-11-27
2
-8
/
+15
*
* configure.in: Set SETENVSRC correctly
Tom Yu
2002-11-27
2
-1
/
+5
*
* main.c (makeargv): Report an error if parsed arguments won't fit in margv
Ken Raeburn
2002-11-09
3
-3
/
+16
*
* ftpcmd.y: Bison 1.75 cleanup. Essentially remove `=' before
Ezra Peisach
2002-10-23
2
-78
/
+83
*
update dependencies
Ken Raeburn
2002-08-29
2
-4
/
+4
*
* Makefile.in: Revert $(S)=>/ change, for Windows support
Ken Raeburn
2002-08-29
6
-3
/
+15
*
Ignore a bunch of files generated by building in the source tree, excluding
Ken Raeburn
2002-08-29
2
-0
/
+3
*
Change $(S)=>/ and $(U)=>.. globally
Ken Raeburn
2002-08-23
6
-3
/
+15
*
* ftpd.c (auth_data, reply_gss_code): Use OM_uint32 instead of int
Ezra Peisach
2002-08-23
2
-2
/
+7
*
update dependencies
Ken Raeburn
2002-07-13
1
-10
/
+7
*
Don't install port-sockets.h, and don't include it from <kerberosIV/krb.h>.
Ken Raeburn
2002-07-12
2
-0
/
+5
*
updated deps
Ken Raeburn
2002-06-28
1
-5
/
+6
*
* Makefile.in (ftpd): Don't use krb5util library
Ken Raeburn
2002-06-25
2
-2
/
+6
*
update dependencies
Ken Raeburn
2002-06-21
2
-14
/
+18
*
update dependencies
Ken Raeburn
2002-06-15
2
-4
/
+2
*
Use ws2_32.lib instead of wsock32.lib
Ken Raeburn
2002-06-14
2
-1
/
+6
*
Don't use channel bindings for accept_sec_context
Sam Hartman
2002-04-11
2
-10
/
+5
*
Suppress warning about unitialized variable; compiler's constant folding
Sam Hartman
2002-04-11
2
-2
/
+6
*
* ftp.c: Include Winsock 2 instead of Winsock.
Danilo Almeida
2002-04-11
5
-2
/
+21
*
Patch from Mark Eichin for bug 635
Sam Hartman
2002-04-04
2
-6
/
+11
*
update dependencies
Ken Raeburn
2002-03-26
1
-0
/
+1
*
* Makefile.in: Remove dependency on krb524.h and krb524_err.h as
Ezra Peisach
2002-03-20
2
-1
/
+5
*
define "unix" on BSD
Ken Raeburn
2002-03-07
4
-9
/
+12
*
fix bug with inconsistent result codes when homedir isn't accessible but / is
Ken Raeburn
2002-01-08
2
-6
/
+18
*
* ftpcmd.y (pathname): Handle returns from ftpglob() better so
Tom Yu
2001-12-08
2
-6
/
+17
*
* glob.c (execbrc): Fix some fencepost errors. Don't copy
Tom Yu
2001-12-08
2
-2
/
+14
*
* ftpd.M: Remove improper formatting from the .SH NAME section, as it
Mitchell Berger
2001-10-11
2
-4
/
+7
*
Update automatic dependencies to work on Windows by using $(OUTPRE) and
Ken Raeburn
2001-10-11
2
-37
/
+42
*
* ftp.c: Conditionalize declarations of some "unused variables" to
Danilo Almeida
2001-10-11
2
-54
/
+45
*
Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;
Ken Raeburn
2001-10-10
12
-145
/
+147
*
updated dependencies for latest make-depend target code
Ken Raeburn
2001-09-06
2
-15
/
+13
*
dependencies
Ken Raeburn
2001-09-02
2
-0
/
+57
*
* glob.c (amatch, case '*'): Treat multiple asterisks the same as one
Ken Raeburn
2001-08-21
2
-0
/
+11
*
* ftpd.M: Update the usage line and option descriptions to be in sync
Mitchell Berger
2001-08-03
2
-19
/
+32
*
* ftpd.c (main): Convert to do option parsing with getopt() rather
Mitchell Berger
2001-08-03
2
-71
/
+48
*
* ftp.c: Declare mech_type in struct gss_trials gss_OID to be
Ezra Peisach
2001-07-30
2
-1
/
+6
*
Remove local Win32-specific definition of gss_mech_krb5.
Danilo Almeida
2001-07-28
2
-25
/
+10
[next]