summaryrefslogtreecommitdiff
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-10122-366/+244
* r23762: Fix DN renames over LDAP, and instrument the partition module. Add aAndrew Bartlett2007-10-101-3/+2
* r23753: Fix bitrot afflicting the ldb Python swig bindings.Tim Potter2007-10-101-7/+7
* r23737: Validate that we object to duplicate values in an add or replace.Andrew Bartlett2007-10-101-10/+25
* r23703: Start to get Samba4 to again work with LDAP backends, after I turnedAndrew Bartlett2007-10-101-1/+2
* r23701: when we create a new socket with socket_accept(), clear any flags thatAndrew Tridgell2007-10-101-0/+1
* r23590: Fix realloc leak on failure case from Jim Meyering <jim@meyering.net>.Jeremy Allison2007-10-101-1/+5
* r23560: - Activate metze's schema modules (from metze's schema-loading-13 pat...Andrew Bartlett2007-10-103-44/+44
* r23557: Ensure that we don't reorder the objectClass list, if we don't haveAndrew Bartlett2007-10-101-2/+2
* r23551: Change data_blob_equal to data_blob_cmp, suitable for sorting with qs...Andrew Bartlett2007-10-102-11/+13
* r23542: Include function documentation in prototype headers.Jelmer Vernooij2007-10-101-13/+12
* r23420: try to make the IBM checker happyStefan Metzmacher2007-10-101-3/+8
* r23371: Fix the misleading comment I added - it really *should*Jeremy Allison2007-10-101-2/+2
* r23370: Traverse in tdb wasn't consistently using theJeremy Allison2007-10-101-8/+10
* r23364: add LDB_FLG_NOMMAP flagAndrew Tridgell2007-10-102-0/+10
* r23363: Activate rep_pread and rep_pwrite in lib/replace/replace.h.Michael Adam2007-10-102-0/+18
* r23339: merge from SAMBA_3_0:Stefan Metzmacher2007-10-101-23/+2
* r23306: pass down LDFLAGS to the link command in the libreplace standalone buildStefan Metzmacher2007-10-102-2/+5
* r23303: so HP-UX 11.11 also likes the 11.00 workarround for brokenStefan Metzmacher2007-10-101-7/+2
* r23301: merged from ctdbAndrew Tridgell2007-10-103-0/+6
* r23296: HP-UX 11.11 also gets sizeof(uint64_t) == 4Stefan Metzmacher2007-10-101-1/+2
* r23294: try to fix the buildStefan Metzmacher2007-10-101-1/+1
* r23293: the fix for HP-UX 11.11 doesn't work on HP-UX 11.00Stefan Metzmacher2007-10-101-1/+5
* r23289: Provide support for GCC attributes _PURE_, _NONNULL_, _DEPRECATED_, _...Jelmer Vernooij2007-10-104-10/+10
* r23266: HP-UX 11.23 doesn't like this, but HP-UX 11.00 and 11.11 need itStefan Metzmacher2007-10-101-2/+2
* r23265: HP-UX 11.00 also needs this, try to see if 11.23 is also happyStefan Metzmacher2007-10-101-2/+2
* r23238: merged transaction lock changes from ctdbAndrew Tridgell2007-10-104-14/+47
* r23237: update lib/replace from ctdbAndrew Tridgell2007-10-102-1/+5
* r23208: on some HP-UX boxes dlfcn.h is available and use unsigned int flagsStefan Metzmacher2007-10-103-6/+19
* r23188: revert 23123 and 23118.Stefan Metzmacher2007-10-106-418/+0
* r23177: Add in a new provision-backend script. This helps set up the OpenLDA...Andrew Bartlett2007-10-101-2/+21
* r23175: Handle PKG_CONFIG_PATH not set yet - fixes warning in selftest.plJelmer Vernooij2007-10-101-0/+8
* r23158: Set version to 1.0.1.Jelmer Vernooij2007-10-101-1/+1
* r23157: Add news file for talloc.Jelmer Vernooij2007-10-101-0/+13
* r23153: a first cut at a fix for the dgram flood problem that volkerAndrew Tridgell2007-10-101-1/+41
* r23123: Fix two utterly simply typos that broke the whole build farm...Michael Adam2007-10-101-2/+2
* r23118: Make inet_pton and inet_ntop available through lib/replace.Michael Adam2007-10-106-0/+418
* r23108: Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h.Michael Adam2007-10-101-0/+6
* r23064: Clarify comment and indentAndrew Bartlett2007-10-101-12/+12
* r23059: reject_free needs to be initialisedAndrew Tridgell2007-10-101-0/+1
* r23021: test some boundary conditions for idtree, after I saw some suspiciousAndrew Tridgell2007-10-101-1/+18
* r23013: fixed a bug in the string_replace_w() test that caused OpenBSD to dieAndrew Tridgell2007-10-101-1/+1
* r22989: allow '@foo' attributes searchable as we allow '@foo' attributesStefan Metzmacher2007-10-101-0/+4
* r22988: fixed 2 bugs in our unsetenv() replacement codeAndrew Tridgell2007-10-101-11/+15
* r22985: don't do checkins late at night ....Andrew Tridgell2007-10-101-2/+0
* r22971: fix build on systems without epollAndrew Tridgell2007-10-101-0/+1
* r22970: the events code calls close(), which needs to use socket_wrapper.h inAndrew Tridgell2007-10-103-0/+3
* r22968: andrew bartlett pointed out that the parent process could add a fd toAndrew Tridgell2007-10-103-33/+33
* r22964: log an error on epoll_create failing on reopenAndrew Tridgell2007-10-103-1/+4
* r22963: fixed the epoll/fork interaction in the epoll and aio backendsAndrew Tridgell2007-10-102-0/+86