summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r25915: ndr/pidl: change NTSTAUS into enum ndr_err_code (pidl code)Stefan Metzmacher12-75/+70
Samba4/NDR/Parser.pm Samba4/NDR/Server.pm Samba3/ServerNDR.pm tests/ metze (This used to be commit 7106f21de8dfc472aa0846b49bfdb7543c63b310)
2007-12-21r25914: selftest: fix the module pathes when using --with-selftest-prefixStefan Metzmacher2-3/+2
metze (This used to be commit 092b93b1356bbf73d40a1d7bb971a4ef4967d662)
2007-12-21r25913: maybe some platforms have problems with echo -eStefan Metzmacher1-1/+5
metze (This used to be commit c9586b8ab34e8737cf87a642fbcc811edd0a6590)
2007-12-21r25912: Two patchesStefan Metzmacher1-0/+1
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 e17d3e10e860c96b6d5208e5fe51e43b8e58c174 (This used to be commit 4087731e1b4e97017c0f5659e6659e8181d8e038)
2007-12-21r25911: Remove more fstring/pstring bad useage. Go talloc !Stefan Metzmacher1-1/+1
Jeremy. merge from v3-2-test commit 2a0173743d2cf615d52278f3dd87cc804abe2d16 (This used to be commit cb0eca66dc5121fa73404a7c41aad6086a96e7ec)
2007-12-21r25910: Try and fix the Solaris build by adding a missing defineStefan Metzmacher1-0/+5
(from Jerry). Jeremy merge from v3-2-test commit a68bbea0d42cc64b9fa731ab2a1da82ef30937c6 (This used to be commit b833dce5e6d6475a04538d9754b9b0bfeb5915e4)
2007-12-21r25909: Fix the snprintf checks, and fix a typo in pointer indirection.Stefan Metzmacher1-5/+5
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 494bf6293bedbda4b10aa2eae452377b8130cd01 (This used to be commit e562832ad19e8c3a0380759a22b0267e365ecc2e)
2007-12-21r25908: add some wikipedia links about LDAP and LDIFStefan Metzmacher1-5/+6
metze (This used to be commit e1eea9278876bb727055a2b1357504b6ceb26765)
2007-12-21r25907: use DEBUGADD() to match samba3Stefan Metzmacher1-2/+2
metze (This used to be commit d2deefb551ffed5134e31473a3140ec7416cf389)
2007-12-21r25906: libreplace: we need to link to make sure the functions are availableStefan Metzmacher1-1/+1
metze (This used to be commit 895d2644fbd72b9770460d6628fa6b09963967e7)
2007-12-21r25905: use data_blob_const() to set the DATA_BLOBStefan Metzmacher1-2/+1
metze (This used to be commit f3393a731683be3f8664f715dceee0c9fcef4ede)
2007-12-21r25904: Remove extraJelmer Vernooij1-1/+1
(This used to be commit fd0958107524a526d0bc78b98e031c595c85b877)
2007-12-21r25903: Move more files out of torture/Jelmer Vernooij4-3/+3
(This used to be commit f734df3144cdd9ff280ee1cac2c3a7f972716f5d)
2007-12-21r25902: Move messaging tests to same directory as code.Jelmer Vernooij3-2/+2
(This used to be commit d174dcbb76f3079a5f536f841bfffab3d7cd51e9)
2007-12-21r25901: Remove obsolete --enable-shared option (whether shared libs should ↵Jelmer Vernooij1-9/+1
be used internally can be set using --enable-dso). (This used to be commit 571aa6ba22f6e4b774f9a9db3a02e3beec3f8523)
2007-12-21r25897: Add WERR_INVALID_FLAGS.Günther Deschner2-0/+2
Guenther (This used to be commit c3023eaeb389f44b64becc383552df0debfc232d)
2007-12-21r25896: Rename netlogon server stubs.Günther Deschner1-6/+6
Guenther (This used to be commit 2f8b8c046010c54d708a8e109b78fbd6e1958f40)
2007-12-21r25895: Add torture test for netr_DsRAddressToSitenamesW andGünther Deschner2-1/+67
netr_DsRAddressToSitenamesExW. Guenther (This used to be commit 848b8859253ba0abd15998de62b6aa61a954d3de)
2007-12-21r25894: Add IDL for netr_DsRAddressToSitenamesW and ↵Günther Deschner1-2/+28
netr_DsRAddressToSitenamesExW. Guenther (This used to be commit ee797e18c7c970d78dfc7f2592f9598003e72d60)
2007-12-21r25893: Fix ldb, tdb builds (and one warning).Jeremy Allison3-2/+4
Jeremy. (This used to be commit 52b26645b04a9c5fb70e7b869b60c9157f821d50)
2007-12-21r25892: Keep the tdb code in sync between 3.2.x and 4.0.Jeremy Allison9-5/+84
Add in the alarm fix to allow locks to exit on alarm signal. Sync up the changes in tools. Jeremy. (This used to be commit cb6c663fa8818f49cc36f196bb5f4dea47edd69e)
2007-12-21r25891: Test that we get the correct return value when we attempt to referenceAndrew Bartlett2-123/+123
invalid entries with a linked attribute. Make Samba4 pass that test, by fixing a silly bug in the linked_attributes module. (By passing down the 'original' request structure, tdb would override our handle, and therefore we would never be called for the 'wait', which collects the errors). Fix up the provision templates to handle the newly required referential integrity. Andrew Bartlett (This used to be commit 0377d85bbdcb2c4f110b0519005f0d1d10bc0c0b)
2007-12-21r25888: Attempt to fix standalone tdb build.Jelmer Vernooij1-6/+8
(This used to be commit c758db2709e6f3d8e6c3fb65f4efd3dec3518e51)
2007-12-21r25887: Build Samba-specific ldb modules as dso's.Jelmer Vernooij5-4/+30
(This used to be commit 9d73becbb24fbde2e319e18e84af35d9efaeefda)
2007-12-21r25886: Try to fix building dso's on hpux with gccJelmer Vernooij1-1/+5
(This used to be commit 146c5226e61235a55155ef4493191a6c5eddea3f)
2007-12-21r25884: Specify shldflags first, as required by some compilers.Jelmer Vernooij2-2/+2
(This used to be commit 40a8cd0d2fd4d10110243ee75ff92bef73bb06b9)
2007-12-21r25883: Fix tdb dependency.Jelmer Vernooij1-5/+9
(This used to be commit af99cd3e00d981e90df4bc61d498704249df1412)
2007-12-21r25882: Build shared library of talloc as well.Jelmer Vernooij2-2/+22
(This used to be commit 3692ba8299d4177289ca401fa467143ad14ccad4)
2007-12-21r25881: Add ability to build .so of tdb.Jelmer Vernooij2-7/+28
(This used to be commit 03bc4896e6c83d4d01b366cd5ce9e49547ee206c)
2007-12-21r25880: Try to get some more flags right.Jelmer Vernooij2-6/+6
(This used to be commit bbc36fd3f693480e3ea01c5c9e858008a4f3c229)
2007-12-21r25879: Don't use shared library for command-line utilities for now - breaks ↵Jelmer Vernooij1-13/+12
the testsuite, and there is no portable equivalent of LD_LIBRARY_PATH. (This used to be commit 9730c2950965d22eace9ad498847581171ebe09a)
2007-12-21r25878: Fix syntax error.Jelmer Vernooij1-2/+0
(This used to be commit ffe5a10867a2d2e5eb51c84331fff130e996eda8)
2007-12-21r25877: Add libreplace macro for soname flags.Jelmer Vernooij4-18/+60
(This used to be commit 25aa875119622679881cd0e1b3b9dff8d2cf03ee)
2007-12-21r25876: Attempt to build shard libs everywhere again.Jelmer Vernooij1-10/+5
(This used to be commit b5bcdbbd0c9a6133d15c3a9c01738d9899dbcf8d)
2007-12-21r25875: Try to fix the build on some HPUX machines.Jelmer Vernooij1-3/+1
(This used to be commit 773a7cf234e08e05bb89072c42353e44915f8146)
2007-12-21r25874: force specific versions for LEX and YACC.Stefan Metzmacher1-0/+48
We often have problems with old yacc and bison versions and it seem the combination of LAX and YACC also matters. So we now list all supported version combinations explicit. flex-2.5.33:bison-2.3 only for now. metze (This used to be commit ad0556cbf7c1b0dfc3180a010f2a14d9597c3222)
2007-12-21r25873: nss_wrapper: hopefully a better fix for the solaris get*ent_r functionsStefan Metzmacher1-0/+28
metze (This used to be commit 084aad79807ba787a5d1560cf6152d4b26e8e1f6)
2007-12-21r25872: nss_wrapper: revert solaris get*ent_r() functionsStefan Metzmacher1-62/+0
This was the wrong approach, as in future lib/replace should hide this special solaris stuff. metze (This used to be commit e99feb5ff5f22522b902fe523e9aee80856ba422)
2007-12-21r25871: nss_wrapper: set the destination pointer in the get*_r functionsStefan Metzmacher1-2/+10
metze (This used to be commit e68d1c9276a6696efeb7271433072b3cb3ab33cb)
2007-12-21r25870: libreplace: AC_VERIFY_C_PROTOTYPE() needs AC_LANG_SOURCE() to bring ↵Stefan Metzmacher1-2/+2
in confdefs.h metze (This used to be commit c6b6466c33ffab2b59e1a275922b6f3a7f2af98c)
2007-12-21r25869: selftest: strip newline from `whoami` output, hopefully fix ↵Stefan Metzmacher1-0/+1
provision on mac os 10 metze (This used to be commit c6c62abc07888743b6349b0107ee1b17265bd154)
2007-12-21r25868: nss_wrapper: add solaris versions of getpwent_r and getgrent_rStefan Metzmacher1-0/+62
metze (This used to be commit 386b28f988e80989f3c0e8acdfb1b66469e0a7a5)
2007-12-21r25867: libreplace: solaris has different prototypes for getpwent_r and ↵Stefan Metzmacher1-0/+32
getgrent_r metze (This used to be commit 44250ac6f987ba98e1efe8cd81b4e7eaa8017ed0)
2007-12-21r25866: nss_wrapper: not all systems have get*_r callsStefan Metzmacher1-0/+20
metze (This used to be commit 6a3f97aeac81cf7dd1a28fd9f17ec2f6e35300dc)
2007-12-21r25865: libreplace: check for nss passwd|group get*_r functionsStefan Metzmacher1-0/+2
metze (This used to be commit 98095b34257847b2fbb5efe343c3630a28170692)
2007-12-21r25864: libreplace: we should only have one location where we check for ↵Stefan Metzmacher1-4/+1
required functions metze (This used to be commit 8748516d1668c66663ded50ff28a8d32f1720175)
2007-12-21r25863: libreplace: we need include <unistd.h> before nss_wrapper.hStefan Metzmacher1-0/+3
metze (This used to be commit a16f0e3cdbb9fb1238e25af8bb911c27b839c89b)
2007-12-21r25862: Avoid po, causes trouble on BSD systems.Jelmer Vernooij1-9/+4
(This used to be commit c7fd5a5172d443034245c58020e379b0ca6234f2)
2007-12-21r25861: Fix export dynamic for HPUX.Jelmer Vernooij1-4/+12
(This used to be commit 45ccf09bf96e915380b30150a701735318b67aa0)
2007-12-21r25860: Remove flag that causes problems on some hosts.Jelmer Vernooij1-1/+1
(This used to be commit 85b332650031b2969f79e6ca85e5d6d10983da91)