index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
pvfs: add pvfs_setup_oplock() to receive oplock breaks and pass them to the c...
Stefan Metzmacher
2008-02-26
2
-0
/
+137
|
*
|
|
pvfs_open: make the retry logic indepdendent from open and sharing violations
Stefan Metzmacher
2008-02-26
2
-50
/
+104
|
*
|
|
pvfs_open: fix odb_can_open() callers after prototype change
Stefan Metzmacher
2008-02-26
1
-16
/
+35
|
*
|
|
opendb: unify the parameters of odb_open_file() and odb_can_open()
Stefan Metzmacher
2008-02-26
4
-18
/
+15
|
*
|
|
pvfs_open: pass down open_disposition and break_to_none to odb_open_file()
Stefan Metzmacher
2008-02-26
1
-8
/
+12
|
*
|
|
opendb: pass down open_disposition and break_to_none to odb_open_file()
Stefan Metzmacher
2008-02-26
4
-18
/
+21
|
*
|
|
pvfs_setfileinfo_rename: map DELETE_PENDING to ACCESS_DENIED
Stefan Metzmacher
2008-02-26
1
-0
/
+3
|
*
|
|
opendb_tdb: only file->delete_on_close == true should give DELETE_PENDING
Stefan Metzmacher
2008-02-26
1
-2
/
+5
|
*
|
|
opendb_tdb: move sharemode, oplock logic into odb_tdb_open_can_internal()
Stefan Metzmacher
2008-02-26
1
-89
/
+102
|
*
|
|
opendb_tdb: add force break to none logic
Stefan Metzmacher
2008-02-26
1
-2
/
+7
|
*
|
|
opendb_tdb: attribute only opens doesn't conflict with BATCH oplocks
Stefan Metzmacher
2008-02-26
1
-2
/
+35
|
*
|
|
opendb_tdb: grant level2 oplocks
Stefan Metzmacher
2008-02-26
1
-9
/
+23
|
*
|
|
opendb: add odb_break_oplocks() function
Stefan Metzmacher
2008-02-26
4
-2
/
+57
|
|
/
/
|
*
|
Remove more cruft about smbscript.
Andrew Bartlett
2008-02-26
1
-3
/
+1
|
*
|
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
Andrew Bartlett
2008-02-26
19
-149
/
+280
|
|
\
\
|
|
*
|
howto: We need bin/smbpython to run python provisioning
Kai Blin
2008-02-26
1
-1
/
+1
|
|
*
|
Update homepages for talloc, tdb and ldb subprojects
Simo Sorce
2008-02-25
3
-34
/
+24
|
*
|
|
Make use of smbpython clear.
Andrew Bartlett
2008-02-26
1
-4
/
+3
*
|
|
|
Revert cflags hack.
Jelmer Vernooij
2008-02-26
1
-4
/
+4
*
|
|
|
Use make to generate fragments rather than the perl code.
Jelmer Vernooij
2008-02-26
1
-1
/
+7
*
|
|
|
Move more code out of perl.
Jelmer Vernooij
2008-02-26
2
-5
/
+5
*
|
|
|
Fix the build (again).
Jelmer Vernooij
2008-02-26
5
-1
/
+42
*
|
|
|
Fix the build.
Jelmer Vernooij
2008-02-26
5
-377
/
+374
*
|
|
|
Remove legacy code for public prototype headers.
Jelmer Vernooij
2008-02-25
2
-27
/
+6
*
|
|
|
Remove public prototype headers. Generating both public and private prototype...
Jelmer Vernooij
2008-02-25
14
-26
/
+24
*
|
|
|
Remove binaries:: in favor of SBIN_PROGS, BIN_PROGS.
Jelmer Vernooij
2008-02-25
2
-8
/
+3
*
|
|
|
Use more make constructions for shared library bits.
Jelmer Vernooij
2008-02-25
2
-27
/
+33
*
|
|
|
Use make's $(call) feature.
Jelmer Vernooij
2008-02-25
3
-16
/
+25
*
|
|
|
Fix use of realpath, fix init functions for ldb.
Jelmer Vernooij
2008-02-25
8
-54
/
+58
*
|
|
|
Update smb_build README.
Jelmer Vernooij
2008-02-25
1
-3
/
+1
*
|
|
|
Remove obsolete comment.
Jelmer Vernooij
2008-02-25
1
-9
/
+3
*
|
|
|
Merge env.pm into makefile.pm.
Jelmer Vernooij
2008-02-25
3
-61
/
+27
*
|
|
|
Move configure output details out of perl code.
Jelmer Vernooij
2008-02-25
2
-9
/
+9
*
|
|
|
Remove workaround for some non-GNU makes.
Jelmer Vernooij
2008-02-25
4
-31
/
+15
*
|
|
|
Include CFLAGS overrides in make file.
Jelmer Vernooij
2008-02-25
3
-72
/
+55
*
|
|
|
Remove more unnecessary generated code.
Jelmer Vernooij
2008-02-25
1
-3
/
+1
*
|
|
|
Use more GNU-make specific variables.
Jelmer Vernooij
2008-02-25
1
-2
/
+2
*
|
|
|
Move automatic dependencies code out of perl code.
Jelmer Vernooij
2008-02-25
3
-39
/
+31
*
|
|
|
Fix standalone ldb build modules.
Jelmer Vernooij
2008-02-25
1
-5
/
+5
*
|
|
|
Allow absolute paths to be specified to mkproto.pl.
Jelmer Vernooij
2008-02-25
1
-1
/
+3
*
|
|
|
Use $@ where possible.
Jelmer Vernooij
2008-02-25
2
-8
/
+4
*
|
|
|
Use realpath for now to work around .. tricks.
Jelmer Vernooij
2008-02-25
2
-8
/
+8
*
|
|
|
Remove unused include.
Jelmer Vernooij
2008-02-25
1
-2
/
+0
*
|
|
|
Remove the now unused cflags script.
Jelmer Vernooij
2008-02-25
3
-53
/
+6
*
|
|
|
Use addprefix where possible rather than perl expansion of files.
Jelmer Vernooij
2008-02-25
2
-48
/
+11
*
|
|
|
Fix the build.
Jelmer Vernooij
2008-02-25
4
-5
/
+16
*
|
|
|
Integrate asn1 compilation into asn1 compiler.
Jelmer Vernooij
2008-02-25
1
-10
/
+3
*
|
|
|
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
2008-02-25
198
-1437
/
+2905
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
opendb: add odb_update_oplock() call
Stefan Metzmacher
2008-02-25
4
-3
/
+66
|
*
|
|
opendb: send also the oplock break level on MSG_NTVFS_OPLOCK_BREAK
Stefan Metzmacher
2008-02-25
2
-5
/
+27
[prev]
[next]