1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00
Commit Graph

15415 Commits

Author SHA1 Message Date
Kai Blin
99b311449f idmap: Handle SID->gid
(This used to be commit 78d22a28ec)
2008-02-21 11:22:15 +01:00
Kai Blin
705abe2cb3 idmap: Handle SID->uid
(This used to be commit 4037ca6b9c)
2008-02-21 11:22:10 +01:00
Kai Blin
9c7f714962 idmap: Handle gid->SID mapping
(This used to be commit 6f2d95030c)
2008-02-21 11:22:06 +01:00
Kai Blin
895874d966 idmap: Handle uid->SID mapping
(This used to be commit 6ac6de8476)
2008-02-21 11:21:59 +01:00
Kai Blin
2ca1aeb59b 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
(This used to be commit ed8178b110)
2008-02-21 11:21:54 +01:00
Jelmer Vernooij
ee6f838d3a Make setup/provision the name of the python provision script now that that is the default.
(This used to be commit a0a05c5a3d)
2008-02-21 01:22:20 +01:00
Jelmer Vernooij
14a2c4c84b Remove kinit with pkinit failure from known failures list again.
(This used to be commit 157deac27d)
2008-02-21 01:20:12 +01:00
Jelmer Vernooij
40992617d1 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
(This used to be commit 1bb673ce4e)
2008-02-21 01:07:06 +01:00
Jelmer Vernooij
c9290a86dd Never assume -fvisibility=hidden for modules unless explicitly specified (consistent with what we do for other subsystems/libraries).
(This used to be commit e8751e513d)
2008-02-21 01:04:18 +01:00
Andrew Bartlett
0b1a24681e 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
(This used to be commit b1d2584277)
2008-02-21 10:43:13 +11:00
Andrew Bartlett
774fa12ac1 Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
(This used to be commit 5cd3310b78)
2008-02-21 09:55:13 +11:00
Andrew Bartlett
49b3a48293 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
(This used to be commit c4d502f68f)
2008-02-21 09:53:11 +11:00
Jelmer Vernooij
910a1cafdf Support dlopen(NULL, ...) on HPUX.
(This used to be commit 53c70b5f77)
2008-02-20 20:05:51 +01:00
Jelmer Vernooij
19bb90a034 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
(This used to be commit 54ebd4e353)
2008-02-20 19:41:52 +01:00
Jelmer Vernooij
39a6495c86 Make more module init functions public, since they are compiled with -fvisibility=hidden. Not doing this causes failures on Mac OS X.
(This used to be commit da1a9438bd)
2008-02-20 19:40:20 +01:00
Jelmer Vernooij
5e0f8cabee Make all auth module init functions public, since they are compiled with -fvisibility=hidden. Not doing this causes failures on Mac OS X.
(This used to be commit 675bab7380)
2008-02-20 19:34:45 +01:00
Michael Adam
2c134f3cd5 libreplace: change samba_cv_ to libreplace_cv_ in libreplace.m4.
Michael
(This used to be commit 83387ecccf)
2008-02-20 12:53:20 +01:00
Michael Adam
ab665b0b05 libreplace: change samba_cv_ to libreplace_cv_ in system/config.m4.
Michael
(This used to be commit 00c173bfba)
2008-02-20 12:53:20 +01:00
Michael Adam
7f3913659f libreplace: change samba_cv_ to libreplace_cv_ in getpass.m4.
Michael
(This used to be commit d3b3d3ec9f)
2008-02-20 12:53:20 +01:00
Michael Adam
8f57595c18 libreplace: change samba_cv_ to libreplace_cv_ in getifaddrs.m4
Michael
(This used to be commit acab9def2a)
2008-02-20 12:53:19 +01:00
Jelmer Vernooij
7d7b74feb2 Allow building ldb as static library again \o/
(This used to be commit a57adcfdd3)
2008-02-20 12:17:18 +01:00
Jelmer Vernooij
845664e94b Avoid python2.2-specific types.
(This used to be commit d45c6b5574)
2008-02-20 11:32:56 +01:00
Jelmer Vernooij
5f0fab7802 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-nodeclare
(This used to be commit 7a2ff3ee26)
2008-02-20 10:55:20 +01:00
Jelmer Vernooij
1ce345ef97 Fix nbt tests.
(This used to be commit 7bbe48af55)
2008-02-20 10:51:26 +01:00
Volker Lendecke
db2447a7a2 NetBSD does not support AI_ADDRCONFIG
(cherry picked from commit fb3f7f4046)
(This used to be commit e8f3653414)
2008-02-20 10:21:58 +01:00
Volker Lendecke
62e849d918 NetBSD needs LD_LIBRARY_PATH
(cherry picked from commit d64b19e77a)
(This used to be commit 4c77550d80)
2008-02-20 10:21:57 +01:00
Andrew Bartlett
1c1781b2c4 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
(This used to be commit 8c2f658a96)
2008-02-20 19:20:13 +11:00
Jelmer Vernooij
39a817d310 Fix use of some modules (needed _PUBLIC_).
(This used to be commit ce332130ea)
2008-02-20 04:33:43 +01:00
Jelmer Vernooij
0020793515 Fix static module list generation for ldb.
(This used to be commit 92c1c0e913)
2008-02-20 03:40:44 +01:00
Jelmer Vernooij
84f69645c2 Require at least talloc 1.2.0.
(This used to be commit e464a344bc)
2008-02-20 03:21:38 +01:00
Jelmer Vernooij
995788536e Remove more function-based inits.
(This used to be commit b1a7810f3e)
2008-02-20 02:57:07 +01:00
Jelmer Vernooij
e3661a6181 Use function-based initialization for ildap backend.
(This used to be commit 46e5027f56)
2008-02-20 01:56:55 +01:00
Jelmer Vernooij
16109a40c0 Use struct-based rather than function-based initialization for ldb modules everywhere.
(This used to be commit 85c96a3258)
2008-02-20 01:54:32 +01:00
Jelmer Vernooij
71bc5acead Allow ldb backends without init function, use init function-less ldb modules.
(This used to be commit 141ee91272)
2008-02-20 01:37:53 +01:00
Jelmer Vernooij
15b86081cd Factor out IP marshalling into separate function.
(This used to be commit 2548c2a1e7)
2008-02-19 23:53:04 +01:00
Jelmer Vernooij
836bab841c Add configure test for vdeplug library.
(This used to be commit 89590d7dfe)
2008-02-19 23:00:43 +01:00
Jelmer Vernooij
1507b886f8 Add VDE switch management functions.
(This used to be commit 5ad9bc7dd9)
2008-02-19 22:04:26 +01:00
Jelmer Vernooij
c2941c9f0b Initial work on vde support.
(This used to be commit 9b0dcac0bd)
2008-02-19 21:51:09 +01:00
Jelmer Vernooij
ab915504aa Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
(This used to be commit 02cb396d42)
2008-02-19 18:05:09 +01:00
Jelmer Vernooij
95b294f75b Only set "interfaces = " line for client when necessary.
(This used to be commit 89fd6e9d0c)
2008-02-19 18:03:02 +01:00
Jelmer Vernooij
dbb79b6833 Add kvm name.
(This used to be commit 228710e265)
2008-02-19 17:26:02 +01:00
Michael Adam
5233e43ec7 Remove relict SAMBA_CONFIGURE_CPPFLAGS from lib/replace.
Michael
(This used to be commit d10cbb533c)
2008-02-19 17:25:42 +01:00
Jelmer Vernooij
7f11952199 Allow loading kvm snapshots.
(This used to be commit 8ef295bb9c)
2008-02-19 17:23:38 +01:00
Michael Adam
c05b9ef58a Fix a typo.
Michael
(This used to be commit 39499a3346)
2008-02-19 16:50:13 +01:00
Michael Adam
c65cded541 Adapt source code checkout information to git repo in talloc website.
Michael
(This used to be commit 254be79799)
2008-02-19 16:50:13 +01:00
Michael Adam
dd4ffd868b Fix paths for talloc into unpacked directory (rsync commands).
Michael
(This used to be commit 2839d7f67a)
2008-02-19 16:50:13 +01:00
Jelmer Vernooij
a31a2f082f Allow connecting to screen.
(This used to be commit a021408c9d)
2008-02-19 16:49:29 +01:00
Jelmer Vernooij
d3e182098a Start dhcp server for kvm machine.
(This used to be commit a54507dbd6)
2008-02-19 16:28:32 +01:00
Stefan Metzmacher
665a7aafd1 initshutdown.idl: get rid of initshutdown_String and use lsa_StringLarge
metze
(This used to be commit d9303cb083)
2008-02-19 15:59:30 +01:00
Stefan Metzmacher
4473a07fb3 winreg.idl: get rid of initshutdown_String and use lsa_StringLarge
metze
(This used to be commit 1ccea2a260)
2008-02-19 15:59:23 +01:00