summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* r8434: Win32 portability updates from Steven Edwards <steven_ed4153@yahoo.com>:Jelmer Vernooij2007-10-102-0/+143
* r8420: slowly getting my way through some more heimdal portability fixesAndrew Tridgell2007-10-101-4/+0
* r8418: PRINTF_ATTRIBUTE declaration has to come before it is used :-)Andrew Tridgell2007-10-101-12/+12
* r8417: fixed handling of PRINTF_ATTRIBUTE for heimdal portion of buildAndrew Tridgell2007-10-101-1/+1
* r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++.Tim Potter2007-10-103-5/+5
* r8409: fixed another error found on netbsd.Andrew Tridgell2007-10-101-8/+13
* r8408: its quite common in our code to free up a connection when we get anAndrew Tridgell2007-10-101-0/+27
* r8405: update var.c from upstreamAndrew Tridgell2007-10-101-12/+12
* r8404: small upstream merges of appweb codeAndrew Tridgell2007-10-104-17/+13
* r8401: add a readme pointing to the upstream sourcesAndrew Tridgell2007-10-101-0/+6
* r8400: separate out the mpr code, as it is in the upstream appweb sourcesAndrew Tridgell2007-10-107-9/+19
* r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell2007-10-1018-628/+1720
* r8397: merged an upstream fix for the expression bug tpot found yesterdayAndrew Tridgell2007-10-101-3/+3
* r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand2007-10-108-26/+29
* r8377: forgot an ldif testSimo Sorce2007-10-101-0/+4
* r8373: New wildcard matching code.Simo Sorce2007-10-1014-203/+413
* r8364: fixed a valgrind bug spotted by simoAndrew Tridgell2007-10-101-1/+1
* r8343: removed a debugging messageAndrew Tridgell2007-10-101-2/+1
* r8342: allow ldb_ldif_read_string() to continue in the string, so you canAndrew Tridgell2007-10-103-5/+8
* r8341: enable floating point support in ejsAndrew Tridgell2007-10-103-2/+7
* r8336: enable 64 bit integer support in ejsAndrew Tridgell2007-10-103-12/+12
* r8334: fixed a ejs bug that prevented functions variables from being called i...Andrew Tridgell2007-10-101-4/+5
* r8333: merged with latest upstream ejs sourcesAndrew Tridgell2007-10-109-58/+84
* r8321: Fix some uninitalized variable warningsVolker Lendecke2007-10-101-1/+1
* r8313: moved PRINTF_ATTRIBUTE to replace.h to try to get irix building with h...Andrew Tridgell2007-10-101-0/+12
* r8294: Add PLAN file for samba3->samba4 upgrade (Google Summer of Code) project.Jelmer Vernooij2007-10-101-0/+9
* r8284: - fixed some uninitialised variables in the irpc codeAndrew Tridgell2007-10-101-4/+8
* r8279: make sure we hold a lock when manipulating the irpc names dbAndrew Tridgell2007-10-101-1/+21
* r8277: filled in the code for finding irpc server ids by name, storing theAndrew Tridgell2007-10-102-2/+126
* r8273: fixed some memory leaks in smbscript. This required convertingAndrew Tridgell2007-10-101-22/+11
* r8272: added the hooks for adding a name to a messaging context, so we willAndrew Tridgell2007-10-102-0/+11
* r8253: fixed two crash bugs in ejs. I will send these fixes off to the appweb...Andrew Tridgell2007-10-102-1/+4
* r8245: Add const.Andrew Bartlett2007-10-101-2/+2
* r8240: support comparing pointers in ejs. This allows forAndrew Tridgell2007-10-101-1/+4
* r8228: fix compiler warningsStefan Metzmacher2007-10-101-9/+9
* r8224: - add objectGUID ldif_handlerStefan Metzmacher2007-10-101-14/+140
* r8171: According to Samba 3 and Ethereal, the winreg_OpenUnkown stuff isTim Potter2007-10-101-4/+1
* r8146: fix compiler warningStefan Metzmacher2007-10-101-7/+5
* r8127: fixed code in function errorAndrew Tridgell2007-10-101-2/+1
* r8126: - moved to 16 byte alignment for talloc. This is in response to a bugAndrew Tridgell2007-10-102-51/+54
* r8084: do not leak memory on errorsSimo Sorce2007-10-102-8/+6
* r8083: check attribute type is valid (only ascii alphanum chars and '-' char)Simo Sorce2007-10-101-0/+19
* r8082: large rewite of ldb_dn.cSimo Sorce2007-10-1015-345/+284
* r8071: reduce the size of the default ldb tests. We run on some pretty low po...Andrew Tridgell2007-10-101-2/+2
* r8067: added a method for disabling the password prompt in programs that wantAndrew Tridgell2007-10-101-1/+9
* r8044: give a better error codeStefan Metzmacher2007-10-101-3/+3
* r8043: increase shell compatibility of ldb testsAndrew Tridgell2007-10-101-1/+1
* r8042: give better error messageStefan Metzmacher2007-10-101-1/+1
* r8041: remove a mis-spelled debug message :-)Andrew Tridgell2007-10-101-1/+0
* r8039: allow ldb test suite to be run outside of the ldb directoryAndrew Tridgell2007-10-104-33/+41