Andrew Bartlett
77f71c1b65
Rework cluster_id() to take an additional argument, as we need
...
<node>.<pid>.<fd> to be unique in a prefork process environment.
Andrew Bartlett and David Disseldorp
(This used to be commit 931994a7f1
)
2008-02-04 17:51:38 +11:00
Jelmer Vernooij
dc8ccffed4
r26653: Janitorial: Remove global_loadparm use in two more places.
...
(This used to be commit 65fbb4700d
)
2008-01-03 12:33:36 -06:00
Jelmer Vernooij
40acf23a92
r26645: Janitorial: Fix a couple of warnings.
...
(This used to be commit a2bc97e8b0
)
2008-01-02 12:48:03 -06:00
Jelmer Vernooij
9d136bc0a3
r26640: Janitorial: Remove some more uses of global_loadparm.
...
(This used to be commit c863f4ebde
)
2008-01-01 19:57:01 -06:00
Jelmer Vernooij
7d5f0e0893
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library, so it can be overridden by OpenChange.
...
(This used to be commit 2f29f80e07
)
2008-01-01 16:12:15 -06:00
Jelmer Vernooij
86dc05e99f
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struct_push_blob().
...
(This used to be commit 61ad78ac98
)
2008-01-01 16:12:11 -06:00
Jelmer Vernooij
0500b87092
r26540: Revert my previous commit after concerns raised by Andrew.
...
(This used to be commit 6ac86f8be7
)
2007-12-21 05:52:06 +01:00
Jelmer Vernooij
3e75f222bc
r26539: Remove unnecessary statics.
...
(This used to be commit e53e79eebe
)
2007-12-21 05:52:05 +01:00
Jelmer Vernooij
61873ce94c
r26431: Require ndr_push creators to specify a iconv_convenience context.
...
(This used to be commit 7352206f44
)
2007-12-21 05:50:00 +01:00
Jelmer Vernooij
7f0e8252e7
r26379: Remove more global_loadparm instances.
...
(This used to be commit b6f66eb5e0
)
2007-12-21 05:49:13 +01:00
Jelmer Vernooij
fc2f06d31b
r26274: Some syntax fixes, remove more global_loadparm instances.
...
(This used to be commit 3809113d86
)
2007-12-21 05:47:58 +01:00
Jelmer Vernooij
5b357ca877
r26270: Require specifying the loadparm_context or NULL to cli_credentials_guess().
...
(This used to be commit e52710d679
)
2007-12-21 05:47:50 +01:00
Jelmer Vernooij
0184e5ef2d
r26269: Fix a couple more references to global_loadparm.
...
(This used to be commit 1cb849dfba
)
2007-12-21 05:47:49 +01:00
Jelmer Vernooij
01bacaecd1
r26101: remove some unused includes
...
(This used to be commit bc615162fc
)
2007-12-21 05:46:03 +01:00
Stefan Metzmacher
114691cf14
r26015: fix dependecies
...
metze
(This used to be commit 29b6a8739a
)
2007-12-21 05:45:42 +01:00
Jelmer Vernooij
ca0b72a1fd
r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.
...
(This used to be commit 56dfcb4f2f
)
2007-12-21 05:45:40 +01:00
Stefan Metzmacher
529763a9aa
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
...
lib/messaging/
lib/registry/
lib/ldb-samba/
librpc/rpc/
auth/auth_winbind.c
auth/gensec/
auth/kerberos/
dsdb/repl/
dsdb/samdb/
dsdb/schema/
torture/
cluster/ctdb/
kdc/
ntvfs/ipc/
torture/rap/
ntvfs/
utils/getntacl.c
ntptr/
smb_server/
libcli/wrepl/
wrepl_server/
libcli/cldap/
libcli/dgram/
libcli/ldap/
libcli/raw/
libcli/nbt/
libnet/
winbind/
rpc_server/
metze
(This used to be commit 6223c7fddc
)
2007-12-21 05:45:02 +01:00
Jelmer Vernooij
05e7c48146
r25553: Convert to standard bool type.
...
(This used to be commit b7371f1a19
)
2007-10-10 15:07:54 -05:00
Jelmer Vernooij
60a1046c5c
r25430: Add the loadparm context to all parametric options.
...
(This used to be commit fd697d77c9
)
2007-10-10 15:07:31 -05:00
Jelmer Vernooij
9b009c9009
r25301: Merge my includes.h cleanups.
...
(This used to be commit 37425495f3
)
2007-10-10 15:07:09 -05:00
Jelmer Vernooij
98b57d5eb6
r25035: Fix some more warnings, use service pointer rather than service number in more places.
...
(This used to be commit df9cebcb97
)
2007-10-10 15:05:43 -05:00
Jelmer Vernooij
dccf3f99e4
r25027: Fix more warnings.
...
(This used to be commit 5085c53fcf
)
2007-10-10 15:05:41 -05:00
Jelmer Vernooij
ffeee68e4b
r25026: Move param/param.h out of includes.h
...
(This used to be commit abe8349f9b
)
2007-10-10 15:05:38 -05:00
Jelmer Vernooij
cd962355ab
r25000: Fix some more C++ compatibility warnings.
...
(This used to be commit 08bb1ef643
)
2007-10-10 15:05:27 -05:00
Jelmer Vernooij
61ffa08f4c
r24712: No longer expose the 'BOOL' data type in any interfaces.
...
(This used to be commit 1ce32673d9
)
2007-10-10 15:02:54 -05:00
Andrew Tridgell
2119b7dff0
r24644: add a ctdb_fetch() function to the ctdb client code
...
(This used to be commit 1aa4628f16
)
2007-10-10 15:02:30 -05:00
Andrew Tridgell
a87df7009e
r24643: add a ctdb_fetch() function to the ctdb client code
...
(This used to be commit 5705ee0449
)
2007-10-10 15:02:29 -05:00
Andrew Tridgell
7ee3cbd9eb
r24275: - setup the connection to the ctdb daemon
...
- disable the brlock ctdb backend for now
(This used to be commit b04bcf46e1
)
2007-10-10 15:01:34 -05:00
Andrew Tridgell
b7b3e3e0d4
r24274: - merge from ctdb bzr tree
...
- use ctdb_attach() instead of ctdb_db_handle()
- make ctdb_attach() return an existing db handle if it exists
(This used to be commit be85c48f8d
)
2007-10-10 15:01:33 -05:00
Andrew Tridgell
6504900f1f
r23806: update Samba4 with the latest ctdb code.
...
This doesn't get the ctdb code fully working in Samba4, it just gets
it building and not breaking non-clustered use of Samba. It will take
a bit longer to update some of the calling ctdb_cluster.c code to make
it work correctly in Samba4.
Note also that Samba4 now only links to the client portion of
ctdb. For the moment I am leaving the ctdbd as a separate daemon,
which you install separately from http://ctdb.samba.org/ .
(This used to be commit b196077cbb
)
2007-10-10 14:59:20 -05:00
Andrew Tridgell
d4e2d157cb
r23805: this directory is not used any more
...
(This used to be commit 3121f91493
)
2007-10-10 14:59:19 -05:00
Andrew Tridgell
cd1217ff5f
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
...
(This used to be commit 5c9b19271e
)
2007-10-10 14:59:18 -05:00
Andrew Tridgell
e1c15c74af
r23799: updated old Franklin Street FSF addresses to new URL
...
(This used to be commit db92b76a00
)
2007-10-10 14:59:16 -05:00
Andrew Tridgell
6c973f4e8c
r23798: updated old Temple Place FSF addresses to new URL
...
(This used to be commit 40c0919aaa
)
2007-10-10 14:59:15 -05:00
Andrew Tridgell
b8d69a7ea2
r23795: more v2->v3 conversion
...
(This used to be commit 84b468b2f8
)
2007-10-10 14:59:14 -05:00
Andrew Tridgell
0479a2f1cb
r23792: convert Samba4 to GPLv3
...
There are still a few tidyups of old FSF addresses to come (in both s3
and s4). More commits soon.
(This used to be commit fcf38a38ac
)
2007-10-10 14:59:12 -05:00
Jelmer Vernooij
c2781df0d5
r23289: Provide support for GCC attributes _PURE_, _NONNULL_, _DEPRECATED_, _NORETURN_ and _WARN_UNUSED_RESULT_.
...
(This used to be commit 44248f662f
)
2007-10-10 14:53:08 -05:00
Stefan Metzmacher
0543c06d25
r22863: in SMB2 mode we always need to return NT_STATUS_LOCK_NOT_GRANTED
...
metze
(This used to be commit 83a61a2892
)
2007-10-10 14:52:25 -05:00
Andrew Tridgell
b17445950e
r22423: don't need popt here
...
(This used to be commit fd8594d62e
)
2007-10-10 14:51:18 -05:00
Andrew Tridgell
650d81b252
r22421: merged in latest ctdb changes from bzr
...
(This used to be commit 3633f862b9
)
2007-10-10 14:51:17 -05:00
Andrew Tridgell
0ea0b01ea2
r22237: this init fn doesn't exist yet
...
(This used to be commit 6d9d62dca3
)
2007-10-10 14:50:44 -05:00
Andrew Tridgell
e24cf89288
r22234: merge test suite changes from bzr tree
...
(This used to be commit d825f4e6cc
)
2007-10-10 14:50:41 -05:00
Andrew Tridgell
71c5586d30
r22232: add a special message handler ID meaning "all messages please"
...
This better fits the way Samba4 does message dispatch
(This used to be commit 2c12f8e72f
)
2007-10-10 14:50:40 -05:00
Andrew Tridgell
c9f04d8648
r22231: merge from bzr ctdb tree
...
(This used to be commit 807b959082
)
2007-10-10 14:50:40 -05:00
Andrew Tridgell
5497a1341c
r22117: merged from bzr
...
(This used to be commit d7f122df1d
)
2007-10-10 14:49:52 -05:00
Andrew Tridgell
1b02e88aaf
r22114: merge from bzr tree
...
(This used to be commit e60a485ff5
)
2007-10-10 14:49:51 -05:00
Andrew Tridgell
a9044f92c9
r22098: merged from bzr tree
...
(This used to be commit a57af1ff82
)
2007-10-10 14:49:51 -05:00
Andrew Tridgell
eb94925e37
r22085: correct copyright on opendb_ctdb.c
...
(This used to be commit 43ee3f8724
)
2007-10-10 14:49:49 -05:00
Andrew Tridgell
23508a7c86
r22084: use a TDB_INTERNAL tdb for the local ctdb tdb for now
...
(This used to be commit e2fe45cf40
)
2007-10-10 14:49:49 -05:00
Andrew Tridgell
0cbea3104b
r22083: opendb backend to ctdb now passes simple tests
...
(This used to be commit 141bd7ac39
)
2007-10-10 14:49:49 -05:00