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
/
common
/
opendb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-03
s4-messaging Rename messaging -> imessaging
Andrew Bartlett
1
-1
/
+1
2009-02-02
s4:ntvfs/common: s/private/private_data
Stefan Metzmacher
1
-4
/
+4
2008-12-29
s4:cluster: remove old/broken ctdb code
Stefan Metzmacher
1
-5
/
+1
2008-06-03
opendb: add write time handling
Stefan Metzmacher
1
-7
/
+17
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-14
/
+14
2008-03-12
opendb: pass down a pointer to the fd in odb_open_file()
Stefan Metzmacher
1
-2
/
+2
2008-03-07
opendb: force odb_can_open() before odb_open_file()
Stefan Metzmacher
1
-8
/
+6
2008-03-06
opendb: add allow_level_II_oplock parameter to odb_open_file()
Stefan Metzmacher
1
-1
/
+3
2008-02-29
opendb: add odb_get_path()
Stefan Metzmacher
1
-0
/
+8
2008-02-28
opendb: only return delete_on_close on odb_get_delete_on_close()
Stefan Metzmacher
1
-3
/
+2
2008-02-28
opendb: return the path that should be deleted in odb_close_file()
Stefan Metzmacher
1
-2
/
+3
2008-02-26
opendb: unify the parameters of odb_open_file() and odb_can_open()
Stefan Metzmacher
1
-3
/
+5
2008-02-26
opendb: pass down open_disposition and break_to_none to odb_open_file()
Stefan Metzmacher
1
-6
/
+7
2008-02-26
opendb: add odb_break_oplocks() function
Stefan Metzmacher
1
-0
/
+5
2008-02-25
opendb: add odb_update_oplock() call
Stefan Metzmacher
1
-0
/
+6
2008-02-25
opendb: add odb_get_key() function to get the key back from a struct odb_lock
Stefan Metzmacher
1
-0
/
+4
2007-12-21
r26355: Eliminate global_loadparm in more places.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r22082: merged the ctdb changes from bzr
Andrew Tridgell
1
-1
/
+5
2007-10-10
r21807: modularise the opendb code, so different backends can be
Andrew Tridgell
1
-458
/
+20
2007-10-10
r20920: use cluster_tdb_tmp_open() in ntvfs backend code
Andrew Tridgell
1
-6
/
+1
2007-10-10
r20897: fix compiler warnings
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r20653: If this is the wrong way to fix the build, I apologize. But these inc...
Volker Lendecke
1
-0
/
+1
2007-10-10
r20646: first preparations for cluster enablement. This changes "
Andrew Tridgell
1
-2
/
+2
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r15854: more talloc_set_destructor() typesafe fixes
Andrew Tridgell
1
-2
/
+1
2007-10-10
r15328: Move some functions around, remove dependencies.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r15048: started on the server side implementation of oplocks. The code is not
Andrew Tridgell
1
-22
/
+83
2007-10-10
r14966: make more functions _PUBLIC_
Stefan Metzmacher
1
-19
/
+19
2007-10-10
r14736: - the ntvfs subsystem should not know about smb_server.h
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETE
Andrew Tridgell
1
-233
/
+241
2007-10-10
r13708: fix compiler warnings
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r13276: start to work towards the BASE-DELETE test passing. This change
Andrew Tridgell
1
-11
/
+22
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r7621: Trivial reformatting while trying to understand share modes. Still sur...
Volker Lendecke
1
-21
/
+16
2007-10-10
r7294: implemented the irpc messaging system. This is the core of the
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5307: removed db_wrap.h from includes.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5296: - only include the tdb headers where they are needed
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5102: This is a major simplification of the logic for controlling top level
Andrew Tridgell
1
-3
/
+3
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4052: fixed a bunch of code to use the type safe _p allocation macros
Andrew Tridgell
1
-8
/
+6
2007-10-10
r4011: get rid of rpc_secdes.h and replace it with a single sane set of
Andrew Tridgell
1
-12
/
+17
2007-10-10
r3969: fix compiler warnings
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3798: added support for alternate data streams in xattrs into pvfs.
Andrew Tridgell
1
-2
/
+13
2007-10-10
r3615: split out struct pvfs_file_handle from struct pvfs_file. This is in
Andrew Tridgell
1
-22
/
+13
[next]