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
/
cluster
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/util: Add back control of mmap and hash size in tdb for top level build
Andrew Bartlett
2011-10-13
1
-1
/
+1
*
tdb_compat.h: divert every tdb build and includes to tdb_compat
Rusty Russell
2011-06-20
1
-1
/
+1
*
lib/util Bring procid_str() into lib/util as server_id_string()
Andrew Bartlett
2011-06-09
4
-25
/
+0
*
server_id.idl: Bring server_id.idl in common
Andrew Bartlett
2011-06-09
3
-3
/
+3
*
s4-cluster Use task_id instead of id2 to clarify server_id structure
Andrew Bartlett
2011-06-09
3
-7
/
+7
*
lib/util Move source3 tdb_wrap_open() into the common code.
Andrew Bartlett
2011-05-06
1
-1
/
+1
*
s4-messaging Rename messaging -> imessaging
Andrew Bartlett
2011-05-03
4
-6
/
+6
*
s4-cluster Rename server_id.node -> vnn to match Samba3
Andrew Bartlett
2011-05-03
2
-3
/
+3
*
s4-cluster: Remove const from cluster_id_string()
Andrew Bartlett
2011-05-03
4
-5
/
+5
*
s4:cluster Rename .id to .pid in server_id
Andrew Bartlett
2011-05-03
2
-4
/
+4
*
Use <tdb.h> to include tdb, so the system include file gets used when buildin...
Jelmer Vernooij
2011-02-28
1
-1
/
+1
*
s4-idl: rename s4 server_id.idl to server_id4.idl
Andrew Tridgell
2011-02-18
3
-3
/
+3
*
s4:cluster/cluster.h - fix another gcc 3.4 "struct" warning
Matthias Dieter Wallnöfer
2010-12-05
1
-0
/
+2
*
s4: Remove the old perl/m4/make/mk-based build system.
Jelmer Vernooij
2010-10-31
1
-4
/
+0
*
s4-cluster: make cluster a private shared lib
Andrew Tridgell
2010-10-30
1
-4
/
+5
*
s4-waf: removed the AUTOGENERATED markers
Andrew Tridgell
2010-04-06
1
-4
/
+0
*
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
2010-04-06
1
-0
/
+2
*
build: commit all the waf build files in the tree
Andrew Tridgell
2010-04-06
1
-0
/
+9
*
s4:cluster: s/private/private_data
Stefan Metzmacher
2009-02-02
2
-2
/
+2
*
s4:cluster: fix dependency to TDB_WRAP
Stefan Metzmacher
2008-12-29
1
-0
/
+1
*
s4:cluster: remove old/broken ctdb code
Stefan Metzmacher
2008-12-29
93
-28435
/
+0
*
Use 32-bit smbpid in interface as required by SMB2, in line with
Jelmer Vernooij
2008-12-23
1
-3
/
+3
*
s4: fix LIBEVENTS dependencies and use more forward declarations
Stefan Metzmacher
2008-12-17
5
-5
/
+1
*
Rename dom_sid.idl -> server_id.idl (since it no longer actually contains the...
Jelmer Vernooij
2008-12-16
3
-3
/
+3
*
Make sure prototypes are always included, make some functions static and
Jelmer Vernooij
2008-10-20
1
-0
/
+1
*
Fix includes.
Jelmer Vernooij
2008-10-15
3
-2
/
+3
*
Fix include paths to new location of libutil.
Jelmer Vernooij
2008-10-11
5
-6
/
+6
*
Rename smbd -> samba.
Jelmer Vernooij
2008-09-24
1
-4
/
+4
*
Fix last few includes to use new tdb location.
Jelmer Vernooij
2008-09-16
2
-2
/
+2
*
Use single copy of tdb in both samba3 and samba4.
Jelmer Vernooij
2008-09-16
21
-21
/
+21
*
Use a custom init function for samba4 that sets a samba4
Simo Sorce
2008-06-14
8
-8
/
+8
*
opendb: add write time handling
Stefan Metzmacher
2008-06-03
1
-28
/
+23
*
Use variables for source directory in a couple more places.
Jelmer Vernooij
2008-05-18
2
-4
/
+5
*
use uintptr_t instead of intptr_t where appropriate
Andrew Tridgell
2008-04-17
1
-1
/
+1
*
Move object files lists to makefile rather than smb_build.
Jelmer Vernooij
2008-04-14
2
-8
/
+11
*
Fix references to ntvfs share config
Andrew Bartlett
2008-03-27
1
-1
/
+1
*
Make oplocks a per-share option.
Andrew Bartlett
2008-03-27
1
-1
/
+1
*
opendb: pass down a pointer to the fd in odb_open_file()
Stefan Metzmacher
2008-03-12
1
-1
/
+1
*
opendb: force odb_can_open() before odb_open_file()
Stefan Metzmacher
2008-03-07
1
-93
/
+7
*
opendb: add allow_level_II_oplock parameter to odb_open_file()
Stefan Metzmacher
2008-03-06
1
-0
/
+1
*
opendb: add odb_get_path()
Stefan Metzmacher
2008-02-29
1
-0
/
+20
*
opendb: only return delete_on_close on odb_get_delete_on_close()
Stefan Metzmacher
2008-02-28
1
-13
/
+3
*
opendb: return the path that should be deleted in odb_close_file()
Stefan Metzmacher
2008-02-28
1
-1
/
+12
*
opendb: unify the parameters of odb_open_file() and odb_can_open()
Stefan Metzmacher
2008-02-26
1
-3
/
+4
*
opendb: pass down open_disposition and break_to_none to odb_open_file()
Stefan Metzmacher
2008-02-26
1
-5
/
+7
*
opendb: add odb_break_oplocks() function
Stefan Metzmacher
2008-02-26
1
-1
/
+12
*
opendb: add odb_update_oplock() call
Stefan Metzmacher
2008-02-25
1
-1
/
+15
*
opendb: add odb_get_key() function to get the key back from a struct odb_lock
Stefan Metzmacher
2008-02-25
1
-0
/
+11
*
Rename include to mkinclude to emphasize it is different from make's include.
Jelmer Vernooij
2008-02-18
1
-1
/
+1
*
Fix a few more breakages from our recent changes to the server_id
Andrew Bartlett
2008-02-04
1
-1
/
+3
[next]