summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Collapse)AuthorFilesLines
2008-06-19Fix the build on FreeBSD 4.6.2Volker Lendecke1-4/+5
(This used to be commit 4f50cb63e9b565ae0747127baa651a1a1874298b)
2008-06-18Fix Bug #5548 (segfauls in handle_include with %m macro expansion).Michael Adam1-1/+4
In alloc_sub_basic, when expanding '%m', substitute "" instead of NULL for remote_machine when this is NULL. Else a NULL string is returned. Michael (This used to be commit c65b456c6a145d15b7fd27a2a3440a0709fc3277)
2008-06-17netapi: use NetUserEnum filter in example code.Günther Deschner1-1/+1
Guenther (This used to be commit ad105177686da823ef9cce1c1bedaf0f84a49b8c)
2008-06-17netapi: add NetUserEnum filter constants to public headers.Günther Deschner1-0/+6
Guenther (This used to be commit 32a66131eb56e1c66b89e348141047c6b98cf35e)
2008-06-17netapi: implement NetUserEnum filters.Günther Deschner1-1/+22
Guenther (This used to be commit 0bd69df7704789888eba2a07aba505dce037c4eb)
2008-06-17netapi: add NetRemoteTOD example code.Günther Deschner2-1/+90
Guenther (This used to be commit 2b82779a401dd1d14f5842872ac37b2454efc92b)
2008-06-17netapi: implement NetRemoteTOD().Günther Deschner1-2/+32
Guenther (This used to be commit 76877680a8a6400bc2d3b5e3b788b7d5fc683850)
2008-06-17netapi: make NetRemoteTOD() headers public.Günther Deschner1-0/+31
Guenther (This used to be commit 1262ab1843a8a8cb794f6bbfb113bd2d99ffba22)
2008-06-17netapi: add NetRemoteTOD() skeleton.Günther Deschner3-0/+67
Guenther (This used to be commit 78bc98cb55e36ef175f9c0f6fcd943781a514005)
2008-06-17netapi: Fix Bug #5545 (libnetapi_init without $USER)Günther Deschner1-2/+6
Based on patch from Erik van Pienbroek. Guenther (This used to be commit 71f4cf773022525ba617f09c495dbff97f8eb2d5)
2008-06-13Fix a handle leak for error returns in ldb_try_load_dsoVolker Lendecke1-1/+7
Coverity ID 464 (cherry picked from commit 496d44d2f21661c85bf07e8eb7cae6298fefd900) (This used to be commit f30bc6503de6c712101e04fe26c004eeffcd300e)
2008-06-11Fix max_fd calculation in event_loop_onceVolker Lendecke1-1/+1
For some bugs I really wonder how they can go undetected for so long. Fix a bug reported by Mathias Dietz. No samba bugzilla entry, but still 100% needed for 3-2-stable. Volker (cherry picked from commit 82c994dabc47bb4755c883a1f3651bb5d65cf2c5) (This used to be commit 91c73e093a03b10426b671cb3e1dffb8a2455d47)
2008-06-10Correctly find a [u]int32_t replacementVolker Lendecke1-6/+15
(cherry picked from commit 346375cda557a675f8f882ca2ae8edffec725a72) (This used to be commit 15a53945c9563b4517bd8b69a9bb0554eef5edff)
2008-06-10socket_wrapper: truncate packets to a 1500 byte payloadStefan Metzmacher1-0/+8
Truncate sendto(), recvfrom(), send() and recv() to 1500 bytes so that're getting a correctly formatted pcap file and the result look more like real network traffic. metze (cherry picked from commit 5b01206f1bb2e62c08bda34b45904ec4f83ac5de) (This used to be commit eb8c37a1ca97b41de00ec937a90bfdbe9cd21531)
2008-06-10socket_wrapper: sync missing stuff from v4-0-testStefan Metzmacher5-8/+17
metze (This used to be commit b03c2793548834a1dc0483b03081d872ab1e17f0)
2008-06-10Factor out IP marshalling into separate function.Jelmer Vernooij1-36/+43
(cherry picked from commit 2548c2a1e7dab8abc00f8f49374a08cc0b427552) (This used to be commit e4e015caac88f6e31ca6d8fcda5a97a11aee226d)
2008-06-10r25783: socket_wrapper: don't include "includes.h"Stefan Metzmacher1-12/+5
metze (cherry picked from commit 47f865165e772540334dcbcf80cfc1999b0132fa) (This used to be commit 4d5bfcc731b44267e2c30fccdca72b6058b16bfb)
2008-06-10r23420: try to make the IBM checker happyStefan Metzmacher1-3/+8
metze (cherry picked from commit 96f1a0dfaa18a432fca4b5432d929d8daed0abb1) (This used to be commit 801ed0b79956133f2baa6b2db4a7dd5a68060edc)
2008-06-10r22236: Update to Heimdal's socket_wrapper, which supports IPv6.Stefan Metzmacher1-161/+391
To make this pass, I needed to add support for 6 and 17 as valid protocol values to socket(). Andrew Bartlett (partly cherry picked from commit 2254e61a1e5b29a64c5a24aac029ace193057e24) metze (This used to be commit 66b9f6f3722defd0863b055916b302478715704b)
2008-06-10r21729: Some more testsJelmer Vernooij2-6/+29
(cherry picked from commit d2baa8218cf504d6631d610f9fd393ad8c61574c) (This used to be commit cf6d815ba82a25c1e1f1dfdb8548cc588d44d1aa)
2008-06-10r21671: Add initial simple tests for socket wrapperStefan Metzmacher3-1/+84
(partly cherry picked from commit 872e2ad541478597191ca9e31872d5c8e2bbb832) metze (This used to be commit 8003f00a28bb7237ec1b1f4eb9687c542a86c2b2)
2008-06-10r19409: Pull in <sys/time.h> for struct timeval for non samba build (don'tLove Hörnquist Åstrand1-0/+1
depend on namespace pollution) (cherry picked from commit 5052d2d10693e67f1b7c6c71277c8d1bc9c8b612) (This used to be commit d22701b196bded3294776b144a7a990de23741e9)
2008-06-10r19367: Solaris needs <sys/filio.h> for FIONREAD.Love Hörnquist Åstrand1-0/+1
(cherry picked from commit e2866ce78851a84c937408c0781fcc1e7107f663) (This used to be commit 3db8b246c8abfc4efed08d7630e61a81b9d8bf48)
2008-06-09libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if requiredStefan Metzmacher1-1/+2
This fixes ./autogen.sh with autoconf-2.62 metze (cherry picked from commit 72bb01dda4d425528e28cd96e249595dc6c1952f) (This used to be commit 85111dc2b60ca38027adf129a074641c752cb104)
2008-06-09libreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_Stefan Metzmacher1-4/+4
AC_CACHE_VAL() variables must contain _cv_ to be cached. metze (cherry picked from commit 67e43860b4973a458676b36785570bb4a66e046a) (This used to be commit d786bfc48e20ed7e695a988da6ed56a573afdadc)
2008-06-05netdomjoin-gui: enable NetGetJoinInformation() call after successfull joining.Günther Deschner1-3/+3
Now that libnetjoin reloads configuration after joining, we can rely on the NetGetJoinInformation() output and use it for displaying the new domain name and type. Guenther (This used to be commit cc1b8de2632e87002cac86838f2a77ab9771ce2c)
2008-06-05netdomjoin-gui: fix more gtk runtime warnings.Günther Deschner1-0/+4
Guenther (This used to be commit 521ea68719524eeef827875e018bb8cba2a92e87)
2008-06-05netdomjoin-gui: disable annoying "reboot now" dialog.Günther Deschner1-0/+4
Guenther (This used to be commit 8f0c5f1bedaae7a86ca671cdb2ba798079ec1d84)
2008-06-04netdomjoin-gui: some minor fixes + hunting down typecast bugs.Günther Deschner1-11/+25
Guenther (This used to be commit 0fa6c8c6a3efd026154e8af54ba73b3d3de1affa)
2008-06-04util_str: add talloc_asprintf_strlower_m().Günther Deschner1-0/+17
Guenther (This used to be commit 7f8b0b4d151fa4d07758b6fd7b47b0b7c07dda17)
2008-06-04netapi: remove unrequired headers.Günther Deschner1-5/+0
Guenther (This used to be commit f8fec49ce10cbd663cb30ac94a543b4a76a8dc57)
2008-06-03build: fix build warning.Günther Deschner1-1/+1
Guenther (This used to be commit 62fcad0c0548ab53e9c20cfd6301972c68172b95)
2008-06-03Add ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be ↵Björn Jacke1-1/+25
controlled via the ldap connection timeout parameter. This fixes fallbacks to secondary LDAP servers in multi LDAP server setups like in #4544 (This used to be commit 8e59a2fedc940b081222b0e8f90fe0c5a0981c06)
2008-06-03netapi: fix some build warnings.Günther Deschner2-7/+7
Guenther (This used to be commit 45cd78030f18a792d0761160bb96116d19801109)
2008-06-03netapi: use libnetapi_samr_lookup_and_open_alias().Günther Deschner1-127/+59
Guenther (This used to be commit d8fad6bf442ac6f218c1c4572da9f1e9932c9cee)
2008-06-03netapi: add libnetapi_samr_lookup_and_open_alias().Günther Deschner1-0/+46
Guenther (This used to be commit 890d63f31c0ff3931b8efb627c3a375850a59a9a)
2008-06-03netapi: use libnetapi_samr_open_builtin_domain().Günther Deschner1-64/+28
Guenther (This used to be commit d1bf8c5ae6f4e3ade2000dd884c8384fb4b9f12c)
2008-06-03netapi: add libnetapi_samr_open_builtin_domain().Günther Deschner2-0/+46
Guenther (This used to be commit f15a7f9ab1da88369185beda267f3e67a3b36191)
2008-06-03netapi: let libnetapi_samr_open_domain return WERROR.Günther Deschner5-153/+145
Guenther (This used to be commit 3d037a07e015a3af75dde054cef4c0bb7795fbb5)
2008-06-03netapi: add public header for NetLocalGroupSetInfo().Günther Deschner1-0/+24
Guenther (This used to be commit cb20271012e7713a28c302e199b676bdb821e5e4)
2008-06-03netapi: Implement NetLocalGroupSetInfo().Günther Deschner1-4/+195
Guenther (This used to be commit f991b4d58ed660e648f29c3f25195072f91643ba)
2008-06-03netapi: add NetLocalGroupSetInfo() example code.Günther Deschner2-1/+135
Guenther (This used to be commit abd3f701340a31d9c3779cfe37c639f9105dfdb3)
2008-06-03netapi: add NetLocalGroupSetInfo() skeleton.Günther Deschner3-0/+77
Guenther (This used to be commit 325f419636a69c40ee25c068787866384ef52279)
2008-06-03netapi: implement NetLocalGroupGetInfo().Günther Deschner1-2/+188
Guenther (This used to be commit d735ee79fa5b9b7ec409ea387e4ff10357e417e7)
2008-06-03netapi: add NetLocalGroupGetInfo() example code.Günther Deschner2-1/+119
Guenther (This used to be commit 591003b109d936b62cc80827971c201b3ea79e39)
2008-06-03netapi: add NetLocalGroupGetInfo() to public headers.Günther Deschner1-0/+19
Guenther (This used to be commit 4d40d8b51a5323c36ff78ccfc4d7405ac97dde6b)
2008-06-03netapi: add NetLocalGroupGetInfo() skeleton.Günther Deschner3-1/+73
Guenther (This used to be commit f70e37a7fe1915f557e194237a8bb26bcf9635d7)
2008-06-03netapi: add NetLocalGroupDel() example code.Günther Deschner2-1/+90
Guenther (This used to be commit 6ebd618cc768df142b035362cc648d8bc2c1bc89)
2008-06-03netapi: add NetLocalGroupDel() to public headers.Günther Deschner1-0/+17
Guenther (This used to be commit efd4a899f5d139b5e3e22660f5fb1c12f59525fc)
2008-06-03netapi: Implement NetLocalGroupDel().Günther Deschner1-2/+137
Guenther (This used to be commit d2426f53fabaf75d130fb99216b71299f4371253)