summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19053: match the flag values with the actual equivalents in samr.idlRafal Szczesniak1-2/+2
2007-10-10r19051: JSON-RPC server work-in-progress. It's almost working.Derrell Lipman3-11/+70
2007-10-10r19049: Samba 3 client fixesGerald Carter1-1/+18
2007-10-10r19048: ensure our memory gets cleaned up even upon exceptionDerrell Lipman1-1/+1
2007-10-10r19036: add LOCAL-REPLACE and reorder the testlistStefan Metzmacher1-4/+6
2007-10-10r19035: add LOCAL-REPLACE testStefan Metzmacher2-0/+3
2007-10-10r19033: prepare to use the libreplace testsuite as LOCAL-REPLACE in smbtortureStefan Metzmacher1-4/+6
2007-10-10r19032: let the getdents replacement fail and see what the build-farm says.Stefan Metzmacher1-0/+1
2007-10-10r19029: test if opendir() on a file sets errno = ENOTDIRStefan Metzmacher1-2/+6
2007-10-10r19027: Modify RPC-SAMBA3-SPOOLSS so that it can be activated in the build farmVolker Lendecke1-5/+76
2007-10-10r19025: - remove read-only and policy dependent fields and flagsRafal Szczesniak3-93/+81
2007-10-10r19024: remove read-only and policy dependent fields and flagsRafal Szczesniak5-129/+40
2007-10-10r19023: lets see what the build-farm says about trying theStefan Metzmacher1-22/+22
2007-10-10r19022: eliminate a warningDerrell Lipman1-1/+1
2007-10-10r19021: match the prototype for a trigger functionDerrell Lipman1-2/+2
2007-10-10r19020: move jsonrpc_include to a more appropriate location in the file, and ...Derrell Lipman1-13/+17
2007-10-10r19019: Add a parser for javascript literals. This is implemented for parsin...Derrell Lipman2-1/+672
2007-10-10r19017: Merge from Samba3:Volker Lendecke2-0/+24
2007-10-10r19009: ensure that data values from ldap libs are null terminated, to allowAndrew Tridgell1-1/+6
2007-10-10r18999: merge from samba3:Stefan Metzmacher2-10/+9
2007-10-10r18997: we have a replacement for vsyslog in libreplace so libroken doesn't n...Stefan Metzmacher1-4/+5
2007-10-10r18995: - fix bug 4078Stefan Metzmacher2-12/+37
2007-10-10r18994: - torture_register_suite should be publicStefan Metzmacher1-6/+3
2007-10-10r18992: prepare SOCKET_WRAPPER_PCAP_FILE supportStefan Metzmacher1-29/+83
2007-10-10r18991: Fix bug 4133 -- Thanks to Olaf FlebbeVolker Lendecke1-0/+7
2007-10-10r18989: Fixes found by these two LDAP testsuites:Andrew Bartlett3-5/+47
2007-10-10r18979: With these extra indexes (also added for the normal case) and aAndrew Bartlett3-2/+35
2007-10-10r18978: Fix bug found by:Andrew Bartlett1-3/+13
2007-10-10r18977: Seperate these asserts, so we know which fired.Andrew Bartlett1-1/+2
2007-10-10r18975: follow the advice from "William Jojo" <jojowil@hvcc.edu>Stefan Metzmacher1-1/+1
2007-10-10r18974: we don't have the configure check that setsStefan Metzmacher1-5/+1
2007-10-10r18972: we don't need this now all builds in the build farm are limited to 150Andrew Tridgell1-12/+0
2007-10-10r18971: avoid strndup is a few places. Fixes a minor memory leak, and shouldAndrew Tridgell4-11/+21
2007-10-10r18970: avoid strndup and strnlen on AIX. They are quite broken. SeeAndrew Tridgell2-2/+6
2007-10-10r18968: EWOULDBLOCK should also be mapped to STATUS_MORE_ENTRIESAndrew Tridgell1-1/+4
2007-10-10r18965: fixed the bug with RPC-NETLOGON and solaris sparc machines. This bugAndrew Tridgell1-0/+6
2007-10-10r18960: fix caching of some configure tests AC_CACHE_CHECK()Stefan Metzmacher2-20/+20
2007-10-10r18957: we need to include unistd.h in system/network.h becauseStefan Metzmacher1-0/+4
2007-10-10r18948: fix the build on solaris, the ioctl() prototypeStefan Metzmacher1-1/+1
2007-10-10r18947: overload listen() and ioctl() in socket_wrapperStefan Metzmacher3-0/+46
2007-10-10r18946: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r18945: fix compiler warnings and end-of-non-void function bugsStefan Metzmacher2-11/+17
2007-10-10r18944: talloc_reference() can fail...Stefan Metzmacher1-1/+1
2007-10-10r18943: Samba4 wants its databases private to root. I know some of them couldAndrew Tridgell1-0/+5
2007-10-10r18942: add a ldb_set_create_perms() function in ldb. I didn't call itAndrew Tridgell4-1/+16
2007-10-10r18939: don't rely on the umask being right in ldb creation. Both Samba3 andAndrew Tridgell1-1/+1
2007-10-10r18936: hopefully fix the test for negative enum values. When a compilerAndrew Tridgell1-9/+3
2007-10-10r18933: Add helpful emacs markerAndrew Bartlett1-0/+1
2007-10-10r18925: Add current snapshot of the ejs-2.0 code. Tridge, will you be incorp...Derrell Lipman80-0/+33339
2007-10-10r18918: - bail out with unsupported option to socket()Stefan Metzmacher1-18/+53