Jelmer Vernooij
46e3e84f1a
Fix path to ndr_notify.c.
2008-12-16 16:02:05 +01:00
Jelmer Vernooij
ca7e4ce97a
Move shared gen_ndr files to librpc/gen_ndr in the root.
...
At the moment these files are used just by Samba 3, but the next step
will be using them from Samba 4 as well.
2008-12-16 15:59:06 +01:00
Jelmer Vernooij
b2a01ef5dd
Consider shared IDL files and Samba3-specific IDL files separately, allow overriding output directory.
2008-12-16 15:42:47 +01:00
Jelmer Vernooij
a7109b183b
Merge branch 'master' of ssh://git.samba.org/data/git/samba
2008-12-16 15:36:53 +01:00
Jelmer Vernooij
0f04beff33
Rename dom_sid.idl -> server_id.idl (since it no longer actually contains the dom_sid). No longer include it from security.idl.
2008-12-16 15:36:18 +01:00
Kai Blin
6821d898d7
nsswitch: Move source3 files to top level dir.
...
Don't move source4 files yet to not confuse git's rename tracking too much.
2008-12-16 13:02:45 +01:00
Tim Prouty
e0711ffa52
s3: Add the OneFS SMB_VFS_CREATE_FILE implementation
...
This is the first pass at extending the onefs vfs module to support
the CIFS-specific enhancements available on OneFS. Most of this patch
is massaging the sama open path to work with ifs_createfile.
ifs_createfile is a CIFS-specific syscall for opening/files and
directories. It adds support for:
- Full in-kernel access checks using a windows access_mask
- Cluster-coherent share mode locks
- Cluster-coherent oplocks
- Streams
- Setting security descriptors at create time
- Setting dos_attributes at create time
This patch does not implement the samba side of the streams support or
oplocks support. Tests that expect oplocks to be granted or streams
to be supported will fail. This will be remedied in upcoming patches.
2008-12-09 14:51:48 -08:00
Volker Lendecke
2bd8a6e21e
Add infrastructure to transfer winbindd_request/response asynchronously
2008-12-08 22:09:33 +01:00
Steven Danneman
85b8cccab0
Add support for OneFS ACLs
...
Add to the OneFS VFS module, support for NTFS ACLs through the calls:
SMB_VFS_FGET_NT_ACL()
SMB_VFS_GET_NT_ACL()
SMB_VFS_FSET_NT_ACL()
Also create several new onefs specific smb.conf parameters in onefs.h
2008-12-02 20:35:45 -08:00
Tim Prouty
239f815e30
Add OneFS VFS module skeleton.
...
Also set configure to autodetect OneFS OS and build this VFS module.
2008-12-02 20:35:45 -08:00
Kai Blin
671d68d573
ctags: Ignore source3/includes/proto.h for tags.
2008-11-23 22:21:31 +01:00
Michael Adam
71c782c72a
s3-build: do not auto-genereate ndr tables but use checked-in tables.
...
This removes the build-dependency on perl that was introduced in
commit e0905c3090
.
The tables can now be re-built with "make ndr-tables".
This is also called by make samba3-idl to ensure that the tables
are updated after idl changes.
This hopefully fixes the build on some build farm hosts (e.g. gwen).
Michael
2008-11-23 01:16:20 +01:00
Michael Adam
84e37eb5f5
s3 build: don't specify ZLIB_LIBS (i.e. "-lz") in object collections.
...
This causes make to fail on at least HP-UX and MacOS X with message
"no rule to make target -lz" or similar, when these object collections
are specified in dependencies.
Michael
2008-11-22 23:28:45 +01:00
Bo Yang
a8722a190b
i18n/l10n pam_winbind
...
Signed-off-by: Günther Deschner <gd@samba.org>
2008-11-13 12:43:58 +01:00
Tim Prouty
e6f8fd9945
s3: Add support for make test to use a share dir outside of the prefix dir
...
Some systems need to have the tdbs (and other files required for samba
to run) on a different filesystem than the share directory that samba
is exporting.
This patch:
- Adds an optional "shrdir" argument to selftest.sh
- If shrdir is specified it will be used, otherwise the default
will be used: "<prefix>/tmp"
- Adds a new configure option: --with-selftest-shrdir
- Plumbs shrdir through Makefile.in and configure.in
2008-11-11 19:06:50 -08:00
Jelmer Vernooij
634c87dd77
Merge branch 'master' of ssh://git.samba.org/data/git/samba
2008-11-11 17:11:57 +01:00
Jeremy Allison
8076e50fad
Added vfs_acl_tdb.c module to do ACLs completely in userspace. Passes all of RAW-ACLS except for the last test which uses a non-POSIX chown. More testing/documentation to follow.
...
Jeremy.
2008-11-10 17:57:22 -08:00
Günther Deschner
8f23dff45e
s3-samr: remove old samr.idl file.
...
Guenther
2008-11-10 21:46:31 +01:00
Michael Adam
951cf45ee7
[s3]build: prevent make errors for picky makes when $(EXTRA_ALL_TARGETS) is empty
...
picky make implementations don't like lines with only tabs in rules or dependencie
Michael
2008-11-10 17:00:22 +01:00
Michael Adam
4c391c94f4
[s3]build: build cifs.upcall at build time instead of at install time.
...
This is to prevent problems with packaging scripts that pass CFLAGS
to make but not to make install...
Based on a patch for v3-2 by Martin Schwenke <martin@meltin.net>.
Michael
2008-11-10 17:00:04 +01:00
Stefan Metzmacher
0d25517723
s3: security.idl: split of dom_sid stuff into dom_sid.idl
...
And use the toplevel ndr_sec_helper.c
metze
2008-11-08 08:02:26 +01:00
Stefan Metzmacher
e9b8dd561f
s3: build ndr_named_pipe_auth.c
...
metze
2008-11-06 21:39:15 +01:00
Jeff Layton
32695912dd
mount.cifs: use lock/unlock_mtab scheme from util-linux-ng mount prog
...
The util-linux-ng sources have a good, but rather complex scheme for
locking the mtab before updating it. Mount helpers need to follow the
same scheme. Advisory locking only works if everyone is using the same
locking scheme.
Copy the routines we need from util-linux-ng into a separate source file
and then have mount.cifs and umount.cifs link in this object.
The long term goal is to have these routines in a separate helper
library (libmount). Mount helpers can then dynamically link in that lib.
Until that happens, this should serve as a suitable stopgap solution.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2008-11-06 15:07:07 -05:00
Günther Deschner
c353c53692
netlogon: add 8bit varients of netr_SamDatabaseID8Bit and netr_DeltaEnum.
...
Guenther
2008-11-06 18:50:12 +01:00
Jelmer Vernooij
8f763308bc
Add *test4 rules to merged build Makefile, to allow running the Samba 4 tests against Samba 4. (doesn't work yet).
2008-11-02 16:38:27 +01:00
Jelmer Vernooij
7ec720af71
Use shared doserr.c.
2008-11-01 17:28:16 +01:00
Günther Deschner
7f8bc6a2d9
errors: share dcerpc error function.
...
Guenther
2008-10-31 12:42:09 +01:00
Günther Deschner
767202e668
srvsvc: share srvsvc idl between s3 and s4.
...
Guenther
2008-10-31 02:44:35 +01:00
Günther Deschner
8be9cefd98
netlogon: merge netlogon.idl between s3 and s4.
...
Guenther
2008-10-29 08:57:53 +01:00
Günther Deschner
d04131c8ec
idl: share lsa.idl between s3 and s4.
...
Guenther
2008-10-27 19:33:23 +01:00
Michael Adam
151dfd9dd1
[s3]build: fix bug #5765 - fix installlibs on solaris by using portable "test -r"
...
instead of test -e, which /bin/sh on solaris does not know.
Michael
2008-10-27 13:51:47 +01:00
Michael Adam
1c6aa01e1f
[s3]build: fix bug #5677 - fix test_{shlibs,nss_modules,pam_modules} on Solaris
...
and other systems where sh does not support "export FOO=bar"
by separating setting and exporting the variable.
Thanks to Yasuma Takeda <yasuma@osstech.co.jp> for the patch.
Michael
2008-10-27 13:02:35 +01:00
Volker Lendecke
5616480514
Fix "make etags" -- the args list gets really long for s4 with the prefix
2008-10-25 13:33:21 +02:00
Jelmer Vernooij
fe36fe8c3e
Use common net utility code (address and sockaddr manipulation).
2008-10-23 20:41:15 +02:00
Jelmer Vernooij
81fabeff2d
Use libutil genrand.
2008-10-23 18:46:35 +02:00
Jelmer Vernooij
cf659fa4fe
Import talloc_stack into util library.
2008-10-23 17:27:30 +02:00
Günther Deschner
d9f1fff5b3
s3: use shared asn1 code.
...
Guenther
2008-10-22 21:37:36 +02:00
Jelmer Vernooij
f36e51617c
Don't include a (relative path) srcdir in samba4-data.mk.
2008-10-21 18:49:43 +02:00
Jelmer Vernooij
8ac2da0d09
Allow running individual tests in the testsuite, normalize test names, fix some tests.
2008-10-21 18:26:46 +02:00
Jelmer Vernooij
e422f638bc
Use socket wrapper for selftest.pl, find binaries correctly.
2008-10-21 17:48:05 +02:00
Jelmer Vernooij
fe02004865
Specify skip list to selftest.pl, make make target depend on test
...
binaries.
2008-10-21 17:32:07 +02:00
Jelmer Vernooij
59a6e534cd
Merge branch 'selftest' of git://git.samba.org/jelmer/samba
2008-10-21 17:19:23 +02:00
Jelmer Vernooij
2c1b1255c2
Add source4/ to include path because librpc/gen_ndr is still in source?/
2008-10-20 21:33:41 +02:00
Jelmer Vernooij
5424c68b3d
Add missing asn1 object.
2008-10-20 13:21:29 +02:00
Jelmer Vernooij
e0905c3090
Use tables in Samba 3 ndrdump.
2008-10-20 13:19:39 +02:00
Jelmer Vernooij
d78f3be238
Merge branch 'master' of ssh://git.samba.org/data/git/samba into crypt
2008-10-20 12:19:57 +02:00
Jelmer Vernooij
5b52964b15
Share winreg.idl.
2008-10-20 11:53:20 +02:00
Jelmer Vernooij
8834b9c787
Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftest
2008-10-20 11:33:44 +02:00
Günther Deschner
fc8fadf1e9
idl: finally share krb5_pac.idl.
...
Guenther
2008-10-20 11:11:22 +02:00
Jelmer Vernooij
70eba79edb
Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftest
2008-10-20 11:07:38 +02:00
Kai Blin
c88cbbfdf3
vlp: Move closer to the code tested.
2008-10-19 15:03:22 +02:00
Jelmer Vernooij
86576f0f16
Add 'selftest' target to Samba 3 that uses the perl selftest code.
2008-10-19 14:56:29 +02:00
Jelmer Vernooij
e09c0c1185
Merge branch 'master' of ssh://git.samba.org/data/git/samba into crypt
2008-10-19 14:27:08 +02:00
Jelmer Vernooij
7f826373db
Move smb.conf parser to libutil to match Samba 4.
2008-10-19 14:03:20 +02:00
Jelmer Vernooij
55a88210d8
Add vlp to TORTURE_PROGS since it's required by "make test".
2008-10-19 13:35:37 +02:00
Jelmer Vernooij
7af7935d0e
Specify ZLIB_LIBS explicitly in case zlib isn't brought in any other way.
2008-10-19 11:22:19 +02:00
Günther Deschner
f34b6bfe34
idl: share drsblobs idl.
...
Guenther
2008-10-18 23:54:49 +02:00
Günther Deschner
80af41b5ea
drsuapi: build new merged drsuapi idl and helpers.
...
Guenther
2008-10-18 23:25:58 +02:00
Jelmer Vernooij
33032d591f
Move ufc to libreplace.
2008-10-18 17:49:41 +02:00
Michael Adam
7f5a94cf12
[s3]build: use ..lib/util/params.c instead of param/params.c
...
Michael
2008-10-18 15:36:17 +02:00
Jelmer Vernooij
2d89b52be8
Use separate make variables for libutil and libcrypto.
2008-10-18 14:28:40 +02:00
Jelmer Vernooij
519458a2fa
Use shared util.c.
2008-10-18 14:27:13 +02:00
Jelmer Vernooij
93310970e3
s3: Fix make clean
2008-10-18 14:19:55 +02:00
Günther Deschner
ef8f3c0e56
s3-build: cleanup in ../librpc as well on "make clean".
...
Guenther
2008-10-17 23:46:53 +02:00
Günther Deschner
d242491488
idl: finally fully share nbt.idl in s3 and s4.
...
Guenther
2008-10-15 21:44:39 +02:00
Jelmer Vernooij
5390dc0d24
Share wkssvc.idl.
2008-10-15 16:48:53 +02:00
Jelmer Vernooij
85c36cb2cd
Share eventlog.idl.
2008-10-15 16:37:27 +02:00
Jelmer Vernooij
881b36f4cf
Share initshutdown.idl.
2008-10-15 16:13:02 +02:00
Jelmer Vernooij
0c840bd8d2
Share xattr implementation.
2008-10-15 15:57:39 +02:00
Jelmer Vernooij
760dfa76d9
Share epmapper.
2008-10-15 15:31:49 +02:00
Günther Deschner
f0fd834141
share ntsvcs.idl.
...
Guenther
2008-10-15 12:03:12 +02:00
Günther Deschner
fe46368e09
move svcctl to main idl directory.
...
Guenther
2008-10-15 11:37:42 +02:00
Günther Deschner
6afcd9e1bc
s3-build: fix make samba3-idl.
...
Guenther
2008-10-15 11:28:32 +02:00
Jelmer Vernooij
f75b460814
Share misc.idl.
2008-10-15 02:08:24 +02:00
Jelmer Vernooij
4f6a4b5510
Share idl_types.h.
2008-10-15 01:53:09 +02:00
Jelmer Vernooij
65fdcd92fa
Build zlib (required for ndr_compression) if it's not pulled in through
...
other means.
2008-10-15 01:04:13 +02:00
Jelmer Vernooij
75dabe874c
Merge branch 'master' of git://git.samba.org/samba
2008-10-15 00:15:34 +02:00
Jelmer Vernooij
ed7cc8fc1c
Fix include path.
2008-10-14 23:59:58 +02:00
Jelmer Vernooij
5198fb6e19
Share ndr_krb5pac implementation.
2008-10-14 23:52:20 +02:00
Jelmer Vernooij
198974a781
Compile lzcompress (required for ndr_compression)
2008-10-14 23:49:13 +02:00
Jelmer Vernooij
f02a68a89f
Share ndr_compression.c.
2008-10-14 23:46:34 +02:00
Günther Deschner
da4399c509
s3-build: add and use IDL_PATH while building IDL files.
...
Guenther
2008-10-14 16:29:47 +02:00
Jelmer Vernooij
fd443f819e
Use common fusage implementation.
2008-10-14 02:16:27 +02:00
Jelmer Vernooij
2049cfe743
Share ndr.c implementation.
2008-10-13 16:09:48 +02:00
Jelmer Vernooij
2fddd2e2d5
Share ndrdump implementation.
2008-10-13 15:58:45 +02:00
Jelmer Vernooij
58f844ab54
Share uuid implementations.
2008-10-13 15:23:35 +02:00
Jelmer Vernooij
8cae7a5bab
Share ndr_misc implementations.
2008-10-13 15:22:27 +02:00
Jelmer Vernooij
390d37187a
Share ndr_basic implementation.
2008-10-13 15:20:10 +02:00
Jelmer Vernooij
de0aa7850c
Move code specific to Samba 3 to a separate file.
2008-10-13 14:38:42 +02:00
Jelmer Vernooij
6f13c389d9
Fix other paths to binding.o.
2008-10-12 19:36:12 +02:00
Jelmer Vernooij
9f2ed1e00f
Share RPC binding string utility functions.
2008-10-12 19:05:46 +02:00
Jelmer Vernooij
1b99d8fbb5
Use common util_file code.
2008-10-12 17:34:43 +02:00
Jelmer Vernooij
7d371c684d
Sync util_tdb implementations.
2008-10-12 16:53:17 +02:00
Jelmer Vernooij
a52e729f30
Move rbtree.[ch] to lib/util.
2008-10-12 16:27:00 +02:00
Volker Lendecke
dc2e98edc4
Fix "make etags" -- args list was too long for my etags
2008-10-12 14:04:26 +02:00
Jelmer Vernooij
7bd4e6e495
Use common signal helper implementation.
2008-10-12 05:23:26 +02:00
Jelmer Vernooij
348be5f1e4
Share data_blob implementation.
2008-10-12 01:46:15 +02:00
Jelmer Vernooij
218f482fbf
Use common strlist implementation in Samba 3 and Samba 4.
2008-10-12 00:56:56 +02:00
Jelmer Vernooij
cb78d4593b
Cope with changed signature of http_timestring().
2008-10-11 23:57:44 +02:00
Jelmer Vernooij
e439b3e7ab
Use xfile from common lib/util in Samba 3.
...
Conflicts:
source3/Makefile.in
2008-10-11 21:52:55 +02:00
Jelmer Vernooij
5c44ed6954
Clean up properly.
2008-10-11 21:33:15 +02:00
Jelmer Vernooij
6a78e56277
Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4
2008-10-11 14:44:10 +02:00
Günther Deschner
7817ad4ae0
pam_winbind: prepare to use libwbclient inside pam_winbind.
...
Guenther
2008-10-10 15:38:04 +02:00
Günther Deschner
3bbffb9664
pam_winbind: convert to use talloc.
...
Guenther
2008-10-10 15:37:35 +02:00
Günther Deschner
83f55e0755
krb5_locator: use wbcLookupDomainControllerEx() for query.
...
Guenther
2008-10-10 11:13:04 +02:00
Tim Prouty
10f65cc4ca
remove common lib object files on make cleanlib from source3
...
source4 already cleans up the object files on make clean. This patch
modifies source3 to also do this.
2008-10-09 19:13:32 -07:00
Günther Deschner
b28db15af8
wbclient: add wbcGuidToString and wbcStringToGuid helper functions.
...
Guenther
2008-10-09 12:45:46 +02:00
Günther Deschner
4c68f3cd9b
build: add "make test_wbpad" for checking winbind 32/64bit structure padding.
...
Guenther
2008-10-09 11:46:02 +02:00
Volker Lendecke
439086099a
Add netlogond auth method
...
This authenticates against a local running samba4 using SamLogonEx. We retrieve
the machine password using samba4's mymachinepwd script and store the schannel
key for re-use in secrets.tdb.
2008-10-06 09:54:17 +02:00
Volker Lendecke
2f6026248e
Add dyn_NCALRPCDIR
2008-10-06 09:54:16 +02:00
Michael Adam
6bfd63e010
[s3]build: build the new test_lp_load command.
...
Michael
2008-09-27 22:28:25 +02:00
Günther Deschner
0cb55e74ef
libgpo: add security CSE skeleton.
...
Guenther
2008-09-27 00:36:58 +02:00
Gerald W. Carter
e9e0e9a401
idmap_hash: Fix the nss_info link during "make install"
2008-09-25 09:46:14 -07:00
Gerald W. Carter
571f23c03c
idmap_adex: Fix the nss_info install link.
2008-09-25 09:14:58 -07:00
Holger Hetterich
964fb9f249
SMB traffic analyzer vfs module from Holger Hetterich <hhetter@novell.com>
...
Used to gather data to feed to a database for live and historical
analysis of usage per user, per share, etc.
Helper apps to read the data still to come. This one still needs to be
made ipv6 enabled (connection is made to the helper app).
2008-09-24 19:16:57 -04:00
Jelmer Vernooij
edeb20b921
Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4
...
Conflicts:
source3/include/includes.h
2008-09-24 18:38:45 +02:00
Jelmer Vernooij
d2062ab74f
Use common crc32 implementation.
2008-09-24 16:46:02 +02:00
Jelmer Vernooij
da01822671
Use common arcfour implementation.
2008-09-24 16:04:43 +02:00
Jelmer Vernooij
2413a72006
Use shared copy of hmac5 implementation.
2008-09-24 15:44:34 +02:00
Jelmer Vernooij
5709ded3ef
Use common md4 implementation.
2008-09-24 15:37:15 +02:00
Jelmer Vernooij
45bc578664
Use common MD5.
2008-09-24 15:34:30 +02:00
Günther Deschner
f07431f5ba
s3-nbt: use the new generated nbt.
...
Guenther
2008-09-24 03:34:23 +02:00
Günther Deschner
8bd302ab22
s3-build: let ctags/etags start from the toplevel dir.
...
Guenther
2008-09-23 23:16:35 +02:00
Günther Deschner
7f5aef542a
s3-nbt: use ../libcli/nbt helper.
...
Guenther
2008-09-23 09:37:24 +02:00
Gerald (Jerry) Carter
7d5fb989ac
idmap_adex: Add new idmap plugin for support RFC2307 enabled AD forests.
...
The adex idmap/nss_info plugin is an adapation of the Likewise
Enterprise plugin with support for OU based cells removed
(since the Windows pieces to manage the cells are not available).
This plugin supports
* The RFC2307 schema for users and groups.
* Connections to trusted domains
* Global catalog searches
* Cross forest trusts
* User and group aliases
Prerequiste: Add the following attributes to the Partial Attribute
Set in global catalog:
* uidNumber
* uid
* gidNumber
A basic config using the current trunk code would look like
[global]
idmap backend = adex
idmap uid = 10000 - 19999
idmap gid = 20000 - 29999
idmap config US:backend = adex
idmap config US:range = 20000 - 29999
winbind nss info = adex
winbind normalize names = yes
winbind refresh tickets = yes
template homedir = /home/%D/%U
template shell = /bin/bash
2008-09-22 15:46:19 -07:00
Stefan Metzmacher
b7e2c74cef
s3: link @tallocdir@/testsuite_main.o into talloctort
...
metze
2008-09-22 00:21:26 +02:00
Stefan Metzmacher
2c7cbb6b1d
s3: link libreplace/test/main.c into replacetort
...
metze
2008-09-22 00:09:13 +02:00
Michael Adam
f4293618a7
[s3]build: add dependency to libsmbclient to libsmbclient_examples target
...
Michael
2008-09-17 18:55:33 +02:00
Michael Adam
0ff2b4c7eb
[s3]build: fix building bin/replacetort (lib/replace has moved)
...
Michael
2008-09-17 18:53:46 +02:00
Michael Adam
96b1bf0dd4
Makefile: add targets [clean_]libnetapi_examples to top lvl Makefile
...
Michael
2008-09-17 18:49:15 +02:00
Jelmer Vernooij
79190992b3
Move pidl to top-level directory.
2008-09-17 17:12:27 +02:00
Jelmer Vernooij
06999ae473
Merge branch 'master' of ssh://git.samba.org/data/git/samba into singlelib
2008-09-17 14:34:54 +02:00
Jelmer Vernooij
94855cd692
Move common libraries from root to lib/.
2008-09-17 14:11:12 +02:00
Jeremy Allison
a69a2ae5df
Make the correct module name.
...
Jeremy.
2008-09-16 17:01:00 -07:00
Jeremy Allison
5cc096a109
First (incomplete) cut of this module. Based on Volker's original work.
...
Jeremy.
2008-09-16 15:55:06 -07:00
Gerald (Jerry) Carter
63554b4078
idmap_hash: Add the idmap/nss-info provider from Likewise Open.
...
* Port the Likewise Open idmap/nss_info provider (renamed to
idmap_hash).
* uids & gids are generated based on a hashing algorithm that collapse
the Domain SID to a 31 bit number. The reverse mapping from the
high order 11 bits to the originat8ing sdomain SID is stored in
a has table initialized at start up.
* Includes support for "idmap_hash:name_map = <filename>" for the
name aliasing layer. The name map file consist of entries in
the form "alias = DOMAIN\name"
2008-09-16 10:28:11 -07:00
Jelmer Vernooij
323346f7b0
Merge branch 'singlecompression' into single
2008-09-16 19:07:59 +02:00
Jelmer Vernooij
9c466a6158
Use single copy of compression library in Samba3,4.
2008-09-16 19:07:02 +02:00
Jelmer Vernooij
4beb6731a7
Use pidl from Samba 4 from Samba 3 rather than hoping there is one installed on the
...
system.
2008-09-16 18:48:56 +02:00
Jelmer Vernooij
c8bff39df6
Use a single copy of popt in samba3 and samba4.
2008-09-16 17:20:16 +02:00
Jelmer Vernooij
b8e8e9f0a5
Ignore generated build files.
2008-09-15 14:56:46 +02:00
Jelmer Vernooij
c592ec0e13
Import merged build patch.
2008-09-15 14:30:15 +02:00
Günther Deschner
a2919ddd38
build: don't install the cifs.upcall binary twice.
...
Guenther
(This used to be commit 1f44b4aaa5
)
2008-09-11 14:54:55 +02:00
Günther Deschner
1aff853427
netapi: add NetFileClose skeleton.
...
Guenther
(This used to be commit 4a006ae644
)
2008-09-11 14:36:05 +02:00
Jelmer Vernooij
372ecdfde3
Stop ignoring .svn directories when creating tags, since we no longer use
...
svn.
(This used to be commit 151c78652a
)
2008-09-09 19:05:48 +02:00
Jelmer Vernooij
66060a0ba7
Rename object variables to avoid clashes with Samba 4.
...
(This used to be commit c77758de5d
)
2008-09-09 19:03:49 +02:00
Jelmer Vernooij
174fd4a731
Use different variable names for talloc and tdb object file names than
...
Samba 4.
(This used to be commit 3f821e8c88
)
2008-09-04 23:43:58 +02:00
Günther Deschner
0b484e684a
netapi: add NetShareAdd skeleton.
...
Guenther
(This used to be commit 6e22bcc1f5
)
2008-08-29 13:58:03 +02:00
Volker Lendecke
13c66c8eb1
Move idmap_cache.c from winbindd/ to lib/
...
(This used to be commit fe70dcc1b6
)
2008-08-26 12:56:47 -07:00
Günther Deschner
98c3324cc3
build: make sure to create CODEPAGEDIR and MODULESDIR.
...
Guenther
(This used to be commit d31683cdc8
)
2008-08-26 13:47:43 +02:00
Jeff Layton
a835c28bb7
cifs.upcall: move default install location to EPREFIX/sbin
...
cifs.upcall links to libraries that live under /usr, so installing it
in /sbin doesn't seem appropriate. Move it to EPREFIX/sbin instead
(i.e. /usr/sbin).
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(This used to be commit 5c9a1b2c98
)
2008-08-21 19:40:14 -04:00
Michael Adam
fdb4fcf30c
build: add [clean_]libsmbclient_examples targets to top level Makefile
...
Michael
(This used to be commit b476400f0a
)
2008-08-21 12:16:05 +02:00
Michael Adam
447852c9d8
build: auto-generate symbols for libsmbsharemodes.
...
Michael
(This used to be commit f1d84e76bb
)
2008-08-20 22:39:46 +02:00
Michael Adam
f483aa05e4
build: autogenerate symbols for libsmbclient.so
...
Michael
(This used to be commit d6fb6348a3
)
2008-08-20 22:38:39 +02:00
Michael Adam
cc8404242c
build: remove duplicated and hardcoded definition of LIBSMBSHAREMODES
...
Michael
(This used to be commit c3c3dadcab
)
2008-08-20 22:38:07 +02:00
Michael Adam
e069dd4e5c
build: rename LIBNETAPI_OBJ1 to LIBNETAPI_OBJ0 for consistency.
...
Michael
(This used to be commit ead9b9d716
)
2008-08-20 22:38:07 +02:00
Michael Adam
4928791d79
build: fix linking cifs.upcall when nscd_flush_cache() is found.
...
Michael
(This used to be commit 661b7fdffd
)
2008-08-19 13:31:33 +02:00
Michael Adam
e9739694b6
configure: Add --with-modulesdir to accompany --with-libdir.
...
This starts the seplitting of libdir in to libdir and modulesdir.
Our shared libs should go into libdir, the internal shared modules,
codepages, and other stuff that was originally in libdir, should
go into modulesdir.
The idea behind this is, that in a typical installation,
the shared (and static) libraries (as libtalloc, libsmbclient,
libwbclient and others) should be put into /usr/lib, while
the e.g. the vfs modules should reside in /usr/lib/samba.
This is meant to ease the work of packagers and reduce
the needs for manual interaction and workarounds.
Michael
(This used to be commit b17d1ff646
)
2008-08-15 23:19:56 +02:00
Michael Adam
b02216b93f
Makefile: print codepagedir in "make showlayout".
...
Michael
(This used to be commit a823733b91
)
2008-08-15 23:19:55 +02:00
Michael Adam
dfd27586db
build: fix a typo in the installlibtalloc rule.
...
The symlink liballoc.so -> libtalloc.so.1 would have been
created unconditionally, independent of the existence of
libtalloc.so.1.
Michael
(This used to be commit 04974818bd
)
2008-08-15 23:19:54 +02:00
Michael Adam
762439025a
Revert "Add a gpfs_prefetch module"
...
This reverts commit fc9b30bed2
.
Sorry, this got pushed by accident:
"This can not go upstream yet because it uses the non-GPL libgpfs."
Michael
(This used to be commit 26a3cf0be9
)
2008-08-14 17:46:28 +02:00
Andrew Tridgell
0f41961e4f
first cut at adding full transactions for ctdb to samba3
...
(This used to be commit f91a3e0f7b
)
2008-08-13 11:54:08 +02:00
Volker Lendecke
b0935e5663
Add a gpfs_prefetch module
...
This can not go upstream yet because it uses the non-GPL libgpfs. So it will
not be compiled by default and will not be included in the SOFS RPMs. But upon
Sven's request, we include it in the git tree and the source RPMs, so that it
can be built for in-house tests.
(This used to be commit fc9b30bed2
)
2008-08-13 11:54:05 +02:00
Herb Lewis
9caabc441b
use variables for files used in multiple places
...
(cherry picked from commit cee044bc42
)
(This used to be commit 2462562b5c
)
2008-08-12 22:01:02 +02:00
Volker Lendecke
b67def0a55
Add simple async wrappers around send, recv and connect
...
To be used later :-)
(This used to be commit 0d161d336a
)
2008-08-08 18:30:57 +02:00
Michael Adam
e9a501a501
libnetapi: fix build of shared library after libnet_join changes.
...
This needs create_builtin_administrators() and create_builtin_users()
from token_utils now. Did not pop up because the only users of the
shared lib currently are the examples in lib/netapi/examples/
which are not automatically built.
Michael
(This used to be commit 8dca23a559
)
2008-08-06 13:56:52 +02:00
Zach Loafman
abaa69b32b
Make DSO_EXPORTS_CMD regexp more POSIX compliant
...
The FreeBSD sed command doesn't understand \? without passing -E to turn
on extended regexps. This patch changes the DSO_EXPORTS_CMD regexp to a
POSIX compliant RE by switching the \+ to a \{1,\} bound and the \? to a
\{0,1\} bound.
(This used to be commit 0acc888ca9
)
2008-07-22 15:00:48 +02:00
Zach Loafman
45bbad9ca0
Add --enable-picky-developer
...
This adds an --enable-picky-developer option that will halt compilation
on warnings. Yes, this could be handled by a direct Makefile change, but
people should be encourage to do it!
(This used to be commit 10a2ab4077
)
2008-07-22 15:00:48 +02:00
Günther Deschner
a6aeb73e4a
netapi: add ConvertSidToStringSid() for convenience of the callers.
...
Guenther
(This used to be commit b7633998ed
)
2008-07-17 10:33:27 +02:00
Jeremy Allison
cdabee2bb4
This patchset comprises a number of cleanups for the cifs upcall
...
binary. The biggest change is that it renames it from cifs.spnego
to cifs.upcall since the cifs.spnego name really isn't applicable
anymore.
It also fixes a segfault when the program is run without any args
and adds a manpage. Comments and/or suggestions appreciated.
This set should apply cleanly to the 3.3 test branch.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Jeremy.
(This used to be commit c633f10d9e
)
2008-07-16 17:27:05 -07:00
Derrell Lipman
db7bff1bab
Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-test
...
(This used to be commit 11d74fc51c
)
2008-07-16 09:48:23 -04:00
Derrell Lipman
deac1761f0
Static libsmbclient library needs to include all objects
...
LIBSMBCLIENT_OBJ0 contains only the libsmb/libsmb_*.o files. We need the
more inclusive set of object files defined by LIBSMBCLIENT_OBJ1.
Derrell
(This used to be commit 6c33c62007
)
2008-07-16 09:47:06 -04:00
Michael Adam
b385f6626b
build: use $(PAM_WINBIND_EXTRA_LIBS) instead of @PAM_WINBIND_EXTRA_LIBS@ in rules.
...
Eliminate more potential traps for picky makes.
Michael
(This used to be commit 8897aaec32
)
2008-07-14 23:16:47 +02:00
Michael Adam
e147120918
build: use $(WINBIND_NSS_PTHREAD) instead of @WINBIND_NSS_PTHREAD@ in rules.
...
Eliminate more potential traps for picky makes.
Michael
(This used to be commit bf619d0192
)
2008-07-14 23:16:46 +02:00
Michael Adam
f6ec12f477
build: use $(WINBIND_NSS_EXTRA_LIBS) instead of @WINBIND_NSS_EXTRA_LIBS@ in rules.
...
Eliminate more potential traps for picky makes.
Michael
(This used to be commit 603b83c980
)
2008-07-14 23:16:46 +02:00
Michael Adam
f5715af1fe
build: use $(LDAP_LIBS) instead of @LDAP_LIBS@ in rules.
...
Eliminate more potential traps for picky makes.
Michael
(This used to be commit 1f0feb3d12
)
2008-07-14 23:16:46 +02:00
Michael Adam
4d9c1bb8fc
build: use $(LIBNETAPI_LIBS) instead of @LIBNETAPI_LIBS@ in rules.
...
Eliminate more potential traps for picky makes.
Michael
(This used to be commit cd3c667bda
)
2008-07-14 23:16:45 +02:00
Michael Adam
b1560e558a
build: link in $(WINBIND_LIBS) instead of @LIBWBCLIENT_SHARED@
...
This should fix some more picky makes when not building @LIBWBCLINET_SHARED@
Moreover, we want to link against -lwbclient, not against bin/libwbclient.so
anyways.
Michael
(This used to be commit 73582e4c51
)
2008-07-14 23:16:45 +02:00
Michael Adam
599df86b57
build: use $(LIBTDB_LIBS) instead of @LIBTDB_LIBS@ in rules.
...
Eliminate more potential traps for picky makes.
Michael
(This used to be commit 4330a2ab13
)
2008-07-14 23:16:45 +02:00
Michael Adam
c878db0b89
build: use $(LIBTALLOC_LIBS) instead of @LIBTALLOC_LIBS@ in rules.
...
Eliminate more potential traps for picky makes.
Michael
(This used to be commit 1719fd3ccc
)
2008-07-14 23:16:44 +02:00
Michael Adam
85169652d4
build: use $(POPT_LIBS) instad of @POPT_LIBS@ in rules.
...
Eliminate more potential traps for picky makes.
Michael
(This used to be commit 87f56f2880
)
2008-07-14 23:16:44 +02:00
Michael Adam
8f8ee7b243
build: use $(WINBIND_LIBS) instead of @WINBIND_LIBS@ in rules.
...
This fixes the build on systems with picky make, where
libwbclient is not built as a shared library, since the
expansion of @WINBIND_LIBS@ will result in an empty line
in the rule with just the leading tabs/spaces.
Michael
(This used to be commit aff6822c3a
)
2008-07-14 23:16:44 +02:00
Michael Adam
dc753fd964
build: fix build of libaddns shared lib : it needs socket_wrapper.
...
Michael
(This used to be commit 58bc04b31b
)
2008-07-11 15:35:24 +02:00
Michael Adam
e8db7cac50
build: remove SHLIBS variable, and distribute deps for shlibs and test_shlibs target
...
Michael
(This used to be commit 939e75126e
)
2008-07-10 16:26:41 +02:00
Michael Adam
36580a5898
build: create a new uninstalllibs target and use it in "make uninstall"
...
Michael
(This used to be commit 73a3e4e1ea
)
2008-07-10 16:26:40 +02:00
Michael Adam
9da2995c49
build: distribute the libs target over the library-specific sections.
...
Michael
(This used to be commit 18b932c980
)
2008-07-10 16:26:40 +02:00
Michael Adam
a23d00280c
build: use the libs target instead of the LIBRARIES variable as dependecy for "all".
...
Michael
(This used to be commit 991c3fefa8
)
2008-07-10 16:26:40 +02:00
Michael Adam
030fe6ddd2
build: distribute the cleanlibs target over the library-specific sections.
...
Michael
(This used to be commit 2588c399a0
)
2008-07-10 16:26:39 +02:00
Michael Adam
4d8f12acc5
build: introduce a installibs target and use it in "make install"
...
The target is distributed over the library-specific sections.
Michael
(This used to be commit 0afe205a7d
)
2008-07-10 16:26:11 +02:00
Michael Adam
fddf606651
build: move definition of LIBADDNS_OBJ back up to LIBADDNS_OBJ0
...
to keep stuff together...
Michael
(This used to be commit 22735ee14a
)
2008-07-08 17:00:07 +02:00
Michael Adam
4b92d2a43e
build: fix build of smbget by moving LIBSMBCLIENT_OBJ* defs up again
...
to their original place. The problem was that LIBSMCLIENT_OBJ1 is used
in SMBGET_OBJ and that the difinition of LIBSMBCLIENT_OBJ1 was moved
below the bin/smbget target. Somehow it had worked for me.
Thanks to Derrell for pointing that out.
Michael
(This used to be commit c4e51f5e76
)
2008-07-08 16:55:52 +02:00
Michael Adam
b7f0ad4488
build: fix creation of libsmbclient.a - don't link in libtalloc.a
...
a step in fixing bug #5590
Michael
(This used to be commit bae7bd4bba
)
2008-07-07 20:34:04 +02:00
Michael Adam
b079636bf7
build: fix creation of libaddns.a - don't link in libtalloc.a
...
a step in fixing bug #5590
Michael
(This used to be commit 4d6edcb2c8
)
2008-07-07 20:34:04 +02:00
Michael Adam
c95629101b
build: fix creation of libsmbsharemodes.a - don't link in libtdb.a.
...
a step in fixing bug #5590
Michael
(This used to be commit 76f9e2e646
)
2008-07-07 20:34:04 +02:00
Michael Adam
576d1dc66d
build: set SONAME version of libraries from configure, not using library-versions
...
This sets the library versions (previously gotten from library-versions
file during make) already at configure time.
For library "foo", the version is stored in the LIBFOO_SOVER configure
variable. For all libraries except libwbclient, this is done through the
call of SMB_LIBRARY().
NOTE: Currently the versions are hard-coded in the SMB_LIBRARY() calls in
configure.in, but this change makes it easier to retrieve the version from
the libraries source dir at configure time, e.g. for talloc and tdb.
Michael
(This used to be commit 3c300f9f8c
)
2008-07-07 20:34:04 +02:00
Michael Adam
025edbd82c
build: combine the cleanlibfoo targets to one cleanlibs target
...
And use that in make clean
Michael
(This used to be commit 887b623119
)
2008-07-07 20:34:03 +02:00
Michael Adam
5408317e33
build: fix shlibs target after internal changes, add libs target.
...
The shlibs target now only builds the shared libs as the name suggests.
All libraries are built by the new "libs" target.
Michael
(This used to be commit 1bb2b576a4
)
2008-07-07 20:34:03 +02:00
Michael Adam
eb48b5703b
build: remove the SONAME_VER variable - not used anymore.
...
Michael
(This used to be commit 35b2ee2bce
)
2008-07-07 20:34:03 +02:00
Michael Adam
5b872b6ba5
build: fix typo in use of cleanlibsmbclient target
...
Michael
(This used to be commit 5712062d22
)
2008-07-07 20:34:03 +02:00
Michael Adam
23804595f7
build: add a cleanlibaddns target and use it in "make clean"
...
Michael
(This used to be commit 39a447a232
)
2008-07-07 20:34:03 +02:00
Michael Adam
d51180e4b8
build: handle libaddns by SMB_LIBRARY() and correctly create SONAME file.
...
Create .so file as a symlink.
Michael
(This used to be commit bbf665ad57
)
2008-07-07 20:34:03 +02:00
Michael Adam
1c7123f3a6
build: move LIBADDNS_OBJ0 up again -- needed for NET_OBJ :-\
...
Michael
(This used to be commit b871cb0cb6
)
2008-07-07 20:34:02 +02:00
Michael Adam
5df4ca43eb
build: move libaddns related bits to the libaddns section in Makefile.in
...
Michael
(This used to be commit 61157cb92e
)
2008-07-07 20:34:02 +02:00
Michael Adam
672eb71cf7
build: create cleanlibsmbsharemodes target and use it in "make clean".
...
Michael
(This used to be commit 20a5053f0e
)
2008-07-07 20:34:02 +02:00
Michael Adam
fc54fc52f4
build: handle libsmbsharemodes by SMB_LIBRARY() and correctly create SONAME file.
...
Create libsmbsharemodes.so as a symlink.
Michael
(This used to be commit 1157048146
)
2008-07-07 20:34:02 +02:00
Michael Adam
175497e14b
build: move libsmbsharemodes related vars and targets to libsmbsharemodes section in Makefile.in
...
Michael
(This used to be commit 278dde8a6c
)
2008-07-07 20:34:02 +02:00
Michael Adam
db6b94ee24
build: add structuring comment for libbigballofmud
...
(This used to be commit 879b000fd3
)
2008-07-07 20:34:02 +02:00
Michael Adam
7e7e9250be
build: add cleanlibsmbclient target and use it in make clean.
...
Michael
(This used to be commit 95a7d21d31
)
2008-07-07 20:34:02 +02:00
Michael Adam
1b20cf1324
build: handle libsmbclient by SMB_LIBRARY() and correctly create soname file.
...
Create libsmbclient.so as a symlink to libsmbclient.so.0.
Michael
(This used to be commit c463bd0cb9
)
2008-07-07 20:34:02 +02:00
Michael Adam
2e694978f5
build: slightly change and extend the logic of SMB_LIBRARY().
...
Only call the install/uninstall targets (from make (un)install)
for libraries configured with SMB_LIBRARY(), when the user did
not set --with-libname=no.
Make sure to always (at least) build the static version of the library.
Michael
(This used to be commit f440538c94
)
2008-07-07 20:34:01 +02:00
Michael Adam
c9178983e8
build: rename (un)installclientlib to (un)installlibsmbclient
...
keeping old targets as aliases for backward compatibility
Michael
(This used to be commit 40ff40de57
)
2008-07-07 20:34:01 +02:00
Michael Adam
1920e603fc
build: move libsmbclient related variables and targets to libsmbclient section
...
Michael
(This used to be commit ed3c35d307
)
2008-07-07 20:34:01 +02:00
Michael Adam
1778ebf8e3
build: move definition of SHLIBS to libraries section
...
Michael
(This used to be commit 36c99a3cad
)
2008-07-07 20:34:01 +02:00
Michael Adam
e4c67f9cc2
build: add a cleanlibwbclient target to Makefile.in and use it for make clean.
...
Michael
(This used to be commit e01a1d8d65
)
2008-07-07 20:34:01 +02:00
Michael Adam
56579822da
build: add uninstalllibwbclient to Makefile.in and use it for uninstall
...
Michael
(This used to be commit 2712dade9d
)
2008-07-07 20:34:01 +02:00
Michael Adam
aedb019d65
build: fix the installlibwbclient target to use defined variables and install the symlink
...
Michael
(This used to be commit 922b136ada
)
2008-07-07 20:34:01 +02:00
Michael Adam
c3bdfeade2
build: fix creation of libwbclient shared lib by crating soname file
...
and adding .so file as a symlink
Michael
(This used to be commit beab1a3148
)
2008-07-07 20:34:01 +02:00
Michael Adam
6ec6f69d02
build: move libwbclient related target to libwbclient section in Makefile.in
...
Michael
(This used to be commit 8f64706b09
)
2008-07-07 20:34:00 +02:00
Michael Adam
162f9619f4
build: move libtdb target further down following common schema like with libtalloc
...
Michael
(This used to be commit f94b07f0c5
)
2008-07-07 20:34:00 +02:00
Michael Adam
c1dcbf9da4
build: fix uninstalllibnetapi target - handle symlink libnetapi.so
...
and use the defined variables instead of hardcoded bits.
Also move the target into the libnetapi section (forgotten last time).
Michael
(This used to be commit 21b6164795
)
2008-07-07 20:34:00 +02:00
Michael Adam
cc20a6ba9d
build: fix installlibnetapi target - install symlink libnetapi.so (if appropriate)
...
Michael
(This used to be commit 59e7827e55
)
2008-07-07 20:34:00 +02:00
Michael Adam
521d4c8c6f
build: add a cleanlibnetapi target and use it in make clean
...
Michael
(This used to be commit ff62887a94
)
2008-07-07 20:34:00 +02:00
Michael Adam
fea56fe4c8
build: fix creation of the libnetapi shared lib: create soname library
...
and add the .so file as symlink
Michael
(This used to be commit d9af2f7ab6
)
2008-07-07 20:34:00 +02:00
Michael Adam
4cc6a59041
build: move libnetapi related definitions and targets together into the libnetapi section.
...
in Makefile.in
Michael
(This used to be commit da29e1ce44
)
2008-07-07 20:34:00 +02:00
Michael Adam
31a4a4ec81
build: add an uninstalllibtdb target.
...
Michael
(This used to be commit c50c847f4b
)
2008-07-07 20:34:00 +02:00
Michael Adam
8583d07b75
build: fix the installlibtdb target to install the soname file of libtdb.
...
and create the .so file as a symlink (if appropriate)
Michael
(This used to be commit 5c090762f7
)
2008-07-07 20:33:59 +02:00
Michael Adam
302e9ca2eb
build: create a cleanlibtdb target and use it in target clean.
...
Michael
(This used to be commit ebfe13b79b
)
2008-07-07 20:33:59 +02:00
Michael Adam
b622276655
build: fix creation of the libtdb shared library.
...
Create the libtdb.so.1 file and create the .so file as the symlink.
Not vice versa.
Michael
(This used to be commit 662d666b41
)
2008-07-07 20:33:59 +02:00
Michael Adam
9bce1354b6
build: move libtdb related definitions and targets to libtdb section in Makefile.in
...
Michael
(This used to be commit a4de301af4
)
2008-07-07 20:33:59 +02:00
Michael Adam
435137c16b
build: move all libtalloc related definitions into the libtalloc section in Makefile.in
...
Michael
(This used to be commit b330892f4b
)
2008-07-07 20:33:59 +02:00
Michael Adam
0427511466
build: move top level targets for the libs into the corresponding sections in Makefile.in
...
Michael
(This used to be commit 4092059ff0
)
2008-07-07 20:33:59 +02:00
Michael Adam
8e61cc7bbb
build: add more structuring comments to Makefile.in
...
for several shared libs and shared modules section
Michael
(This used to be commit 53cc6a3225
)
2008-07-07 20:33:59 +02:00
Michael Adam
09ac0c064d
build: add structuring comments for libraries and libtalloc section.
...
Michael
(This used to be commit 3de0008904
)
2008-07-07 20:33:59 +02:00
Michael Adam
a386f431e4
build: fix installlibtalloc to not install symlink if the library is not there
...
Michael
(This used to be commit 52ccb52c8e
)
2008-07-07 20:33:58 +02:00
Michael Adam
2a91d4adb5
build: move libtalloc related targets together.
...
Michael
(This used to be commit 01b1e642d7
)
2008-07-07 20:33:58 +02:00
Michael Adam
dcf6bc8402
build: add a cleanlibtalloc target.
...
Michael
(This used to be commit 5d3c6c3c1c
)
2008-07-07 20:33:58 +02:00
Michael Adam
368cea20e9
build: add an uninstalllibtalloc target
...
Michael
(This used to be commit 4b6ef6202c
)
2008-07-07 20:33:58 +02:00
Michael Adam
95e434619b
build: fix creation of link libtalloc.so on some systems.
...
ln -s -f seem to be unknown on some solaris versions (e.g.).
so if there is an old libtalloc.so around, this will fail.
use rm -f prior to creating the link to circumvent this.
Michael
(This used to be commit d913b1e731
)
2008-07-07 20:33:58 +02:00
Michael Adam
7a3e3f0a37
build: fix the installlibtalloc target to install SONAME and \.so versions of shared lib.
...
Michael
(This used to be commit 4991988989
)
2008-07-07 20:33:58 +02:00
Michael Adam
27ca5cd80a
build: fix creation of talloc shared lib.
...
link the libtalloc.so.1 file and create libtalloc.so as a link
Michael
(This used to be commit 946537e6be
)
2008-07-07 20:33:58 +02:00
Michael Adam
ef6619fc3c
build: add ability to use library files of the form NAME.so.VERSION to create version script name.
...
Michael
(This used to be commit b8d13f8773
)
2008-07-07 20:33:58 +02:00
Günther Deschner
9b0e3bb0c3
net_vampire: add code to vampire to a Kerberos keytab file using DRSUAPI.
...
Guenther
(This used to be commit 0ef420c3a4
)
2008-07-01 10:02:01 +02:00
Karolin Seeger
006515d889
Revert "build: add symbol versioning when we build with gnu ld"
...
This reverts commit cb5492978b
.
For more information, please have a look at the discussion on
samba-technical starting with [1].
[1] http://lists.samba.org/archive/samba-technical/2008-June/059511.html
Karolin
(cherry picked from commit 1e5aeb96f9
)
(This used to be commit d06baf0e74
)
2008-06-27 13:46:26 +02:00
Günther Deschner
8b52e2bc63
net_vampire: separate keytab code from samsync code.
...
Guenther
(This used to be commit 69d8442bf3
)
2008-06-27 01:58:39 +02:00
Günther Deschner
a8936da0e9
drsuapi: rerun make idl and add drsblobs generated files.
...
Guenther
(This used to be commit 6725b751d8
)
2008-06-26 12:17:43 +02:00
Günther Deschner
90925fbd3a
drsuapi: add drsblobs.idl from samba4.
...
Guenther
(This used to be commit 58dc161ac9
)
2008-06-26 12:17:34 +02:00
Günther Deschner
2341f3381d
net_vampire: add basic libnet_dssync() infrastructure.
...
Guenther
(This used to be commit 9486e532da
)
2008-06-24 23:50:31 +02:00
Günther Deschner
adef1b004b
net_vampire: add code to vampire a SAM database to a keytab file.
...
Guenther
(This used to be commit ee6e422c0e
)
2008-06-24 23:40:14 +02:00
Günther Deschner
bd6fece98a
net_vampire: move out display routines to one file.
...
Guenther
(This used to be commit 64b48a07e7
)
2008-06-23 23:38:52 +02:00
Günther Deschner
de33b264d1
net_vampire: move out passdb routines to one file.
...
Guenther
(This used to be commit 74d431270d
)
2008-06-23 23:38:52 +02:00