Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r18977: Seperate these asserts, so we know which fired. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r18975: follow the advice from "William Jojo" <jojowil@hvcc.edu> | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r18974: we don't have the configure check that sets | Stefan Metzmacher | 1 | -5/+1 |
2007-10-10 | r18972: we don't need this now all builds in the build farm are limited to 150 | Andrew Tridgell | 1 | -12/+0 |
2007-10-10 | r18971: avoid strndup is a few places. Fixes a minor memory leak, and should | Andrew Tridgell | 4 | -11/+21 |
2007-10-10 | r18970: avoid strndup and strnlen on AIX. They are quite broken. See | Andrew Tridgell | 2 | -2/+6 |
2007-10-10 | r18968: EWOULDBLOCK should also be mapped to STATUS_MORE_ENTRIES | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r18965: fixed the bug with RPC-NETLOGON and solaris sparc machines. This bug | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r18960: fix caching of some configure tests AC_CACHE_CHECK() | Stefan Metzmacher | 2 | -20/+20 |
2007-10-10 | r18957: we need to include unistd.h in system/network.h because | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r18948: fix the build on solaris, the ioctl() prototype | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r18947: overload listen() and ioctl() in socket_wrapper | Stefan Metzmacher | 3 | -0/+46 |
2007-10-10 | r18946: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r18945: fix compiler warnings and end-of-non-void function bugs | Stefan Metzmacher | 2 | -11/+17 |
2007-10-10 | r18944: talloc_reference() can fail... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r18943: Samba4 wants its databases private to root. I know some of them could | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r18942: add a ldb_set_create_perms() function in ldb. I didn't call it | Andrew Tridgell | 4 | -1/+16 |
2007-10-10 | r18939: don't rely on the umask being right in ldb creation. Both Samba3 and | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18936: hopefully fix the test for negative enum values. When a compiler | Andrew Tridgell | 1 | -9/+3 |
2007-10-10 | r18933: Add helpful emacs marker | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r18925: Add current snapshot of the ejs-2.0 code. Tridge, will you be incorp... | Derrell Lipman | 80 | -0/+33339 |
2007-10-10 | r18918: - bail out with unsupported option to socket() | Stefan Metzmacher | 1 | -18/+53 |
2007-10-10 | r18917: having 255 virtual interfaces available in socket wrapper means we | Andrew Tridgell | 3 | -8/+10 |
2007-10-10 | r18916: fixed the messaging layer on *BSD systems. When a socket was full we | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18915: fix usage of popt, do make -W setting the recursive flag on SuSE 10.1 | Stefan Metzmacher | 1 | -19/+58 |
2007-10-10 | r18914: this bug fix needs to be for just hpux 11.11 | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r18913: an attempt to get tdb/ldb working on the HPUX box 'gwen'. This idea | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r18911: add a JSON encoder | Derrell Lipman | 1 | -0/+213 |
2007-10-10 | r18910: Change ldb_msg_add_string() to not actually add an attribute if the | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r18909: use newer functions that were introduced after this code was made | Simo Sorce | 1 | -7/+2 |
2007-10-10 | r18908: Store the schema structure into an opaque pointer so that it can be r... | Simo Sorce | 1 | -6/+14 |
2007-10-10 | r18903: merge from samba3: | Stefan Metzmacher | 4 | -4/+6 |
2007-10-10 | r18894: Merge const fixes from 3_0 | Volker Lendecke | 1 | -5/+5 |
2007-10-10 | r18890: sort the flags out and remove unknown as there's still | Rafal Szczesniak | 1 | -6/+4 |
2007-10-10 | r18887: add flags found while on the plane. | Rafal Szczesniak | 1 | -14/+19 |
2007-10-10 | r18885: Fix bug in our IDL pointed out by Ronnie | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r18884: client_test.exp getting changed to client_tests.exp was an intentiona... | Brad Henry | 1 | -1/+1 |
2007-10-10 | r18883: Start including test_functions.sh. | Brad Henry | 1 | -113/+70 |
2007-10-10 | r18882: make style consistent | Simo Sorce | 1 | -1/+3 |
2007-10-10 | r18881: remove wrong check and statement. | Simo Sorce | 1 | -5/+0 |
2007-10-10 | r18880: JSON-RPC work in progress | Derrell Lipman | 8 | -26/+1152 |
2007-10-10 | r18873: Use WERR_errors table rather than DOS_errors table for wireshark. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r18872: when converting IDL to use out,ref pointers, you also must fix any | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18862: as andrew pointed our on irc, if we are going to define _TRUE, then | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r18861: merge from samba3 | Andrew Tridgell | 1 | -0/+11 |
2007-10-10 | r18860: fixed some code that bitrotted while we didn't have the safety check | Andrew Tridgell | 3 | -8/+8 |
2007-10-10 | r18859: finally worked out what is going wrong with immediate structures. The | Andrew Tridgell | 1 | -0/+27 |
2007-10-10 | r18851: Some C++ warnings | Volker Lendecke | 1 | -8/+8 |
2007-10-10 | r18850: add strspn() function i ejs | Derrell Lipman | 1 | -0/+17 |
2007-10-10 | r18849: a bit of help for the new user, to figure out how to do initial setup | Derrell Lipman | 1 | -0/+4 |