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
/
trans2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-01-14
merge alt_name patch from head
Andrew Tridgell
1
-1
/
+1
2002-12-05
The element in fsp->print_job should be a RAP jobid, not a uint32 RPC
Jeremy Allison
1
-4
/
+1
2002-12-04
Need brackets around macro args. Spotted by Patrick Welche <prlw1@newn.cam.ac...
Jeremy Allison
1
-1
/
+1
2002-12-04
Missed the removal of the incorrect ifdef.
Jeremy Allison
1
-3
/
+1
2002-12-04
Fix for 64 bit issues with oplocks and allocation size.
Jeremy Allison
1
-10
/
+10
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-2
/
+1
2002-10-23
First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.
Jeremy Allison
1
-0
/
+2
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-24
/
+45
2002-08-17
Sync 3.0 branch with head
Jelmer Vernooij
1
-36
/
+52
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-1084
/
+1539
2002-04-11
This split the mangling code up to allow for the possibility of multiple
Andrew Tridgell
1
-13
/
+13
2002-04-02
Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works.
Jeremy Allison
1
-0
/
+14
2002-03-28
Ensure that setting file length can return disk full on failure.
Jeremy Allison
1
-2
/
+7
2002-03-23
Fix the mp3 rename bug - also tidy up our open code and remove the special
Jeremy Allison
1
-1
/
+1
2002-03-20
HEAD only fix for truncate from Alexander Bokovoy <a.bokovoy@sam-solutions.net>.
Jeremy Allison
1
-1
/
+1
2002-03-20
Ensure we get a real fd when opening for set file allocation.
Jeremy Allison
1
-1
/
+1
2002-03-20
Remove the "stat open" code - make it inline. This should fix the
Jeremy Allison
1
-7
/
+2
2002-03-05
Mask off the aDIR on setfileinfo.
Jeremy Allison
1
-0
/
+5
2002-03-04
Canonicalise pathnames returned to Windows directory separators.
Jeremy Allison
1
-0
/
+1
2002-02-25
This fixes 4 info levels in a trans2 find_first that should not be null
Andrew Tridgell
1
-4
/
+6
2002-02-21
this fixes the security tab on mapped drives for unicode clients.
Andrew Tridgell
1
-19
/
+12
2002-02-05
check for empty parameters in qpathinfo
Andrew Tridgell
1
-0
/
+4
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-11
Same fix as went into 2.2 (I'm waiting for jerry to finish some code).
Jeremy Allison
1
-5
/
+5
2002-01-10
First part of UNIX extensions (#ifdefed out) more to follow.
Jeremy Allison
1
-1
/
+169
2001-12-20
fixed long filenames on win98
Andrew Tridgell
1
-1
/
+3
2001-11-28
Ensure the CAN_WRITE is checked and prevents O_CREAT and O_TRUNC from
Jeremy Allison
1
-0
/
+9
2001-11-23
Fixed delete on close bug. Added core dump code to winbindd.
Jeremy Allison
1
-72
/
+89
2001-11-17
Tidyups when I was doing the big merge...
Jeremy Allison
1
-0
/
+1
2001-11-12
Fixed allocation bug in database prog. Some format fixes.
Jeremy Allison
1
-954
/
+953
2001-11-10
Use defined constants not integers.
Jeremy Allison
1
-3
/
+3
2001-11-08
Only 1mb allocate slop.
Jeremy Allison
1
-56
/
+55
2001-11-08
Merge overdue changes from 2.2. Fix <4gb write problem.
Jeremy Allison
1
-40
/
+29
2001-11-08
Added more define bits. Fixed error in vol attributes.
Jeremy Allison
1
-1
/
+0
2001-11-05
Don't put a \n on the end of the arg to exit_server()
Tim Potter
1
-3
/
+3
2001-10-12
Made nt acl support a local parameter for w2ksp2 profile fix.
Jeremy Allison
1
-1
/
+1
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-1
/
+0
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-16
/
+8
2001-09-05
Removed unneeded set of delete on close in fsp->share_mode.
Jeremy Allison
1
-7
/
+0
2001-09-05
when you update the share mode in the db you must also update
Andrew Tridgell
1
-0
/
+7
2001-08-27
converted smbd to use NTSTATUS by default
Andrew Tridgell
1
-54
/
+50
2001-08-24
fixed level2 find first for unisys clients
Andrew Tridgell
1
-0
/
+1
2001-08-23
Fix W2K profiles writing to a Samba PDC. Thanks to Microsoft for their help !
Jeremy Allison
1
-15
/
+6
2001-08-10
More constant conversions.
Tim Potter
1
-2
/
+2
2001-08-09
Fixed wrong placement of allocate code :-(.
Jeremy Allison
1
-5
/
+5
2001-08-07
Added fixes to return correct error codes on space allocation fail.
Jeremy Allison
1
-1
/
+1
2001-08-01
Added "strict allocate" per share parameter. This causes actual on-disk alloc...
Jeremy Allison
1
-10
/
+44
2001-07-28
Fix for potential crash bug with bad fid.
Jeremy Allison
1
-1
/
+13
2001-07-07
fixed some unicode and LANMAN2 bugs in trans2 find first/next
Andrew Tridgell
1
-39
/
+3
2001-07-04
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
1
-3
/
+3
[next]