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
/
source4
/
ntvfs
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-25
opendb: add odb_update_oplock() call
Stefan Metzmacher
3
-2
/
+51
2008-02-25
opendb: send also the oplock break level on MSG_NTVFS_OPLOCK_BREAK
Stefan Metzmacher
2
-5
/
+27
2008-02-25
opendb: add odb_get_key() function to get the key back from a struct odb_lock
Stefan Metzmacher
3
-0
/
+12
2008-02-25
pvfs_unlink: move stream logic into pvfs_unlink_one()
Stefan Metzmacher
1
-34
/
+8
2008-02-25
pvfs_unlink: splitup the logic into generic and file specific functions
Stefan Metzmacher
1
-17
/
+28
2008-02-25
pvfs_unlink: add a fast path for the non wildcard case
Stefan Metzmacher
1
-0
/
+4
2008-02-25
pvfs_unlink: move !name->stream_exists into the caller
Stefan Metzmacher
1
-4
/
+4
2008-02-25
pvfs_unlink: pass down union smb_unlink completely to sub functions
Stefan Metzmacher
1
-8
/
+10
2008-02-25
pvfs_unlink: pass down a struct pvfs_filename to pvfs_unlink_one()
Stefan Metzmacher
1
-16
/
+14
2008-02-25
pvfs_open: unify talloc behavior in pvfs_can_delete/rename/stat()
Stefan Metzmacher
1
-4
/
+12
2008-02-25
pvfs: handle SHARING_VIOLATION and OPLOCK_NOT_GRANTED in pvfs_can_delete/rena...
Stefan Metzmacher
1
-2
/
+26
2008-02-25
pvfs: pass NULL to pvfs_can_*() when no odb_lock is needed by the caller
Stefan Metzmacher
3
-12
/
+9
2008-02-25
pvfs_wait: use struct pvfs_wait * instead of void *
Stefan Metzmacher
5
-11
/
+15
2008-02-25
pvfs_wait: 'private' -> 'private_data' and use talloc_get_type()
Stefan Metzmacher
1
-11
/
+16
2008-02-21
Remove more uses of global_loadparm.
Jelmer Vernooij
1
-1
/
+5
2008-02-21
Remove more uses of global_loadparm.
Jelmer Vernooij
2
-8
/
+11
2008-02-18
Rename include to mkinclude to emphasize it is different from make's include.
Jelmer Vernooij
1
-4
/
+4
2008-02-18
Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'
Jelmer Vernooij
1
-1
/
+1
2008-02-14
A better way to handle the different format of RenameInformation in SMB2
Andrew Tridgell
1
-0
/
+3
2008-02-14
we need to refuse a root_fid in rename on SMB but not SMB2
Andrew Tridgell
1
-3
/
+5
2008-02-14
Fixed SMB2 rename operations from Vista clients
Andrew Tridgell
1
-13
/
+24
2008-02-13
missed another spot in the SMB2 create conversion
Andrew Tridgell
1
-6
/
+6
2008-02-13
updated SMB2 create operation to match WSPP.
Andrew Tridgell
1
-2
/
+2
2008-02-13
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
1
-4
/
+16
2008-02-13
updated SMB2 tcon as per WSPP docs
Andrew Tridgell
1
-3
/
+5
2008-02-12
Fix open file tracking in vfs_cifs so that oplock breaks can propagate
Amin Azez
1
-4
/
+16
2008-01-21
build: Demote a bunch of libraries to subsystems. This makes packaging easier...
Jelmer Vernooij
1
-4
/
+1
2008-01-05
r26672: Janitorial: Remove uses of global_loadparm.
Jelmer Vernooij
4
-18
/
+20
2008-01-05
r26670: Janitorial: Remove global_loadparm uses.
Jelmer Vernooij
1
-2
/
+2
2008-01-03
r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...
Jelmer Vernooij
1
-7
/
+1
2008-01-03
r26651: libsmb: Allow specifying signing policy from higher up.
Jelmer Vernooij
1
-0
/
+1
2008-01-02
r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...
Jelmer Vernooij
1
-0
/
+6
2008-01-02
r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...
Jelmer Vernooij
1
-1
/
+4
2008-01-01
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
3
-4
/
+6
2008-01-01
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...
Jelmer Vernooij
3
-5
/
+5
2007-12-24
r26580: Include sentinel in build.h, in case the list is empty.
Jelmer Vernooij
2
-2
/
+2
2007-12-24
r26576: Allow the static module loading code to be used for the Python modules.
Jelmer Vernooij
2
-2
/
+2
2007-12-21
r26443: Remove global_loadparm instances.
Jelmer Vernooij
2
-3
/
+3
2007-12-21
r26440: Remove more uses of global_loadparm.
Jelmer Vernooij
3
-2
/
+4
2007-12-21
r26432: Require ndr_pull users to specify iconv_convenience.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26431: Require ndr_push creators to specify a iconv_convenience context.
Jelmer Vernooij
3
-6
/
+8
2007-12-21
r26430: require explicit specification of loadparm context.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26429: Avoid use of global_smb_iconv_convenience.
Jelmer Vernooij
5
-12
/
+15
2007-12-21
r26409: Pass smb ports along.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26403: Make sure ntvfs is only initialized once.
Jelmer Vernooij
1
-1
/
+7
2007-12-21
r26382: Remove more uses of global_loadparm.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26355: Eliminate global_loadparm in more places.
Jelmer Vernooij
6
-5
/
+9
2007-12-21
r26353: Remove use of global_loadparm.
Jelmer Vernooij
9
-10
/
+13
2007-12-21
r26316: Use contexts for conversion functions.
Jelmer Vernooij
5
-11
/
+11
2007-12-21
r26296: Store loadparm context in DCE/RPC server context.
Jelmer Vernooij
1
-1
/
+2
[next]