summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8465: once we define socklen_t, then tell other include files we have it. Th...Andrew Tridgell1-0/+1
2007-10-10r8461: fixed integer64 handling on bit endian platforms. The ejs code usedAndrew Tridgell1-1/+1
2007-10-10r8458: next target is irix - this gets the socket wrapper code buildingAndrew Tridgell1-0/+4
2007-10-10r8453: my solaris10 box doesn't have math.hAndrew Tridgell1-1/+2
2007-10-10r8451: samba4 finally builds on solaris 8 sparc with heimdal and ejsAndrew Tridgell1-2/+6
2007-10-10r8450: more configure tests for solaris. It now builds some binaries, butAndrew Tridgell1-0/+12
2007-10-10r8448: - added a test target for tdbAndrew Tridgell2-2/+9
2007-10-10r8447: fixed make install in the farmAndrew Tridgell1-0/+3
2007-10-10r8443: added talloc.3 to the tree to try to allow talloc to build on systems ...Andrew Tridgell1-0/+489
2007-10-10r8442: remove tdbtest from our build. If you want it, then doAndrew Tridgell1-10/+0
2007-10-10r8441: don't build tdbtest by default as there are too many systems thatAndrew Tridgell2-17/+1
2007-10-10r8437: Win32 doesn't have u_int*_tJelmer Vernooij1-0/+3
2007-10-10r8434: Win32 portability updates from Steven Edwards <steven_ed4153@yahoo.com>:Jelmer Vernooij2-0/+143
2007-10-10r8420: slowly getting my way through some more heimdal portability fixesAndrew Tridgell1-4/+0
2007-10-10r8418: PRINTF_ATTRIBUTE declaration has to come before it is used :-)Andrew Tridgell1-12/+12
2007-10-10r8417: fixed handling of PRINTF_ATTRIBUTE for heimdal portion of buildAndrew Tridgell1-1/+1
2007-10-10r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++.Tim Potter3-5/+5
2007-10-10r8409: fixed another error found on netbsd.Andrew Tridgell1-8/+13
2007-10-10r8408: its quite common in our code to free up a connection when we get anAndrew Tridgell1-0/+27
2007-10-10r8405: update var.c from upstreamAndrew Tridgell1-12/+12
2007-10-10r8404: small upstream merges of appweb codeAndrew Tridgell4-17/+13
2007-10-10r8401: add a readme pointing to the upstream sourcesAndrew Tridgell1-0/+6
2007-10-10r8400: separate out the mpr code, as it is in the upstream appweb sourcesAndrew Tridgell7-9/+19
2007-10-10r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell18-628/+1720
2007-10-10r8397: merged an upstream fix for the expression bug tpot found yesterdayAndrew Tridgell1-3/+3
2007-10-10r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand8-26/+29
2007-10-10r8377: forgot an ldif testSimo Sorce1-0/+4
2007-10-10r8373: New wildcard matching code.Simo Sorce14-203/+413
2007-10-10r8364: fixed a valgrind bug spotted by simoAndrew Tridgell1-1/+1
2007-10-10r8343: removed a debugging messageAndrew Tridgell1-2/+1
2007-10-10r8342: allow ldb_ldif_read_string() to continue in the string, so you canAndrew Tridgell3-5/+8
2007-10-10r8341: enable floating point support in ejsAndrew Tridgell3-2/+7
2007-10-10r8336: enable 64 bit integer support in ejsAndrew Tridgell3-12/+12
2007-10-10r8334: fixed a ejs bug that prevented functions variables from being called i...Andrew Tridgell1-4/+5
2007-10-10r8333: merged with latest upstream ejs sourcesAndrew Tridgell9-58/+84
2007-10-10r8321: Fix some uninitalized variable warningsVolker Lendecke1-1/+1
2007-10-10r8313: moved PRINTF_ATTRIBUTE to replace.h to try to get irix building with h...Andrew Tridgell1-0/+12
2007-10-10r8294: Add PLAN file for samba3->samba4 upgrade (Google Summer of Code) project.Jelmer Vernooij1-0/+9
2007-10-10r8284: - fixed some uninitialised variables in the irpc codeAndrew Tridgell1-4/+8
2007-10-10r8279: make sure we hold a lock when manipulating the irpc names dbAndrew Tridgell1-1/+21
2007-10-10r8277: filled in the code for finding irpc server ids by name, storing theAndrew Tridgell2-2/+126
2007-10-10r8273: fixed some memory leaks in smbscript. This required convertingAndrew Tridgell1-22/+11
2007-10-10r8272: added the hooks for adding a name to a messaging context, so we willAndrew Tridgell2-0/+11
2007-10-10r8253: fixed two crash bugs in ejs. I will send these fixes off to the appweb...Andrew Tridgell2-1/+4
2007-10-10r8245: Add const.Andrew Bartlett1-2/+2
2007-10-10r8240: support comparing pointers in ejs. This allows forAndrew Tridgell1-1/+4
2007-10-10r8228: fix compiler warningsStefan Metzmacher1-9/+9
2007-10-10r8224: - add objectGUID ldif_handlerStefan Metzmacher1-14/+140
2007-10-10r8171: According to Samba 3 and Ethereal, the winreg_OpenUnkown stuff isTim Potter1-4/+1
2007-10-10r8146: fix compiler warningStefan Metzmacher1-7/+5