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
/
nttrans.c
Age
Commit message (
Expand
)
Author
Files
Lines
2002-03-07
get the right return code for batch vs exclusive oplocks
Andrew Tridgell
1
-5
/
+12
2002-03-07
Fixed delete on close semantics - preparing for share mode rewrite.
Jeremy Allison
1
-13
/
+12
2002-03-06
Reformat preparing for changes to come...
Jeremy Allison
1
-155
/
+155
2002-02-27
Added "nt status support" parameter. Fix offline synchronisation.
Jeremy Allison
1
-5
/
+4
2002-02-26
This is a nasty hack to fix "xcopy /o" from win2000 on a Samba share
Andrew Tridgell
1
-3
/
+7
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-20
This is the current patch from Luke Leighton <lckl@samba-tng.org> to add a
Andrew Bartlett
1
-1
/
+1
2002-01-04
Re-wrote the guts of the rename_internals code to cope with a reported
Jeremy Allison
1
-1
/
+2
2001-12-20
Grr - numbers printed in hexadecimal should be preceeded by 0x
Tim Potter
1
-7
/
+7
2001-12-18
Return NT_STATUS_OBJECT_NOT_FOUND or ERRbadpipe if pipe name not found.
Jeremy Allison
1
-1
/
+1
2001-11-23
Fixed delete on close bug. Added core dump code to winbindd.
Jeremy Allison
1
-7
/
+14
2001-11-15
Fix detection of RedHat 7.2.
Jeremy Allison
1
-0
/
+5
2001-11-13
Formatting fixes only.
Jeremy Allison
1
-44
/
+43
2001-11-05
Don't put a \n on the end of the arg to exit_server()
Tim Potter
1
-5
/
+5
2001-10-12
Made nt acl support a local parameter for w2ksp2 profile fix.
Jeremy Allison
1
-26
/
+54
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
-21
/
+12
2001-09-12
- enable MSDFS by default, there seems no reason not to have it enabled
Andrew Tridgell
1
-2
/
+0
2001-09-04
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
1
-22
/
+20
2001-08-27
started converting NTSTATUS to be a structure on systems with gcc in order to...
Andrew Tridgell
1
-7
/
+7
2001-08-27
converted smbd to use NTSTATUS by default
Andrew Tridgell
1
-45
/
+40
2001-08-10
merge from 2.2
Gerald Carter
1
-1
/
+1
2001-08-06
Added Gerald's lanman printing only change to HEAD.
Jeremy Allison
1
-68
/
+4
2001-07-30
uint -> uint32.
Jeremy Allison
1
-1
/
+1
2001-07-04
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
1
-2
/
+2
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-9
/
+9
2001-07-04
Ensure we correctly round down to 2 second boundary if dos filetime
Jeremy Allison
1
-2
/
+22
2001-06-09
*Wonderful* patch from Andrew Bartlett that will help ensure tdb's are
Jeremy Allison
1
-3
/
+6
2001-03-30
This is a big, rather ugly patch. Whilst investigating the files not truncated
Jeremy Allison
1
-1
/
+30
2001-03-26
Ensure get/set NT ACL code is redirected through vfs.
Jeremy Allison
1
-2
/
+2
2001-03-16
converted the nttrans code to unicode on the wire
Andrew Tridgell
1
-117
/
+13
2001-03-13
this patch does a number of things:
Andrew Tridgell
1
-8
/
+9
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-2
/
+0
2001-03-09
Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.
Jeremy Allison
1
-2
/
+2
2001-02-28
Move to talloc control of SPOOL_XXX structs. Move to talloc control of
Jeremy Allison
1
-9
/
+0
2001-02-12
Fix for DACL/SACL masking typo - spotted by medha@pezman.austin.ibm.com.
Jeremy Allison
1
-2
/
+2
2001-02-12
Merge of JohnR's changes to appliance-head, JF's changes to 2.2,
Jeremy Allison
1
-1
/
+10
2001-01-31
lib/system.c: Fix for pw caching.
Jeremy Allison
1
-46
/
+93
2001-01-24
smbd/lanman.c: Fix for calling qsort with 0 number.
Jeremy Allison
1
-4
/
+12
2000-11-24
This should fix Office failing to print to "FILE:".
Jeremy Allison
1
-3
/
+3
2000-10-19
Ok - this is a big patch - and it may break smbd a bit (although
Jeremy Allison
1
-47
/
+10
2000-10-11
changes to sync with 2.2. tree
Herb Lewis
1
-8
/
+58
2000-10-06
Fixed error return messages needed for NTTrans CreateDirectory.
Jeremy Allison
1
-0
/
+16
2000-10-06
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison
1
-5
/
+5
2000-10-05
Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be added
Jeremy Allison
1
-1
/
+4
2000-09-20
Fix to allow a timestamp of zero to cause an instantaneous changenotify
Jeremy Allison
1
-1
/
+8
2000-08-01
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
1
-5
/
+5
2000-07-27
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
1
-2
/
+20
2000-06-12
split all the change notify code out into a separate module
Andrew Tridgell
1
-392
/
+35
2000-06-09
(Correct) fix for desired_access being zero in map_share_mode().
Jeremy Allison
1
-12
/
+12
[next]