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
path:
root
/
source4
/
ntvfs
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r26355: Eliminate global_loadparm in more places.
Jelmer Vernooij
2007-12-21
4
-3
/
+6
*
r26353: Remove use of global_loadparm.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26228: Store loadparm context in auth context, move more loadparm_contexts u...
Jelmer Vernooij
2007-12-21
1
-1
/
+2
*
r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.
Jelmer Vernooij
2007-12-21
3
-3
/
+2
*
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
2007-12-21
2
-22
/
+30
*
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2007-10-10
4
-26
/
+26
*
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
2007-10-10
2
-2
/
+2
*
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
2007-10-10
2
-2
/
+2
*
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2007-10-10
2
-0
/
+2
*
r24816: Move the rest of the contents of core.h to more appropriate places.
Jelmer Vernooij
2007-10-10
1
-0
/
+2
*
r24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r24642: prevent recursion with fetch_locked
Andrew Tridgell
2007-10-10
1
-10
/
+22
*
r24284: change brlock_tdb.c to use the dbwrap API. This actually makes the
Andrew Tridgell
2007-10-10
3
-100
/
+67
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
9
-27
/
+18
*
r22863: in SMB2 mode we always need to return NT_STATUS_LOCK_NOT_GRANTED
Stefan Metzmacher
2007-10-10
1
-0
/
+6
*
r22082: merged the ctdb changes from bzr
Andrew Tridgell
2007-10-10
3
-3
/
+7
*
r21807: modularise the opendb code, so different backends can be
Andrew Tridgell
2007-10-10
5
-458
/
+693
*
r21669: Fix --enable-dso build
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r20983: Two no-mem error returns
Volker Lendecke
2007-10-10
1
-0
/
+5
*
r20972: "private" -> "private_data"
Volker Lendecke
2007-10-10
1
-17
/
+17
*
r20947: fixed a bug in the unlock logic in the brlock tdb backend
Andrew Tridgell
2007-10-10
1
-28
/
+44
*
r20920: use cluster_tdb_tmp_open() in ntvfs backend code
Andrew Tridgell
2007-10-10
3
-17
/
+3
*
r20899: fix the build and compiler warnings
Stefan Metzmacher
2007-10-10
1
-0
/
+5
*
r20897: fix compiler warnings
Stefan Metzmacher
2007-10-10
4
-1
/
+30
*
r20894: the new brlock.c is needed (seems a svn rename + new file didn't make
Andrew Tridgell
2007-10-10
1
-0
/
+132
*
r20891: enable multiple brlock backends. The tdb backend is the default. The
Andrew Tridgell
2007-10-10
3
-54
/
+125
*
r20653: If this is the wrong way to fix the build, I apologize. But these inc...
Volker Lendecke
2007-10-10
3
-0
/
+3
*
r20646: first preparations for cluster enablement. This changes "
Andrew Tridgell
2007-10-10
3
-15
/
+15
*
r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.c
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r17930: Merge noinclude branch:
Jelmer Vernooij
2007-10-10
2
-2
/
+1
*
r17206: Add a modular API for share configuration.
Simo Sorce
2007-10-10
2
-4
/
+8
*
r15854: more talloc_set_destructor() typesafe fixes
Andrew Tridgell
2007-10-10
2
-4
/
+2
*
r15797: fixed a notify bug, where a notify_remove() is beyond the current max
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r15734: This is a major change to the NTVFS subsystem:
Stefan Metzmacher
2007-10-10
1
-11
/
+11
*
r15614: the byte range locking error handling caches the last failed lock
Stefan Metzmacher
2007-10-10
1
-43
/
+89
*
r15613: the snum doesn't identify the tcon, but the brl_context pointer does
Stefan Metzmacher
2007-10-10
1
-10
/
+9
*
r15612: look at the lock_type and not at the notify_ptr being NULL or not
Stefan Metzmacher
2007-10-10
1
-2
/
+3
*
r15328: Move some functions around, remove dependencies.
Jelmer Vernooij
2007-10-10
1
-1
/
+0
*
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r15048: started on the server side implementation of oplocks. The code is not
Andrew Tridgell
2007-10-10
1
-22
/
+83
*
r14993: Make subsystems again
Jelmer Vernooij
2007-10-10
1
-4
/
+1
*
r14966: make more functions _PUBLIC_
Stefan Metzmacher
2007-10-10
1
-19
/
+19
*
r14964: - move sidmap code from ntvfs_common to SAMDB
Stefan Metzmacher
2007-10-10
4
-574
/
+43
*
r14960: don't declare variables mid-function
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r14959: allow change notify to be disabled completely using
Andrew Tridgell
2007-10-10
1
-0
/
+19
*
r14956: change the notify search to be much more efficient by using a
Andrew Tridgell
2007-10-10
1
-83
/
+167
*
r14951: - remove unused var 'path'
Stefan Metzmacher
2007-10-10
1
-12
/
+7
*
r14945: allow the notify backend to be specified per share
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r14939: don't use a void pointer
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r14920: allow a notify backend to separately specify if it has handled the
Andrew Tridgell
2007-10-10
1
-21
/
+40
[prev]
[next]