1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-20 16:23:51 +03:00
Commit Graph

3554 Commits

Author SHA1 Message Date
Jelmer Vernooij
21ab43158f r25931: Add config .mk file for crypto lib. 2007-12-21 05:45:07 +01:00
Jelmer Vernooij
41dcd8c261 r25930: fix test name 2007-12-21 05:45:06 +01:00
Jelmer Vernooij
c6b1090408 r25928: Split up torture-local a bit. 2007-12-21 05:45:06 +01:00
Jelmer Vernooij
e20c4b90e4 r25926: Move iconv test to iconv code directory. 2007-12-21 05:45:05 +01:00
Stefan Metzmacher
6223c7fddc 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
2007-12-21 05:45:02 +01:00
Stefan Metzmacher
4087731e1b r25912: Two patches
Hi!

Can you check and push them?

Thanks,

Volker

From b488af5905e2dee12a1a72a3b40801ae5c26f24f Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl@sernet.de>
Date: Sat, 27 Oct 2007 14:20:09 +0200
Subject: [PATCH] Fix some warnings and errors

merge from v3-2-test commit e17d3e10e8
2007-12-21 05:44:51 +01:00
Stefan Metzmacher
cb0eca66dc r25911: Remove more fstring/pstring bad useage. Go talloc !
Jeremy.

merge from v3-2-test commit 2a0173743d
2007-12-21 05:44:51 +01:00
Stefan Metzmacher
b833dce5e6 r25910: Try and fix the Solaris build by adding a missing define
(from Jerry).
Jeremy

merge from v3-2-test commit a68bbea0d4
2007-12-21 05:44:50 +01:00
Stefan Metzmacher
e562832ad1 r25909: Fix the snprintf checks, and fix a typo in pointer indirection.
These fixes are needed for a working getaddrinfo etc. replacement.
Fixes from Wayne Davison <wayned@samba.org> from rsync.

Jeremy.

from v3-2-test commit 494bf6293b
2007-12-21 05:44:50 +01:00
Stefan Metzmacher
e1eea92788 r25908: add some wikipedia links about LDAP and LDIF
metze
2007-12-21 05:44:50 +01:00
Stefan Metzmacher
895d2644fb r25906: libreplace: we need to link to make sure the functions are available
metze
2007-12-21 05:44:48 +01:00
Jelmer Vernooij
f734df3144 r25903: Move more files out of torture/ 2007-12-21 05:44:46 +01:00
Jelmer Vernooij
d174dcbb76 r25902: Move messaging tests to same directory as code. 2007-12-21 05:44:45 +01:00
Jeremy Allison
52b26645b0 r25893: Fix ldb, tdb builds (and one warning).
Jeremy.
2007-12-21 05:44:42 +01:00
Jeremy Allison
cb6c663fa8 r25892: Keep the tdb code in sync between 3.2.x and 4.0.
Add in the alarm fix to allow locks to exit on
alarm signal.
Sync up the changes in tools.
Jeremy.
2007-12-21 05:44:42 +01:00
Jelmer Vernooij
c758db2709 r25888: Attempt to fix standalone tdb build. 2007-12-21 05:44:41 +01:00
Jelmer Vernooij
9d73becbb2 r25887: Build Samba-specific ldb modules as dso's. 2007-12-21 05:44:40 +01:00
Jelmer Vernooij
146c5226e6 r25886: Try to fix building dso's on hpux with gcc 2007-12-21 05:44:40 +01:00
Jelmer Vernooij
40a8cd0d2f r25884: Specify shldflags first, as required by some compilers. 2007-12-21 05:44:40 +01:00
Jelmer Vernooij
af99cd3e00 r25883: Fix tdb dependency. 2007-12-21 05:44:39 +01:00
Jelmer Vernooij
3692ba8299 r25882: Build shared library of talloc as well. 2007-12-21 05:44:39 +01:00
Jelmer Vernooij
03bc4896e6 r25881: Add ability to build .so of tdb. 2007-12-21 05:44:38 +01:00
Jelmer Vernooij
bbc36fd3f6 r25880: Try to get some more flags right. 2007-12-21 05:44:37 +01:00
Jelmer Vernooij
9730c29509 r25879: Don't use shared library for command-line utilities for now - breaks the testsuite, and there is no portable equivalent of LD_LIBRARY_PATH. 2007-12-21 05:44:37 +01:00
Jelmer Vernooij
25aa875119 r25877: Add libreplace macro for soname flags. 2007-12-21 05:44:36 +01:00
Jelmer Vernooij
773a7cf234 r25875: Try to fix the build on some HPUX machines. 2007-12-21 05:44:35 +01:00
Stefan Metzmacher
084aad7980 r25873: nss_wrapper: hopefully a better fix for the solaris get*ent_r functions
metze
2007-12-21 05:44:35 +01:00
Stefan Metzmacher
e99feb5ff5 r25872: nss_wrapper: revert solaris get*ent_r() functions
This was the wrong approach, as in future lib/replace
should hide this special solaris stuff.

metze
2007-12-21 05:44:34 +01:00
Stefan Metzmacher
e68d1c9276 r25871: nss_wrapper: set the destination pointer in the get*_r functions
metze
2007-12-21 05:44:34 +01:00
Stefan Metzmacher
c6b6466c33 r25870: libreplace: AC_VERIFY_C_PROTOTYPE() needs AC_LANG_SOURCE() to bring in confdefs.h
metze
2007-12-21 05:44:34 +01:00
Stefan Metzmacher
386b28f988 r25868: nss_wrapper: add solaris versions of getpwent_r and getgrent_r
metze
2007-12-21 05:44:33 +01:00
Stefan Metzmacher
44250ac6f9 r25867: libreplace: solaris has different prototypes for getpwent_r and getgrent_r
metze
2007-12-21 05:44:33 +01:00
Stefan Metzmacher
6a3f97aeac r25866: nss_wrapper: not all systems have get*_r calls
metze
2007-12-21 05:44:32 +01:00
Stefan Metzmacher
98095b3425 r25865: libreplace: check for nss passwd|group get*_r functions
metze
2007-12-21 05:44:32 +01:00
Stefan Metzmacher
8748516d16 r25864: libreplace: we should only have one location where we check for required functions
metze
2007-12-21 05:44:32 +01:00
Stefan Metzmacher
a16f0e3cdb r25863: libreplace: we need include <unistd.h> before nss_wrapper.h
metze
2007-12-21 05:44:31 +01:00
Jelmer Vernooij
c7fd5a5172 r25862: Avoid po, causes trouble on BSD systems. 2007-12-21 05:44:31 +01:00
Jelmer Vernooij
45ccf09bf9 r25861: Fix export dynamic for HPUX. 2007-12-21 05:44:31 +01:00
Jelmer Vernooij
85b3326500 r25860: Remove flag that causes problems on some hosts. 2007-12-21 05:44:30 +01:00
Jelmer Vernooij
bf1685faa1 r25859: Wrap native HPUX functions in dl implementation. 2007-12-21 05:44:30 +01:00
Jelmer Vernooij
af135938c1 r25858: Clean up po files. 2007-12-21 05:44:30 +01:00
Andrew Bartlett
f42690a90c r25857: Indent 2007-12-21 05:44:30 +01:00
Andrew Bartlett
f4d733c3d0 r25856: If the search fails, it is not valid to steal 'res'.
Andrew Bartlett
2007-12-21 05:44:29 +01:00
Jelmer Vernooij
478b5ac8d9 r25855: Check for HPUX dl functions. 2007-12-21 05:44:29 +01:00
Jelmer Vernooij
6c46a92528 r25854: Link against -ldl properly. 2007-12-21 05:44:28 +01:00
Jelmer Vernooij
db9ebea52b r25853: Specify LIBS to sample_module - fixes build for gcov hosts. 2007-12-21 05:44:28 +01:00
Jelmer Vernooij
aaaed5edc0 r25852: Move SHLIBEXT determination into a test as well. 2007-12-21 05:44:27 +01:00
Jelmer Vernooij
d28c8b822e r25851: Move system-specific ldflags checks to libreplace so they can be used by ldb. 2007-12-21 05:44:27 +01:00
Jelmer Vernooij
9ebc6f2d17 r25850: Add macro for picflag. 2007-12-21 05:44:26 +01:00
Jelmer Vernooij
f67040d2a0 r25846: Add configure test for -Wl,--export-dynamic. 2007-12-21 05:44:24 +01:00