summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* r25614: Add trivial tdb website.Jelmer Vernooij2007-12-211-0/+44
| | | | (This used to be commit 6f88c41c31271fd4b634b6393dc4ca44563a88d2)
* r25613: verify the length and type before checking the value,Stefan Metzmacher2007-12-211-3/+2
| | | | | | | | hopefully gives more info why this fails some bigendian platforms metze (This used to be commit 1d2bc79aa5841bbdbaf003005a161bbf294c7366)
* r25612: Add test_SetKeySecurity() call.Günther Deschner2007-12-211-1/+45
| | | | | Guenther (This used to be commit a5e4d13eef9f20fdd304bff7279e56e09aa070f2)
* r25611: Smaller fix for winreg test.Günther Deschner2007-12-211-1/+5
| | | | | Guenther (This used to be commit e9e6ee4f73c5ed88cbf4585aa7e1a40e06cc131f)
* r25610: Add security_descriptor_appendv() which takes va_list directly.Günther Deschner2007-12-211-9/+14
| | | | | Guenther (This used to be commit 99408cf20c6feb745cd2dd56c37015cfa11e9b3d)
* r25609: Reformat RPC-WINREG test.Günther Deschner2007-12-211-18/+22
| | | | | Guenther (This used to be commit 617091fb5aa708f4bfef3312d1442c3fc627bd30)
* r25608: Call security_descriptor_append from within security_descriptor_create.Günther Deschner2007-12-211-29/+1
| | | | | Guenther (This used to be commit 1ebcceb922bdb566e6a548aa1ad816eb8e9e26e9)
* r25607: Allow to set security descriptor type flags at creation time withGünther Deschner2007-12-216-21/+28
| | | | | | | security_descriptor_create(). Guenther (This used to be commit 7dd0d28d254f78891b0807492baafa188b42df16)
* r25606: Allow test_GetKeySecurity() to return a security descriptor.Günther Deschner2007-12-211-7/+13
| | | | | Guenther (This used to be commit 3a0d22f572bac4f53902cf1fcb6534fe88e6edab)
* r25605: Last round of registry reformats (before this gets an obsession...).Günther Deschner2007-12-214-271/+328
| | | | | Guenther (This used to be commit ceb2ebfbf1eeb80bd34beadbba3a3c7a04da306a)
* r25604: Add security_descriptor_append() helper function.Günther Deschner2007-12-211-0/+42
| | | | | Guenther (This used to be commit 7d8f53b1c73dc4025821d96d8f675b6866407acb)
* r25603: More reformat.Günther Deschner2007-12-215-118/+164
| | | | | Guenther (This used to be commit 176614423ea57e853211c43b9853203243c6a978)
* r25602: don't imply "system/network.h" within replace.h,Stefan Metzmacher2007-12-212-4/+18
| | | | | | | | as this brings in the socket_wrapper.h in unexpected code and we endup with a missing 'swrap_close' while linking metze (This used to be commit 507d5ca7d994f0771dbb66e61d2d22e391508658)
* r25601: replace.h should never imply any "system/*.h"Stefan Metzmacher2007-12-212-7/+12
| | | | | | | (here it's "system/time.h") metze (This used to be commit 00467c25930a527eb9831cfd893bd8e217ca4f74)
* [GLUE] fix some executable bits on shell scriptsStefan Metzmacher2007-12-2110-0/+0
| | | | | metze (This used to be commit 76f1f7d7017977e49d100627db728cef1a8a95c0)
* r25600: fix stupid typo...this should fix the build on sunXStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 192c05556f786b4523fb325cee6d87b251aee059)
* r25599: print the error...Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit b7027404ba525956f2c6ad8005b17cde7e16184f)
* r25597: HPUX doesn't have INET_ADDRSTRLEN definedStefan Metzmacher2007-10-101-0/+4
| | | | | metze (This used to be commit f9696109cc8f4646599f73b78e1eacd94d1a6c2c)
* r25596: It isn't valid to take the address of an array on the stack, and thisAndrew Bartlett2007-10-101-1/+1
| | | | | | | | | isn't what memset wants anyway. Thanks to Indar Kriplani <indar.kriplani@gmail.com>. Fixes bug 5010 Andrew Bartlett (This used to be commit fd309065bb697cfaaa595d060defee1761cf9523)
* r25595: we pass the "blackbox.smbclient.*USER and PASSWD" testStefan Metzmacher2007-10-101-1/+0
| | | | | | | so don't let the build-farm complain that is passes unexpected metze (This used to be commit cf3f0de921705bdc172607f87933260e37223f32)
* r25594: Merge from 3_2:Günther Deschner2007-10-101-1/+5
| | | | | | | | "Add missing security_secinfo bits as seen while managing security descriptor inheritance with regedit." Guenther (This used to be commit 1c1811c5e34b18f448beb544de0c5f8612653293)
* r25586: Fix getaddrinfo detection - from Timur.Jeremy Allison2007-10-101-1/+9
| | | | | Jeremy. (This used to be commit 48819012f81167f07d2e909329432d2ef222b1bf)
* r25585: don't start winbindd untill the build-farm faked users work with itStefan Metzmacher2007-10-101-23/+24
| | | | | metze (This used to be commit eacbe31c897e53762dc799a8bcad7cc4679441c7)
* r25582: build nmblookup with make testsuite as it's needed in the blackbox testsStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 18991998b209f46937d1060c2bc8b841da5b6173)
* r25581: move variable to the place it belongs to.Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 578b4711c9cb8f1e8ac21f7d83342aa0a34ad722)
* r25580: Error out if there are no tests to run.Jelmer Vernooij2007-10-101-0/+5
| | | | (This used to be commit eddb663959b62a7170998f1ba0fad59967fcff67)
* r25579: BOOL -> boolStefan Metzmacher2007-10-104-36/+36
| | | | | metze (This used to be commit 058a0619e9218586e73ae920f45621cf00d8b828)
* r25578: BOOL -> boolStefan Metzmacher2007-10-101-3/+3
| | | | | metze (This used to be commit 198e8d7fff285fc70f2525af2a34a61d385b0d29)
* r25577: BOOL -> boolStefan Metzmacher2007-10-102-42/+42
| | | | | metze (This used to be commit 6f665a12789b839c3d49ea8307f78bec77730c94)
* r25576: BOOL -> boolStefan Metzmacher2007-10-102-8/+8
| | | | | metze (This used to be commit 9fd96e1989e348f87355ed120786399493a9e447)
* r25574: Support SMBD_OPTIONS, NMBD_OPTIONS and WINBINDD_OPTIONS environment ↵Jelmer Vernooij2007-10-102-3/+20
| | | | | | variables for make test. (This used to be commit 814027146d9a4d309808bda635d5bc8d34974045)
* r25566: Use -lexecinfo for backtraces on FreeBSD. Patch by Timur I. Bakeyev ↵Jelmer Vernooij2007-10-102-3/+6
| | | | | | <timur@com.bat.ru> (This used to be commit 8d4a435601c1af42a4a6704b3181e194eb40f75a)
* r25562: Use standard bool types in cyrus sasl code - patch by Julien.Jelmer Vernooij2007-10-101-8/+9
| | | | (This used to be commit 4f664939af0d6ac389efebc51f2f31e9acee80b4)
* r25558: Define HAVE_* for other gai functions to prevent problems with libroken.Jelmer Vernooij2007-10-101-0/+2
| | | | (This used to be commit e09828a634bf10bda9c6f28b18106c2bcab84643)
* r25556: Update README.Jelmer Vernooij2007-10-101-0/+6
| | | | (This used to be commit 1a7dbfde5fcef19998b8af470c152a76386fb79f)
* r25555: Remove support for BOOL, True and False.Jelmer Vernooij2007-10-102-9/+1
| | | | (This used to be commit 18a2bcfa9e7d4718648f401821259d1dbf5a3ff4)
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-10236-4638/+4639
| | | | (This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
* r25553: Convert to standard bool type.Jelmer Vernooij2007-10-1022-230/+230
| | | | (This used to be commit b7371f1a191fb86834c0d586d094f39f0b04544b)
* r25552: Convert to standard bool type.Jelmer Vernooij2007-10-1024-285/+285
| | | | (This used to be commit b8d6b82f1248d36a0aa91a1c58d06b4f7c66d245)
* r25551: Convert to standard bool type.Jelmer Vernooij2007-10-1015-83/+83
| | | | (This used to be commit c9651e2c5c078edee7b91085e936a93625c8d708)
* r25550: Convert to standard bool type.Jelmer Vernooij2007-10-103-86/+86
| | | | (This used to be commit 3ed7aba8e234ebbead10d78d2fc1c8a8274d516b)
* r25549: Convert to standard bool type.Jelmer Vernooij2007-10-106-110/+110
| | | | (This used to be commit 318bf1f7441678860adfff5cdb0d3d2448e58f4b)
* r25548: Convert to standard bool type.Jelmer Vernooij2007-10-104-43/+43
| | | | (This used to be commit 190d73b44b9b9c6dabbd26212d596d985b25edab)
* r25547: Convert to standard bool type.Jelmer Vernooij2007-10-108-60/+60
| | | | (This used to be commit 97a241692c4b8dc45e086aa9b959f2cd30b8d6c9)
* r25546: Convert to standard bool type.Jelmer Vernooij2007-10-109-57/+57
| | | | (This used to be commit ac83dbf199fd442fc994d43a6e5e9fda8d4c88b6)
* r25545: Use inet_ntop for ipv4 code as well - should make it easier to share ↵Jelmer Vernooij2007-10-102-12/+17
| | | | | | code between IPv4 and IPv6 later on. (This used to be commit e3df90927b2878917f0f555772a875f05bf609e8)
* r25544: Cleanup some more indents in lib/registry.Günther Deschner2007-10-1016-1206/+1437
| | | | | Guenther (This used to be commit 0d9826dc54057db2cfebcb806e5442c4dcf60daa)
* r25543: Merge libreplace support for inet_pton, inet_ntop, getaddrinfo, ↵Jelmer Vernooij2007-10-1012-124/+1129
| | | | | | | | | | | | getnameinfo (and friends) from SAMBA_3_2, with some minor tweaks: - avoid including network headers in replace.h unless absolutely required - autoconf tests for getaddrinfo() in lib/replace The heimdal-specific code also no longer looks for these functions anymore. (This used to be commit b6d3fd84a5d7d814035e60d6fa22f19bed9f77da)
* r25541: Add setup.py for building ldb python wrappers standalone.Jelmer Vernooij2007-10-102-3/+13
| | | | (This used to be commit 0e77e3e31653d236bd0110adb28ad9c918b7ae82)
* r25540: Remove prototypes for already removed functions.Jelmer Vernooij2007-10-101-12/+0
| | | | (This used to be commit 042dff55b4cd42b9bedbf574168cc52de3d1dda4)