Author: jelmer
Date: 2007-11-27 23:28:23 + (Tue, 27 Nov 2007)
New Revision: 26177
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26177
Log:
Allow prebuilding swig wrapper, install ldb.py.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source
Author: jelmer
Date: 2007-11-27 23:49:42 + (Tue, 27 Nov 2007)
New Revision: 26178
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26178
Log:
Link against -ldl as well to prevent undefined symbols.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/so
Author: jelmer
Date: 2007-11-28 00:25:47 + (Wed, 28 Nov 2007)
New Revision: 26179
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26179
Log:
Fix symlink.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/lib/ldb/Makefile.in
Changeset:
Author: jelmer
Date: 2007-11-28 01:20:00 + (Wed, 28 Nov 2007)
New Revision: 26180
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26180
Log:
Allow prebuilding swig output files.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/lib/tdb/Mak
Author: jelmer
Date: 2007-11-28 01:20:10 + (Wed, 28 Nov 2007)
New Revision: 26181
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26181
Log:
Set version to 1.1.1, as 1.1.0 has already been released.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_
Author: jelmer
Date: 2007-11-28 20:13:28 + (Wed, 28 Nov 2007)
New Revision: 26185
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26185
Log:
No need to depend on ldap, shared lib already has that info.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_
Author: jelmer
Date: 2007-11-28 22:41:29 + (Wed, 28 Nov 2007)
New Revision: 26186
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26186
Log:
Generate SWIG files as part of autogen.sh
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/au
Author: jelmer
Date: 2007-11-28 22:41:34 + (Wed, 28 Nov 2007)
New Revision: 26187
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26187
Log:
Fix module name, indentation.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/lib/ldb/ldb.i
Author: jelmer
Date: 2007-11-28 22:41:37 + (Wed, 28 Nov 2007)
New Revision: 26188
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26188
Log:
Now that swig output is pregenerated, allow building python code without swig
installed.
Modified:
branches/S
Author: jelmer
Date: 2007-11-29 01:36:41 + (Thu, 29 Nov 2007)
New Revision: 26191
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26191
Log:
Import custom test runner for subunit, rather than using trial, which is part
of twisted.
Added:
branches/S
Author: jelmer
Date: 2007-11-29 01:36:31 + (Thu, 29 Nov 2007)
New Revision: 26189
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26189
Log:
Add really trivial testsuite for the auth module.
Added:
branches/SAMBA_4_0/source/auth/tests/
branches/S
Author: jelmer
Date: 2007-11-29 01:36:38 + (Thu, 29 Nov 2007)
New Revision: 26190
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26190
Log:
Allow successful as well as success.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/selftest/Su
Author: jelmer
Date: 2007-11-29 14:49:35 + (Thu, 29 Nov 2007)
New Revision: 26194
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26194
Log:
Wrap the events subsystem in a separate file.
Added:
branches/SAMBA_4_0/source/lib/events/events.i
Author: jelmer
Date: 2007-11-29 14:49:42 + (Thu, 29 Nov 2007)
New Revision: 26195
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26195
Log:
Wrap two more functions.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/lib/events/events.i
C
Author: jelmer
Date: 2007-11-29 14:49:44 + (Thu, 29 Nov 2007)
New Revision: 26196
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26196
Log:
Always build python bindings for ldb.
Added:
branches/SAMBA_4_0/source/lib/ldb/python.mk
Modified:
Author: jelmer
Date: 2007-11-29 14:49:47 + (Thu, 29 Nov 2007)
New Revision: 26197
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26197
Log:
Add bindings for libsecurity.
Added:
branches/SAMBA_4_0/source/libcli/security/security.i
branches/SAMBA_4_
Author: jelmer
Date: 2007-11-29 14:51:02 + (Thu, 29 Nov 2007)
New Revision: 26198
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26198
Log:
Merge upstream.
Added:
branches/4.0-python/source/auth/tests/
branches/4.0-python/source/auth/tests/bin
Author: jelmer
Date: 2007-11-29 15:08:22 + (Thu, 29 Nov 2007)
New Revision: 26199
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26199
Log:
Allow constructing new sids, implement __eq__ for sids.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_
Author: jelmer
Date: 2007-11-29 15:08:27 + (Thu, 29 Nov 2007)
New Revision: 26200
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26200
Log:
Bring back some accidently removed files.
Added:
branches/SAMBA_4_0/source/lib/ldb/ldb_tdb/ldb_tdb_wrap.c
Author: jelmer
Date: 2007-11-29 16:00:59 + (Thu, 29 Nov 2007)
New Revision: 26201
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26201
Log:
Build docs for the security module.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/scriptin
Author: jelmer
Date: 2007-11-29 16:01:05 + (Thu, 29 Nov 2007)
New Revision: 26202
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26202
Log:
Fix dependencies.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/lib/basic.mk
Changeset:
Author: jelmer
Date: 2007-11-29 16:01:08 + (Thu, 29 Nov 2007)
New Revision: 26203
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26203
Log:
Avoid using ldb_wrap for secrets database.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/aut
Author: jelmer
Date: 2007-11-29 16:01:11 + (Thu, 29 Nov 2007)
New Revision: 26204
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26204
Log:
Binsings for some more functions.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/auth/cre
Author: jelmer
Date: 2007-11-29 16:01:16 + (Thu, 29 Nov 2007)
New Revision: 26205
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26205
Log:
Pass loadparm_context to secrets_db_connect() rather than using global context.
Modified:
branches/S
Author: jelmer
Date: 2007-11-29 17:27:39 + (Thu, 29 Nov 2007)
New Revision: 26206
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26206
Log:
Build python modules as part of make all.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source
Author: jelmer
Date: 2007-11-29 17:49:13 + (Thu, 29 Nov 2007)
New Revision: 26207
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26207
Log:
Only compile swig files if swig is available.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/s
Author: jelmer
Date: 2007-11-30 17:47:51 + (Fri, 30 Nov 2007)
New Revision: 26218
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26218
Log:
Remove libtdb.so as well.
Modified:
branches/SAMBA_4_0/source/lib/tdb/Makefile.in
Changeset:
Modified:
Author: jelmer
Date: 2007-12-02 16:20:18 + (Sun, 02 Dec 2007)
New Revision: 26221
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26221
Log:
Add loadparm_context parameter to auth_context_create.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/sou
Author: jelmer
Date: 2007-12-02 16:20:25 + (Sun, 02 Dec 2007)
New Revision: 26222
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26222
Log:
Avoid global_loadparm in a couple more places.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/aut
Author: jelmer
Date: 2007-12-02 16:20:29 + (Sun, 02 Dec 2007)
New Revision: 26223
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26223
Log:
Move loadparm context up in the stack.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/libcli/cldap
Author: jelmer
Date: 2007-12-02 16:20:32 + (Sun, 02 Dec 2007)
New Revision: 26224
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26224
Log:
Remove another use of global_loadparm.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/auth/auth_
Author: jelmer
Date: 2007-12-02 16:20:41 + (Sun, 02 Dec 2007)
New Revision: 26225
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26225
Log:
Remove use of global_loadparm in wins server.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/wrep
Author: jelmer
Date: 2007-12-02 17:09:43 + (Sun, 02 Dec 2007)
New Revision: 26226
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26226
Log:
Avoid more uses of global_loadparm.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/auth/aut
Author: jelmer
Date: 2007-12-02 17:09:52 + (Sun, 02 Dec 2007)
New Revision: 26227
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26227
Log:
Make loadparm_context part of a server task, move loadparm_contexts further up
the call stack.
Modified:
Author: jelmer
Date: 2007-12-02 17:56:09 + (Sun, 02 Dec 2007)
New Revision: 26228
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26228
Log:
Store loadparm context in auth context, move more loadparm_contexts up the call
stack.
Modified:
branches/S
Author: jelmer
Date: 2007-12-02 19:04:33 + (Sun, 02 Dec 2007)
New Revision: 26229
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26229
Log:
Set loadparm context as opaque pointer in ldb, remove more uses of
global_loadparm.
Modified:
branches/S
Author: jelmer
Date: 2007-12-02 19:27:49 + (Sun, 02 Dec 2007)
New Revision: 26230
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26230
Log:
Use task-provided loadparm context in a couple more places, avoid loadparm
context inside ntlm_auth.
Author: jelmer
Date: 2007-12-02 19:31:14 + (Sun, 02 Dec 2007)
New Revision: 26231
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26231
Log:
Spell check: credentails -> credentials.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/auth/
Author: jelmer
Date: 2007-12-02 20:24:24 + (Sun, 02 Dec 2007)
New Revision: 26232
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26232
Log:
Provide replacement for stdint.i for users of older versions of swig.
Added:
branches/SAMBA_4_0/source/scriptin
Author: jelmer
Date: 2007-12-02 20:56:26 + (Sun, 02 Dec 2007)
New Revision: 26233
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26233
Log:
Pass loadparm context when creating krb5 contexts.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/sou
Author: jelmer
Date: 2007-12-02 21:14:16 + (Sun, 02 Dec 2007)
New Revision: 26234
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26234
Log:
More global_loadparm fixes.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/auth/auth_unix.c
Author: jelmer
Date: 2007-12-02 21:32:08 + (Sun, 02 Dec 2007)
New Revision: 26235
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26235
Log:
Avoid global_loadparm.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/auth/system_session.c
Author: jelmer
Date: 2007-12-02 22:32:11 + (Sun, 02 Dec 2007)
New Revision: 26236
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26236
Log:
Remove more uses of global_loadparm or specify loadparm_context explicitly.
Modified:
branches/SAMBA_4_0/
Author: jelmer
Date: 2007-12-03 00:28:07 + (Mon, 03 Dec 2007)
New Revision: 26237
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26237
Log:
Add loadparm context to the server service interface.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_
Author: jelmer
Date: 2007-12-03 00:28:22 + (Mon, 03 Dec 2007)
New Revision: 26238
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26238
Log:
Add a loadparm context parameter to torture_context, remove more uses of
global_loadparm.
Modified:
branches/S
Author: jelmer
Date: 2007-12-03 00:28:44 + (Mon, 03 Dec 2007)
New Revision: 26239
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26239
Log:
Fix registry argument order.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/rpc_server/winreg/rpc_
Author: jelmer
Date: 2007-12-03 02:58:12 + (Mon, 03 Dec 2007)
New Revision: 26240
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26240
Log:
We now actually use torture_context pointers for more than just allocation.
Fix a few places where we were passin
Author: jelmer
Date: 2007-12-03 02:58:20 + (Mon, 03 Dec 2007)
New Revision: 26241
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26241
Log:
Ignore some files generated by tests.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/.bzrignore
C
Author: jelmer
Date: 2007-12-03 03:14:27 + (Mon, 03 Dec 2007)
New Revision: 26242
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26242
Log:
Don't fail if swig is not available.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/scr
Author: jelmer
Date: 2007-12-03 04:14:24 + (Mon, 03 Dec 2007)
New Revision: 26243
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26243
Log:
stdint.i requires swigarch.i
Added:
branches/SAMBA_4_0/source/scripting/python/replace/swigarch.i
Modified:
Author: jelmer
Date: 2007-12-03 13:33:58 + (Mon, 03 Dec 2007)
New Revision: 26247
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26247
Log:
Don't allow use of older SWIG versions.
Added:
branches/SAMBA_4_0/source/scripting/python/ac_pkg_swi
Author: jelmer
Date: 2007-12-03 13:48:09 + (Mon, 03 Dec 2007)
New Revision: 26248
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26248
Log:
Check in SWIG output so SWIG is not required when running out of svn.
Added:
branches/SAMBA_4_0/source/auth
Author: jelmer
Date: 2007-12-03 15:53:23 + (Mon, 03 Dec 2007)
New Revision: 26251
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26251
Log:
Fix include of stdint in tdb swig wrapper.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/lib/t
Author: jelmer
Date: 2007-12-03 15:53:17 + (Mon, 03 Dec 2007)
New Revision: 26250
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26250
Log:
Avoid global_loadparm in a couple more places.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/sou
Author: jelmer
Date: 2007-12-03 15:53:07 + (Mon, 03 Dec 2007)
New Revision: 26249
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26249
Log:
Remove a couple more uses of global_loadparm.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/tortu
Author: jelmer
Date: 2007-12-03 15:53:28 + (Mon, 03 Dec 2007)
New Revision: 26252
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26252
Log:
Specify loadparm_context explicitly when creating sessions.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_
Author: jelmer
Date: 2007-12-03 17:51:50 + (Mon, 03 Dec 2007)
New Revision: 26262
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26262
Log:
Add test for WERROR return code handling for Samba 3 client code.
Modified:
branches/SAMBA_4_0/
branches/S
Author: jelmer
Date: 2007-12-03 17:41:50 + (Mon, 03 Dec 2007)
New Revision: 26260
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26260
Log:
Store loadparm context in gensec context.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/aut
Author: jelmer
Date: 2007-12-03 17:41:37 + (Mon, 03 Dec 2007)
New Revision: 26258
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26258
Log:
Use loadparm context in client_start function of gensec.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_
Author: jelmer
Date: 2007-12-03 17:41:46 + (Mon, 03 Dec 2007)
New Revision: 26259
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26259
Log:
Provide convert_string_talloc() variant that works directly with an iconv
handle.
Modified:
branches/S
Author: jelmer
Date: 2007-12-03 17:51:44 + (Mon, 03 Dec 2007)
New Revision: 26261
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26261
Log:
Use enum type.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/librpc/ndr/ndr_string.c
C
Author: jelmer
Date: 2007-12-03 17:58:04 + (Mon, 03 Dec 2007)
New Revision: 26263
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26263
Log:
Don't assume CH_UNIX is CH_UTF8.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/lib/r
Author: jelmer
Date: 2007-12-03 18:47:35 + (Mon, 03 Dec 2007)
New Revision: 26264
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26264
Log:
pass name resolve order explicitly, use torture context for settings in dssync
tests.
Modified:
branches/S
Author: jelmer
Date: 2007-12-03 18:47:42 + (Mon, 03 Dec 2007)
New Revision: 26265
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26265
Log:
Use task-provided loadparm context in nbt and rpc servers.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_
Author: jelmer
Date: 2007-12-03 21:25:06 + (Mon, 03 Dec 2007)
New Revision: 26266
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26266
Log:
Remove more global_loadparm uses.
Removed:
branches/SAMBA_4_0/source/lib/util/util_ldb.h
Modified:
Author: jelmer
Date: 2007-12-03 21:25:14 + (Mon, 03 Dec 2007)
New Revision: 26267
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26267
Log:
Fix two calls of smb2_connect I missed.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/torture/smb
Author: jelmer
Date: 2007-12-03 21:25:17 + (Mon, 03 Dec 2007)
New Revision: 26268
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26268
Log:
Avoid more use of global_loadparm - put lp_ctx in smb_server and
wbsrv_connection.
Modified:
branches/S
Author: jelmer
Date: 2007-12-03 23:33:22 + (Mon, 03 Dec 2007)
New Revision: 26272
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26272
Log:
Remove global_loadparm in some more places.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/auth/cre
Author: jelmer
Date: 2007-12-03 23:33:16 + (Mon, 03 Dec 2007)
New Revision: 26271
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26271
Log:
Remove some more uses of global_loadparm.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/auth/cre
Author: jelmer
Date: 2007-12-04 00:12:03 + (Tue, 04 Dec 2007)
New Revision: 26274
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26274
Log:
Some syntax fixes, remove more global_loadparm instances.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_
Author: jelmer
Date: 2007-12-04 00:12:13 + (Tue, 04 Dec 2007)
New Revision: 26275
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26275
Log:
return loadparm context in lp_load.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/client/sm
Author: jelmer
Date: 2007-12-03 23:32:59 + (Mon, 03 Dec 2007)
New Revision: 26269
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26269
Log:
Fix a couple more references to global_loadparm.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/sou
Author: jelmer
Date: 2007-12-03 23:33:09 + (Mon, 03 Dec 2007)
New Revision: 26270
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26270
Log:
Require specifying the loadparm_context or NULL to cli_credentials_guess().
Modified:
branches/SAMBA_4_0/
Author: jelmer
Date: 2007-12-04 01:51:44 + (Tue, 04 Dec 2007)
New Revision: 26278
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26278
Log:
Tallocify convenience table for iconv handles.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/lib
Author: jelmer
Date: 2007-12-04 01:51:48 + (Tue, 04 Dec 2007)
New Revision: 26279
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26279
Log:
Don't compile any python stuff if python is not available.
Modified:
branches/SAMBA_4_0/
branches/SAM
Author: jelmer
Date: 2007-12-04 02:04:25 + (Tue, 04 Dec 2007)
New Revision: 26280
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26280
Log:
Fix installation if swig is not available.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/li
Author: jelmer
Date: 2007-12-04 01:51:36 + (Tue, 04 Dec 2007)
New Revision: 26277
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26277
Log:
Move loadparm context higher up the stack.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/client/sm
Author: jelmer
Date: 2007-12-04 01:37:28 + (Tue, 04 Dec 2007)
New Revision: 26276
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26276
Log:
Install SWIG files if swig is present.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/lib/ldb/Mak
Author: jelmer
Date: 2007-12-04 03:13:12 + (Tue, 04 Dec 2007)
New Revision: 26281
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26281
Log:
Fix include.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/lib/tdb/tdb.i
branches/SAMBA_4_0/so
Author: jelmer
Date: 2007-12-04 18:24:16 + (Tue, 04 Dec 2007)
New Revision: 26292
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26292
Log:
Make sure swig directory exists.
Modified:
branches/SAMBA_4_0/source/lib/talloc/Makefile.in
Changeset:
Author: jelmer
Date: 2007-12-04 18:35:56 + (Tue, 04 Dec 2007)
New Revision: 26293
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26293
Log:
Make sure SWIG directory exists, respect DESTDIR.
Modified:
branches/SAMBA_4_0/source/lib/tdb/Makefile.in
C
Author: jelmer
Date: 2007-12-04 18:39:20 + (Tue, 04 Dec 2007)
New Revision: 26294
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26294
Log:
Use hardcoded name for SWIG for now, until proper autoconf checks are in place.
Modified:
branches/SAMBA_4_0/so
Author: jelmer
Date: 2007-12-04 19:33:00 + (Tue, 04 Dec 2007)
New Revision: 26295
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26295
Log:
Remove use of global_loadparm for net and wb_pam_auth.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/.b
Author: jelmer
Date: 2007-12-04 20:05:00 + (Tue, 04 Dec 2007)
New Revision: 26296
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26296
Log:
Store loadparm context in DCE/RPC server context.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/n
Author: jelmer
Date: 2007-12-06 16:01:15 + (Thu, 06 Dec 2007)
New Revision: 26308
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26308
Log:
Split up big popt common callback function.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/lib
Author: jelmer
Date: 2007-12-06 16:26:56 + (Thu, 06 Dec 2007)
New Revision: 26309
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26309
Log:
Move specification of port higher up the all stack.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/sourc
Author: jelmer
Date: 2007-12-06 16:36:54 + (Thu, 06 Dec 2007)
New Revision: 26310
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26310
Log:
Remove more uses of global_loadparm.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/heimdal/lib/as
Author: jelmer
Date: 2007-12-06 16:41:53 + (Thu, 06 Dec 2007)
New Revision: 26311
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26311
Log:
Move port number specification higher up the call stack.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_
Author: jelmer
Date: 2007-12-06 16:46:02 + (Thu, 06 Dec 2007)
New Revision: 26312
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26312
Log:
Move specification of port higher up the call stack.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/sour
Author: jelmer
Date: 2007-12-06 16:54:34 + (Thu, 06 Dec 2007)
New Revision: 26313
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26313
Log:
Fix more uses of static loadparm.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/kdc/kdc.c
Author: jelmer
Date: 2007-12-06 17:04:11 + (Thu, 06 Dec 2007)
New Revision: 26314
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26314
Log:
Eliminate use of global_loadparm.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/kdc/hdb-ldb.c
C
Author: jelmer
Date: 2007-12-06 17:16:40 + (Thu, 06 Dec 2007)
New Revision: 26315
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26315
Log:
Avoid using lp_ functions in libcharset.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/lib
Author: jelmer
Date: 2007-12-06 17:52:23 + (Thu, 06 Dec 2007)
New Revision: 26316
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26316
Log:
Use contexts for conversion functions.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/auth/ntlm
Author: jelmer
Date: 2007-12-06 21:10:24 + (Thu, 06 Dec 2007)
New Revision: 26317
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26317
Log:
Fix typos.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/scripting/libjs/provision.js
C
Author: jelmer
Date: 2007-12-06 21:16:40 + (Thu, 06 Dec 2007)
New Revision: 26318
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26318
Log:
Don't rely on SAMDB functions in secrets database.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0
Author: jelmer
Date: 2007-12-06 21:39:49 + (Thu, 06 Dec 2007)
New Revision: 26319
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26319
Log:
Split encoding functions out of libcli_ldap.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/auth/au
Author: jelmer
Date: 2007-12-06 21:39:56 + (Thu, 06 Dec 2007)
New Revision: 26320
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26320
Log:
Clean up properly after error.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/auth/cre
Author: jelmer
Date: 2007-12-06 21:40:00 + (Thu, 06 Dec 2007)
New Revision: 26321
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26321
Log:
Fix python tests.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/auth/credentials/tests/bin
Author: jelmer
Date: 2007-12-06 22:34:56 + (Thu, 06 Dec 2007)
New Revision: 26322
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26322
Log:
Fix include
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/smbd/process_standard.c
Changeset:
Author: jelmer
Date: 2007-12-06 22:39:44 + (Thu, 06 Dec 2007)
New Revision: 26323
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26323
Log:
Regenerated credentials SWIG.
Modified:
branches/SAMBA_4_0/
branches/SAMBA_4_0/source/auth/cre
701 - 800 of 4851 matches
Mail list logo