1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-24 15:33:20 +03:00
Commit Graph

15308 Commits

Author SHA1 Message Date
Jelmer Vernooij
184988866f Introduce mprLpCtx() similar to mprMemCtx() for loadparm_context used by
all EJS code.
2008-02-21 18:21:44 +01:00
Jelmer Vernooij
f4b31ad767 Fix the build. 2008-02-21 18:11:44 +01:00
Jelmer Vernooij
5de88728ac Remove yet more global_loadparm instances. 2008-02-21 18:09:47 +01:00
Jelmer Vernooij
a1280252ce Remove more global_loadparm instance.s 2008-02-21 17:54:24 +01:00
Jelmer Vernooij
e01c1e87c0 Remove yet more uses of global_loadparm. 2008-02-21 17:17:37 +01:00
Jelmer Vernooij
efd577cb50 Cache iconv_convenience. 2008-02-21 16:41:38 +01:00
Jelmer Vernooij
639afe3a21 torture/t_strcmp.c: Remove obsolete file - proper testing is now done in the libutil testsuite. 2008-02-21 16:23:52 +01:00
Jelmer Vernooij
b84f19f678 More share_init to more apprioriate place. 2008-02-21 16:21:32 +01:00
Jelmer Vernooij
4d6fd9381f Remove more global_loadparm uses. 2008-02-21 16:18:23 +01:00
Jelmer Vernooij
705d5c3282 Clarify comments. 2008-02-21 16:18:01 +01:00
Jelmer Vernooij
52a8d06f00 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial 2008-02-21 16:11:13 +01:00
Jelmer Vernooij
bf08b68258 Remove extra whitespace, use public variable in IDL. 2008-02-21 16:10:07 +01:00
Jelmer Vernooij
3430cc6097 Remove more uses of global_loadparm. 2008-02-21 16:01:19 +01:00
Stefan Metzmacher
f5ff4a571c selftest: fix --socket-wrapper-pcap
metze
2008-02-21 15:55:06 +01:00
Stefan Metzmacher
14c8e3101c ldb_sqlite: fix the build
metze
2008-02-21 15:52:32 +01:00
Jelmer Vernooij
a1715b1f48 Remove more uses of global_loadparm. 2008-02-21 15:45:32 +01:00
Jelmer Vernooij
58a5b1de2b Remove more uses of global_loadparm. 2008-02-21 15:38:35 +01:00
Jelmer Vernooij
230355d2e6 Remove more uses of global_loadparm. 2008-02-21 15:21:45 +01:00
Jelmer Vernooij
47d05ecf6f Remove more uses of global_loadparm. 2008-02-21 14:50:57 +01:00
Jelmer Vernooij
c5a95bbe0c Avoid use of global_loadparm. 2008-02-21 14:16:02 +01:00
Stefan Metzmacher
8c7509bd68 srvsvc.idl: don't use STR_LEN4 anymore
metze
2008-02-21 12:41:55 +01:00
Stefan Metzmacher
24ec069751 samr.idl: windows uses lsa_AsciiStringLarge in QueryDisplayInfo
Tested with nt4 and w2k3.

metze
2008-02-21 12:34:22 +01:00
Kai Blin
78d22a28ec idmap: Handle SID->gid 2008-02-21 11:22:15 +01:00
Kai Blin
4037ca6b9c idmap: Handle SID->uid 2008-02-21 11:22:10 +01:00
Kai Blin
6f2d95030c idmap: Handle gid->SID mapping 2008-02-21 11:22:06 +01:00
Kai Blin
6ac6de8476 idmap: Handle uid->SID mapping 2008-02-21 11:21:59 +01:00
Kai Blin
ed8178b110 loadparm: Add configuration settings for idmap.
Default behaviour for "idmap trusted only" is "False", meaning idmap creates
ID mappings for all SIDs.

If set to "True", idmap will create SID mappings for trusted users only.

"idmap database" allows to set the database idmap uses, defaulting to
idmap,ldb
2008-02-21 11:21:54 +01:00
Jelmer Vernooij
a0a05c5a3d Make setup/provision the name of the python provision script now that that is the default. 2008-02-21 01:22:20 +01:00
Jelmer Vernooij
157deac27d Remove kinit with pkinit failure from known failures list again. 2008-02-21 01:20:12 +01:00
Jelmer Vernooij
1bb673ce4e Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial 2008-02-21 01:07:06 +01:00
Jelmer Vernooij
e8751e513d Never assume -fvisibility=hidden for modules unless explicitly specified (consistent with what we do for other subsystems/libraries). 2008-02-21 01:04:18 +01:00
Andrew Bartlett
b1d2584277 Be consistant about --ldap-backend-type
Make the EJS provision and the selftest scripts both use the new
syntax for speicifying the ldap backend type.

Andrew Bartlett
2008-02-21 10:43:13 +11:00
Andrew Bartlett
5cd3310b78 Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local 2008-02-21 09:55:13 +11:00
Andrew Bartlett
c4d502f68f Until the new ldb changes land, make ldb_wait set the error string.
This makes it easier to track down which module only returned and
error code, but not the error string.

Andrew Bartlett
2008-02-21 09:53:11 +11:00
Jelmer Vernooij
53c70b5f77 Support dlopen(NULL, ...) on HPUX. 2008-02-20 20:05:51 +01:00
Jelmer Vernooij
54ebd4e353 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial 2008-02-20 19:41:52 +01:00
Jelmer Vernooij
da1a9438bd Make more module init functions public, since they are compiled with -fvisibility=hidden. Not doing this causes failures on Mac OS X. 2008-02-20 19:40:20 +01:00
Jelmer Vernooij
675bab7380 Make all auth module init functions public, since they are compiled with -fvisibility=hidden. Not doing this causes failures on Mac OS X. 2008-02-20 19:34:45 +01:00
Michael Adam
83387ecccf libreplace: change samba_cv_ to libreplace_cv_ in libreplace.m4.
Michael
2008-02-20 12:53:20 +01:00
Michael Adam
00c173bfba libreplace: change samba_cv_ to libreplace_cv_ in system/config.m4.
Michael
2008-02-20 12:53:20 +01:00
Michael Adam
d3b3d3ec9f libreplace: change samba_cv_ to libreplace_cv_ in getpass.m4.
Michael
2008-02-20 12:53:20 +01:00
Michael Adam
acab9def2a libreplace: change samba_cv_ to libreplace_cv_ in getifaddrs.m4
Michael
2008-02-20 12:53:19 +01:00
Jelmer Vernooij
a57adcfdd3 Allow building ldb as static library again \o/ 2008-02-20 12:17:18 +01:00
Jelmer Vernooij
d45c6b5574 Avoid python2.2-specific types. 2008-02-20 11:32:56 +01:00
Jelmer Vernooij
7a2ff3ee26 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-nodeclare 2008-02-20 10:55:20 +01:00
Jelmer Vernooij
7bbe48af55 Fix nbt tests. 2008-02-20 10:51:26 +01:00
Volker Lendecke
e8f3653414 NetBSD does not support AI_ADDRCONFIG
(cherry picked from commit fb3f7f4046)
2008-02-20 10:21:58 +01:00
Volker Lendecke
4c77550d80 NetBSD needs LD_LIBRARY_PATH
(cherry picked from commit d64b19e77a)
2008-02-20 10:21:57 +01:00
Andrew Bartlett
8c2f658a96 Simpler specification of CFLAGS and LDFLAGS
By being more consistant in applying CFLAGS and LDFLAGS (in
particular) to every invocation, we make it simpler to enable gcov
code coverage, both in the build system and on the build farm.

Andrew Bartlett
2008-02-20 19:20:13 +11:00
Jelmer Vernooij
ce332130ea Fix use of some modules (needed _PUBLIC_). 2008-02-20 04:33:43 +01:00