index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
smbd
/
nttrans.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
uint -> uint32.
Jeremy Allison
2001-07-30
1
-1
/
+1
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-2
/
+2
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-9
/
+9
*
Ensure we correctly round down to 2 second boundary if dos filetime
Jeremy Allison
2001-07-04
1
-2
/
+22
*
*Wonderful* patch from Andrew Bartlett that will help ensure tdb's are
Jeremy Allison
2001-06-09
1
-3
/
+6
*
This is a big, rather ugly patch. Whilst investigating the files not truncated
Jeremy Allison
2001-03-30
1
-1
/
+30
*
Ensure get/set NT ACL code is redirected through vfs.
Jeremy Allison
2001-03-26
1
-2
/
+2
*
converted the nttrans code to unicode on the wire
Andrew Tridgell
2001-03-16
1
-117
/
+13
*
this patch does a number of things:
Andrew Tridgell
2001-03-13
1
-8
/
+9
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-2
/
+0
*
Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.
Jeremy Allison
2001-03-09
1
-2
/
+2
*
Move to talloc control of SPOOL_XXX structs. Move to talloc control of
Jeremy Allison
2001-02-28
1
-9
/
+0
*
Fix for DACL/SACL masking typo - spotted by medha@pezman.austin.ibm.com.
Jeremy Allison
2001-02-12
1
-2
/
+2
*
Merge of JohnR's changes to appliance-head, JF's changes to 2.2,
Jeremy Allison
2001-02-12
1
-1
/
+10
*
lib/system.c: Fix for pw caching.
Jeremy Allison
2001-01-31
1
-46
/
+93
*
smbd/lanman.c: Fix for calling qsort with 0 number.
Jeremy Allison
2001-01-24
1
-4
/
+12
*
This should fix Office failing to print to "FILE:".
Jeremy Allison
2000-11-24
1
-3
/
+3
*
Ok - this is a big patch - and it may break smbd a bit (although
Jeremy Allison
2000-10-19
1
-47
/
+10
*
changes to sync with 2.2. tree
Herb Lewis
2000-10-11
1
-8
/
+58
*
Fixed error return messages needed for NTTrans CreateDirectory.
Jeremy Allison
2000-10-06
1
-0
/
+16
*
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison
2000-10-06
1
-5
/
+5
*
Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be added
Jeremy Allison
2000-10-05
1
-1
/
+4
*
Fix to allow a timestamp of zero to cause an instantaneous changenotify
Jeremy Allison
2000-09-20
1
-1
/
+8
*
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
2000-08-01
1
-5
/
+5
*
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
2000-07-27
1
-2
/
+20
*
split all the change notify code out into a separate module
Andrew Tridgell
2000-06-12
1
-392
/
+35
*
(Correct) fix for desired_access being zero in map_share_mode().
Jeremy Allison
2000-06-09
1
-12
/
+12
*
Fix for map_share_mode to allow desired access of zero map to stat open.
Jeremy Allison
2000-06-08
1
-0
/
+11
*
Fixing get/set of security descriptors.
Jeremy Allison
2000-06-07
1
-1
/
+4
*
rpc_client/cli_lsarpc.c: Removed unused variable.
Jeremy Allison
2000-06-03
1
-9
/
+9
*
Changed interface to set_nt_acl slightly.
Jeremy Allison
2000-05-31
1
-1
/
+1
*
Fixed interface between new ACLS and nttrans code.
Jeremy Allison
2000-05-31
1
-183
/
+12
*
prs_give_memory in wrong place, also poss. was losing mem.
Luke Leighton
2000-05-27
1
-7
/
+7
*
fixed nttrans.c
Luke Leighton
2000-05-27
1
-406
/
+38
*
Changed MS_DFS to WITH_MSDFS throughout.
Shirish Kalele
2000-05-26
1
-1
/
+1
*
Did a proper fix for the file access on IPC$. Denied all pipe opens on
Jeremy Allison
2000-05-23
1
-124
/
+192
*
Fixed bug where file access was allowed on IPC$ share.
Jeremy Allison
2000-05-23
1
-0
/
+3
*
Added the NETDFS pipe to allow remote administration of the msdfs symlinks
Shirish Kalele
2000-05-18
1
-0
/
+3
*
more merging voodoo
Andrew Tridgell
2000-05-10
1
-1
/
+3
*
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
2000-04-25
1
-1
/
+0
*
Now that fsp's are created on successful file open, the structure member
Jeremy Allison
2000-04-24
1
-1
/
+1
*
insure caught an uninitialised memory reference - ensure it starts as
Andrew Tridgell
2000-04-23
1
-0
/
+2
*
This is a *big* checkin that may break some things, but implements the
Jeremy Allison
2000-04-22
1
-40
/
+16
*
finally got sick of the "extern int Client" code and the stupid
Andrew Tridgell
2000-04-11
1
-6
/
+4
*
the bulk of the changes to get rid of fd_ptr and move print open
Andrew Tridgell
2000-04-10
1
-32
/
+8
*
Correctly convert from little-endian UNICODE to dos_codepage when doing
Jeremy Allison
2000-03-22
1
-17
/
+4
*
include/smb.h:
Jeremy Allison
2000-03-13
1
-19
/
+84
*
Fixups for Win2K security descriptors from the 2.0.x branch.
Jeremy Allison
2000-03-09
1
-26
/
+60
*
dded Microsoft Dfs services.
Shirish Kalele
2000-03-08
1
-1
/
+4
*
Off by one error in detecting Win2k unicode bug.
Jeremy Allison
2000-03-01
1
-1
/
+1
[prev]
[next]