summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r23311: Updating the samba4 winbind protocol to version 18.Kai Blin7-165/+343
nsswitch/winbindd_nss.h is just copied from SAMBA_3_0. nsswitch/winbind_nss_config.h is copied from SAMBA_3_0, too, but I had to drop some of the defines to make things build again. Kai (This used to be commit 553b7e146f52975b45941ba850140e312a280513)
2007-10-10r23306: pass down LDFLAGS to the link command in the libreplace standalone buildStefan Metzmacher2-2/+5
metze (This used to be commit 06caaf0d8d86bb05ceaac6624735283b585d995d)
2007-10-10r23303: so HP-UX 11.11 also likes the 11.00 workarround for brokenStefan Metzmacher1-7/+2
pread/pwrite when using large file support. metze (This used to be commit d890a2dabf309f15b0b0c87bb3888d0776bd094b)
2007-10-10r23301: merged from ctdbAndrew Tridgell3-0/+6
(This used to be commit 76b981fcefb0dff24ac7d543da70fbb487ed7072)
2007-10-10r23296: HP-UX 11.11 also gets sizeof(uint64_t) == 4Stefan Metzmacher1-1/+2
so try the same fix as for 11.00 metze (This used to be commit d89088128af89122ef7e0be22697db8dda60ef58)
2007-10-10r23294: try to fix the buildStefan Metzmacher1-1/+1
metze (This used to be commit 04f19c054edc96e165efe8146d660cc4bc3f6dde)
2007-10-10r23293: the fix for HP-UX 11.11 doesn't work on HP-UX 11.00Stefan Metzmacher1-1/+5
we end up with sozeof(uint64_t) == 4 :-( the _APP32_64BIT_OFF_T section in <sys/unistd.h> missed to redirect pread, pwrite to pread64, pwrite64 in HP-UX 11.00 so try it manually as a workarround metze (This used to be commit bb2da636be57e44d80b2bb52b3bba5c145f4bc68)
2007-10-10r23292: check for errors returned in a call result.Rafal Szczesniak1-0/+5
rafal (This used to be commit 18c5341fad967d5115b9ea5257e499ded5861a65)
2007-10-10r23289: Provide support for GCC attributes _PURE_, _NONNULL_, _DEPRECATED_, ↵Jelmer Vernooij7-19/+52
_NORETURN_ and _WARN_UNUSED_RESULT_. (This used to be commit 44248f662f0b609dad6a7b437948f12d661a28f7)
2007-10-10r23288: give more info...Stefan Metzmacher1-0/+2
metze (This used to be commit 7fae261a494b4b71c3022f63112ef23ea495c769)
2007-10-10r23281: Ensure we wipe all the right things in distclean.Andrew Bartlett1-2/+2
Andrew Bartlett (This used to be commit 9bf7e4d89632b39da336b4c0de2aa5c1d7f25d9a)
2007-10-10r23266: HP-UX 11.23 doesn't like this, but HP-UX 11.00 and 11.11 need itStefan Metzmacher1-2/+2
metze (This used to be commit 6dff6c93fc9073f29b0ae50e4b4abd695918a115)
2007-10-10r23265: HP-UX 11.00 also needs this, try to see if 11.23 is also happyStefan Metzmacher1-2/+2
with it... metze (This used to be commit 71eac88f7e666e6cd0dfe113d02861cdfecbee9b)
2007-10-10r23264: Make it more clear what this is actually setting upAndrew Bartlett1-1/+1
(This used to be commit f687bc92aea00aa489d310ac31e08a5718a36ec4)
2007-10-10r23262: Fix mkrelease.sh to work in the right directoriesAndrew Bartlett1-6/+5
(This used to be commit db8d78f187339acefc0ba03b3c33d1128208b084)
2007-10-10r23257: Newer OpenLDAP versions don't seem to need this, so simplfy.Andrew Bartlett1-5/+3
Andrew Bartlett (This used to be commit 3ecd180343f381dd0e1a3221f63590e8352d50e8)
2007-10-10r23240: Fill in netr_DsrGetDcSiteCoverageW.Günther Deschner3-5/+38
Guenther (This used to be commit 9c2b9642336ed954c8f9fc0ccce95547d7c18aa8)
2007-10-10r23239: Fill in drsuapi_QuerySitesByCost.Günther Deschner3-5/+94
Guenther (This used to be commit cf953d04813d193da5e9714ceebb7826dc7e4d0b)
2007-10-10r23238: merged transaction lock changes from ctdbAndrew Tridgell4-14/+47
this ensures that having the global lock also implies the transaction lock (This used to be commit 9dbb2633d7781fcc5d15b175ef36bfda5eb199bb)
2007-10-10r23237: update lib/replace from ctdbAndrew Tridgell2-1/+5
(This used to be commit 361c5995bcf1dafb89f935ac4183dc295e1d524d)
2007-10-10r23235: Don't do a seperate LDAP provision step. Instead, everything we needAndrew Bartlett2-164/+23
(including the config files) is created by provision-backend. Andrew Bartlett (This used to be commit 6d4d90399f5a0451fcf2156a465123801e027359)
2007-10-10r23233: Use the schema and basedn files generated by the provision-backend ↵Andrew Bartlett1-5/+2
script. (Moving towards using only the script's output, one step at a time). Andrew Bartlett (This used to be commit a7a409074a53b6b35727a454f1ecbe5daf376aad)
2007-10-10r23232: Add in some extra files required by the new provision-backend.Andrew Bartlett2-0/+24
(sorry for breaking the build) Andrew Bartlett (This used to be commit 0108334fe3331b7a2cfa972c6f0674b56d436cb5)
2007-10-10r23231: Fix make test on build farm for 64-bit hosts. There's no reason ↵Jim McDonough1-0/+1
this should be any different for 64-bit hosts, but we probably are lucking out on other fields here as well. The "fields_present" field shouldn't just be copied from usrmgr traces, because it indicates which fields should be set, and in this case, we were setting the kickoff time (NOT the expired time) to some random date. (This used to be commit 69270178e5b5b069cc7bcd04d04cf8ec29512da2)
2007-10-10r23209: import getnameinfo.c, inet_ntop.c and inet_pton.c fromStefan Metzmacher5-4/+347
loikeet-heimdal metze (This used to be commit 48eb20199e7a01f4ab7f5194a5256ad7dd03ad86)
2007-10-10r23208: on some HP-UX boxes dlfcn.h is available and use unsigned int flagsStefan Metzmacher3-6/+19
for dlopen but no library contains the function... metze (This used to be commit 0c7e3ed9625d512522a0cc7278e705fbbfc316f4)
2007-10-10r23205: abartlet please commit the correct content ...Stefan Metzmacher1-0/+0
this just fixes make install metze (This used to be commit 236da2cb3db5297b6b9c40a572c3d547954f5090)
2007-10-10r23191: Use the new provision-backend script to setup Fedora DS for make test.Andrew Bartlett2-80/+13
OpenLDAP to follow once I get things working... Andrew Bartlett (This used to be commit 2cde9eb860fe95b52e7e9300222000a2a1666ca2)
2007-10-10r23189: Work towards a totally scripted setup of LDAP backends, so others canAndrew Bartlett8-20/+52
easily try this out. I also intend to use this for the selftest, but I'm chasing issues with the OpenlDAP (but not Fedora DS) backend. Andrew Bartlett (This used to be commit 0f457b1d2e20c36ab220b4a6711ce7930c4c7d21)
2007-10-10r23188: revert 23123 and 23118.Stefan Metzmacher6-418/+0
as a long term solution this was the correct approach, but it's a bit more complex and we need to provide the whole socket api and libnsl.so checking in libreplace... as a short term solution to fix the build on host 'hape' we'll use the same trick as with inet_aton.c from heimdal's lib/roken/ metze (This used to be commit 0e88e2e46199d8ea64dd42c4c8b86d64ce5c2d04)
2007-10-10r23187: revert 23145 and 23135 to fix the build on solaris...Stefan Metzmacher2-2/+16
metze (This used to be commit cd012361d27ede945308bd5c75916ad967bae006)
2007-10-10r23182: fixed valgrind errorAndrew Tridgell2-0/+4
(This used to be commit fae416cbe8e44bc88ea709160a583e2f921e4eec)
2007-10-10r23181: prevent attempts to reopen the connection twice at the same timeAndrew Tridgell2-21/+30
(This used to be commit a25c27dbae4534f2125001c16ac9ae0b67c519cb)
2007-10-10r23180: auto-reconnect on both NT_STATUS_END_OF_FILE and ↵Andrew Tridgell2-3/+6
NT_STATUS_LOCAL_DISCONNECT (This used to be commit 32a6c268a7963382dc05f53783ac22f7fd0de429)
2007-10-10r23179: I forgot ejsnet.js script is one of tests. Disable it temporarily.Rafal Szczesniak1-1/+1
rafal (This used to be commit 9471de13ea92ca017019464c4439c4a5528879c0)
2007-10-10r23177: Add in a new provision-backend script. This helps set up the ↵Andrew Bartlett8-4/+344
OpenLDAP or Fedora DS backend. This required a new mkdir() call in ejs. We can now provision just the schema for ad2oLschema to operate on (with provision_schema(), without performing the whole provision, just to wipe it again (adjustments to 'make test' to come soon). Andrew Bartlett (This used to be commit 01d54d13dc66ef2127ac52c64ede53d0790738ec)
2007-10-10r23176: Note that we only return one DC from this call at the moment.Andrew Bartlett1-0/+3
Andrew Bartlett (This used to be commit 4fee8a7b77d01c7cb8b32911016158f2ff2cf8f6)
2007-10-10r23175: Handle PKG_CONFIG_PATH not set yet - fixes warning in selftest.plJelmer Vernooij3-5/+17
(This used to be commit 222acbe33b427a6ccae3b9e27b545f22e4564d5c)
2007-10-10r23158: Set version to 1.0.1.Jelmer Vernooij1-1/+1
(This used to be commit db065db67a5edcefc6dbe2e504a4922b9b9f7f21)
2007-10-10r23157: Add news file for talloc.Jelmer Vernooij1-0/+13
(This used to be commit cb92da26799d27975dd27255007573cef6397d8a)
2007-10-10r23153: a first cut at a fix for the dgram flood problem that volkerAndrew Tridgell1-1/+41
found. Not sure this is the best solution, but it should work. (This used to be commit 80002cd12a64fa2679e48c58906cb9b26ad17e49)
2007-10-10r23152: fixed some async retry issues in openbenchAndrew Tridgell1-37/+34
(This used to be commit 08eeaff0799051c3046a1101943b74d634828f6e)
2007-10-10r23149: Fix up the trusted domain lookup code to use the new structures.Andrew Bartlett2-24/+21
Andrew Bartlett (This used to be commit 6ecb3cb0b337260f31abd257e9f900661de4cfd2)
2007-10-10r23146: fix the build (temporary)Stefan Metzmacher1-0/+7
abartlet: please fix this correct! metze (This used to be commit a4df092c80ca5d797bb8e13175c9918f9cc76043)
2007-10-10r23145: try to fix the build on solarisStefan Metzmacher1-1/+2
metze (This used to be commit 7a513bd741dc2b16a4331e9687a28fb7e403d040)
2007-10-10r23144: splitup RAW-OPLOCK into small unitsStefan Metzmacher2-84/+630
metze (This used to be commit 0cfe152cb143165b908ef023a06c4107efbdecb9)
2007-10-10r23143: error found by valgrindAndrew Tridgell2-8/+10
(This used to be commit 268a26131ee43a673e7b79a359b2575dcef554d5)
2007-10-10r23142: added error checking and reconnect on echo repliesAndrew Tridgell2-8/+50
(This used to be commit 0d47efe6d6d1738183c59942a077faaf1c77f004)
2007-10-10r23141: Use the finddcs() library call rather than a winbind-specific version.Andrew Bartlett3-64/+35
(I created finddcs() from the winbind code a while back, so this finishes that work) Andrew Bartlett (This used to be commit 218b279a46a4ca739597936f0b67573599e6d375)
2007-10-10r23140: send send echos while disconnectedAndrew Tridgell2-2/+6
(This used to be commit 233172a9f71e297e255c393946ad51fad96b356e)