index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2000-03-29
Fixed bug found by JF where if the amount of data to return in the prs_struct
Jeremy Allison
1
-1
/
+1
2000-03-29
More Japanese filename fixes wrt VFS code from
Tim Potter
2
-12
/
+16
2000-03-28
Win2k will only accept volume labels in UNICODE. Fixed.... :-(.
Jeremy Allison
1
-1
/
+2
2000-03-28
Moved common code to set parameter offset field correctly oout of 'if'
Jeremy Allison
1
-10
/
+8
2000-03-27
changed the definition of dos_PutUniCode
Andrew Tridgell
1
-4
/
+4
2000-03-25
rpc_parse/parse_spoolss.c: Added checks on mallocs/overflow checks on all prs_xx
Jeremy Allison
1
-32
/
+84
2000-03-22
Correctly convert from little-endian UNICODE to dos_codepage when doing
Jeremy Allison
1
-17
/
+4
2000-03-22
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
Jeremy Allison
1
-0
/
+2
2000-03-21
indent update to make t easier to see setuid mods in TNG. some
Luke Leighton
1
-455
/
+558
2000-03-16
Fixes to add "paranoid" option to popen. Checks some basic things.
Jeremy Allison
1
-1
/
+1
2000-03-13
include/smb.h:
Jeremy Allison
3
-25
/
+93
2000-03-13
Cleaning up call_trans2getdfsreferral.
Shirish Kalele
1
-1
/
+0
2000-03-13
Cleaned up call_trans2getdfsreferral for when MS_DFS is not defined.
Shirish Kalele
2
-3
/
+146
2000-03-13
moved #endif to end of function to compile when dfs is disabled.
Jean-François Micouleau
1
-1
/
+1
2000-03-11
Fix stupid logic bug in detecting start-of-pdu in writeX on pipe.
Jeremy Allison
1
-1
/
+2
2000-03-10
Cleaning up the warnings from configure.developer.
Shirish Kalele
2
-7
/
+6
2000-03-10
Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...
Jeremy Allison
1
-0
/
+2
2000-03-10
you know, when you do a cvs commit, you _really_ expect it to actually work.
Luke Leighton
1
-9
/
+0
2000-03-10
getprinter level 0: was to short, found most of the fields, undocumented,
Jean-François Micouleau
1
-1
/
+0
2000-03-10
removed unused variable
Jean-François Micouleau
1
-1
/
+0
2000-03-09
Big update moving the multi-pdu support from 2.0.x into HEAD for JF
Jeremy Allison
2
-48
/
+30
2000-03-09
Fixups for Win2K security descriptors from the 2.0.x branch.
Jeremy Allison
1
-26
/
+60
2000-03-08
dded Microsoft Dfs services.
Shirish Kalele
6
-9
/
+115
2000-03-01
Off by one error in detecting Win2k unicode bug.
Jeremy Allison
1
-1
/
+1
2000-03-01
Fix for Win2k unicode bug where doing SMB_NT_TRANSACT_CREATE it uses
Jeremy Allison
1
-12
/
+21
2000-02-29
Fixes for strange Win2K attempts to auto-inherit ACLs.
Jeremy Allison
1
-8
/
+27
2000-02-23
lib/system.c: Fixed gcc warnings.
Jeremy Allison
1
-1
/
+1
2000-02-18
Fix for reporting file system attributes correctly.
Jeremy Allison
1
-1
/
+2
2000-02-17
Don't assume that the (files_struct *) passed to fd_attempt_close()
Tim Potter
1
-2
/
+9
2000-02-15
Added replacement functions sys_popen and sys_pclose. These are based
Jeremy Allison
3
-14
/
+8
2000-02-07
Jeremy can you check lib/util_unistr.c for codepages support ?
Jean-François Micouleau
2
-2
/
+6
2000-02-07
Fix some more compile warnings.
Tim Potter
1
-1
/
+2
2000-02-04
Fix some compile warnings.
Tim Potter
2
-1
/
+8
2000-02-03
Put back lots of missing calls to dos_to_unix(). Thanks to
Tim Potter
7
-44
/
+59
2000-02-03
Mega-VFS merge. Yeah baby!
Tim Potter
14
-158
/
+261
2000-02-03
Comments to use vfs_* functions instead of dos_* unless really
Tim Potter
2
-0
/
+745
2000-01-29
Wrapped popen calls in HAVE_POPEN - needed if we are to add the
Jeremy Allison
1
-0
/
+2
2000-01-27
Fixed code page conversions of messages outgoing/incoming.
Jeremy Allison
1
-0
/
+10
2000-01-26
Added hash-based stat cache code from Ying Chen.
Jeremy Allison
2
-81
/
+93
2000-01-26
Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.
Jeremy Allison
2
-5
/
+5
2000-01-25
First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.
Jeremy Allison
4
-16
/
+0
2000-01-16
fixed some typos in access_table() which, amaziingly enough, make no
Andrew Tridgell
1
-3
/
+3
2000-01-16
made access_table() a pure logic function - makes it simpler to apply
Andrew Tridgell
1
-16
/
+26
2000-01-16
as obelix would say "these romans are crazy"
Andrew Tridgell
1
-40
/
+59
2000-01-16
rewrote the access_table() code to get it right for *.exe, *.dll,
Andrew Tridgell
1
-27
/
+41
2000-01-16
use string_set() instead of string_init()
Andrew Tridgell
2
-5
/
+5
2000-01-14
useable_space does not include the alignment offset calculations.
Jeremy Allison
1
-1
/
+8
2000-01-14
we now pass all byte range locking tests
Andrew Tridgell
1
-0
/
+2
2000-01-14
Added "inherit permissions" patch.
Jeremy Allison
6
-32
/
+84
2000-01-14
some more work on the byte range locking
Andrew Tridgell
1
-2
/
+7
[prev]
[next]