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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-06
pvfs_open: pass down allow_level_II_oplock to odb_open_file()
Stefan Metzmacher
1
-4
/
+16
2008-03-06
opendb: add allow_level_II_oplock parameter to odb_open_file()
Stefan Metzmacher
5
-12
/
+27
2008-03-06
pvfs_open: fix crash/leak in case pvfs_setup_oplock() fails
Stefan Metzmacher
1
-6
/
+5
2008-03-06
ntvfs: pass down the client capabilities into the ntvfs layer
Stefan Metzmacher
6
-0
/
+30
2008-03-06
libcli/raw: make it possible to not send CAP_LEVEL_II_OPLOCKS
Stefan Metzmacher
3
-5
/
+9
2008-03-06
Fix typo
Andrew Bartlett
1
-1
/
+1
2008-03-06
Ensure we get this option from the command line, not the internal
Andrew Bartlett
1
-1
/
+2
2008-03-06
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartlet
Andrew Bartlett
4
-62
/
+308
2008-03-06
Make Samba4 pass the NET-API-BECOMEDC test against Win2k3 (again).
Andrew Bartlett
12
-434
/
+275
2008-03-06
ldb_wrap: Debug at derived samba_level, not the level of the ldb debug enum.
Andrew Kroeger
1
-1
/
+1
2008-03-04
selftest: use the same oplocktimeout for smbtorture as for smbd
Stefan Metzmacher
1
-1
/
+1
2008-03-04
RAW-OPLOCK: add BATCH22 and test the behavior of oplock break timeouts
Stefan Metzmacher
1
-0
/
+118
2008-03-04
RAW-OPLOCK: add BATCH21: a self write with an oplock doesn't break it
Stefan Metzmacher
1
-0
/
+70
2008-03-04
pvfs_oplock: auto release oplocks after a timeout
Stefan Metzmacher
1
-6
/
+61
2008-03-04
pvfs_oplock: only a break level2 oplocks...
Stefan Metzmacher
1
-11
/
+1
2008-03-04
pvfs_oplock: move pvfs_oplock_release() parts into a helper function
Stefan Metzmacher
1
-43
/
+56
2008-03-04
build: fix the build with --enable-automatic-dependencies=yes
Stefan Metzmacher
2
-3
/
+3
2008-03-04
Try to return sane ldb error strings
Andrew Bartlett
1
-1
/
+10
2008-03-04
The DN in objectCategory should, if possible, be returned pretty...
Andrew Bartlett
2
-2
/
+10
2008-03-04
Don't hardcode objectCategory into the schema, even in the schema.
Andrew Bartlett
1
-545
/
+0
2008-03-03
Fix failure to re-provision.
Andrew Bartlett
3
-10
/
+21
2008-03-03
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
Andrew Bartlett
6
-142
/
+383
2008-03-03
Fix member server provision
Douglas VanLeuven
1
-1
/
+1
2008-03-03
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Jelmer Vernooij
1
-34
/
+49
2008-03-03
Merge branch 'v4-0-test' into id10ts-registry
Jelmer Vernooij
185
-1548
/
+2911
2008-03-02
Fix blackbox.kinit test by issuing new certificates good for 25 years.
Andrew Kroeger
1
-34
/
+49
2008-03-02
Some cleanups for the ldb doxygen docs.
Brad Hards
1
-10
/
+12
2008-03-01
Remove unused variable, fix (80, 'Other error') exceptions from ldb python bi...
Jelmer Vernooij
2
-4
/
+4
2008-03-01
Fix error handling in ldb.add().
Jelmer Vernooij
2
-161
/
+81
2008-03-01
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Jelmer Vernooij
2
-17
/
+13
2008-03-01
pvfs_rename: move odb_rename() onto pvfs_do_rename()
Stefan Metzmacher
2
-17
/
+13
2008-02-29
Remove duplicate message.
Jelmer Vernooij
1
-2
/
+0
2008-02-29
Fix variable name.
Jelmer Vernooij
1
-1
/
+1
2008-02-29
Simpler handling of sonameflag.
Jelmer Vernooij
1
-16
/
+7
2008-02-29
Move automatic dependencies code out of perl code.
Jelmer Vernooij
3
-39
/
+31
2008-02-29
Allow absolute paths to be specified to mkproto.pl.
Jelmer Vernooij
1
-1
/
+3
2008-02-29
Use special make variables.
Jelmer Vernooij
1
-3
/
+3
2008-02-29
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Jelmer Vernooij
11
-35
/
+339
2008-02-29
Remove useless include, simplify generated CFLAGS lines in Makefile.
Jelmer Vernooij
2
-8
/
+1
2008-02-29
RAW-SFILEINFO-RENAME: test renaming of directories by path and handle
Stefan Metzmacher
1
-8
/
+84
2008-02-29
RAW-SFILEINFO-RENAME: test renaming by path while a handle is open on a file
Stefan Metzmacher
1
-0
/
+25
2008-02-29
pvfs_setfileinfo: support renaming of directories
Stefan Metzmacher
1
-5
/
+0
2008-02-29
selftest: we pass RAW-OPLOCK BATCH19 and 20 now
Stefan Metzmacher
1
-2
/
+0
2008-02-29
pvfs_setfileinfo: tell the opendb about renames
Stefan Metzmacher
1
-3
/
+22
2008-02-29
pvfs: use pvfs_resolve_name_handle() in qfileinfo and setfileinfo
Stefan Metzmacher
2
-2
/
+2
2008-02-29
pvfs_resolve: add pvfs_resolve_name_handle()
Stefan Metzmacher
1
-0
/
+80
2008-02-29
RAW-CHKPATH: also use qpathinfo NAME_INFO and check the returned name
Stefan Metzmacher
1
-11
/
+66
2008-02-29
pvfs_resolve: "\\" and a trailing "\" need to be reduced
Stefan Metzmacher
1
-2
/
+9
2008-02-29
pvfs_resolve: fix endless loop with trailing ".."
Stefan Metzmacher
1
-1
/
+1
2008-02-29
opendb: add odb_get_path()
Stefan Metzmacher
4
-0
/
+49
[next]