Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2957 → Rev 2958

/kernel/branches/net/applications/ftpd/commands.inc
652,8 → 652,8
jnz .incorrect
cmp dword [edi], -1 ; no key, section or file found.. fail!
je .incorrect
;;; cmp byte [edi], 0 ; zero password? ok!
;;; je .ok
cmp byte [edi], 0 ; zero password? ok!
je .ok
 
add esi, 5
sub ecx, 5
904,6 → 904,9
dec edi
lea esi, [ebp + thread_data.buffer + 5]
mov ecx, 1024
cmp byte [esi], '/'
jne .loop
inc esi
.loop:
lodsb
cmp al, 0x20
/kernel/branches/net/applications/ftpd/users.ini
8,7 → 8,8
 
 
[anonymous]
pass= ; leavy empty for none
; leavy pass empty to disable it
pass=
home=/rd/1/
mode=3