summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* r7298: ensure messages are sent in order even when under extreme load. ThisAndrew Tridgell2007-10-102-2/+7
* r7296: avoid two stat() calls per message. This increases the raw messageAndrew Tridgell2007-10-101-8/+7
* r7295: added an irpc benchmark. It gets about 16k messages/sec on my laptop,Andrew Tridgell2007-10-102-8/+18
* r7294: implemented the irpc messaging system. This is the core of theAndrew Tridgell2007-10-103-2/+378
* r7293: Turn sqlite3 support off by default, use --with-sqlite3 to re-enable.Andrew Bartlett2007-10-101-3/+4
* r7292: Fix up the build system support for derrell's sqlite3 ldb backend.Andrew Bartlett2007-10-102-5/+19
* r7287: work in progress. no more time to work on this right now. save lates...Derrell Lipman2007-10-102-6/+55
* r7286: add prototype for public connect function in ldb_sqlite3Derrell Lipman2007-10-101-0/+3
* r7283: add sqlite3.m4Derrell Lipman2007-10-101-0/+49
* r7282: ldb_sqlite3 work in progress.Derrell Lipman2007-10-105-253/+288
* r7281: removing documentDerrell Lipman2007-10-101-0/+0
* r7280: taking advantage of previous research. this is documentation on which...Derrell Lipman2007-10-101-0/+0
* r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can beDerrell Lipman2007-10-1011-642/+463
* r7265: fixed d_printf() so it works again.Andrew Tridgell2007-10-101-2/+2
* r7260: save current schema before I blow it away to try something differentDerrell Lipman2007-10-101-14/+14
* r7248: Remove enum that is causing trouble on AIXJelmer Vernooij2007-10-101-2/+2
* r7239: add a little testSimo Sorce2007-10-101-0/+1
* r7228: use socket_pending() instead of the direct ioctl in the messaging codeAndrew Tridgell2007-10-101-5/+6
* r7227: added a socket_pending() call to abstract away the FIONREAD ioctl. ItAndrew Tridgell2007-10-104-0/+40
* r7214: Undo my interpreter patch. Tridge thought of a much better way to do itTim Potter2007-10-104-52/+4
* r7213: Add a small bit to the ejs parser to ignore a #!/path/to/interpreterTim Potter2007-10-104-4/+52
* r7211: - use ioctl(FIONREAD) to remove the artificial limit on messaging sizeAndrew Tridgell2007-10-101-42/+51
* r7206: changed the messaging library to use sendto instead of a connectedAndrew Tridgell2007-10-101-119/+94
* r7205: added support for sendto() on unix domain socketsAndrew Tridgell2007-10-101-0/+32
* r7166: Move replacement stuff to seperate directoryJelmer Vernooij2007-10-105-13/+11
* r7133: work in progress, including a HIGHLY revised and simplified schemaDerrell Lipman2007-10-102-215/+366
* r7127: allow for recursive ejs functionsAndrew Tridgell2007-10-101-0/+7
* r7124: fixed a bug in array construction (see ECMA standard section 15.4.2.2)Andrew Tridgell2007-10-101-5/+2
* r7116: work in progressDerrell Lipman2007-10-103-126/+237
* r7114: Convert ldb documentation to DocBook/XMLJelmer Vernooij2007-10-104-135/+273
* r7113: Move manpages from docs repository to source repositoryJelmer Vernooij2007-10-1011-0/+1110
* r7085: fixed a bug in ejs with setting up the arguments[] arrayAndrew Tridgell2007-10-101-0/+2
* r7071: allow access to the current mpr memory context from ejs callsAndrew Tridgell2007-10-102-0/+8
* r7066: Rename http_exception to ejs_exception.Tim Potter2007-10-101-1/+1
* r7065: Move ejs from web_server to lib so it can be shared with smbscript.Tim Potter2007-10-1013-0/+9681
* r7058: Add experimenthal pam authentication for web pagesSimo Sorce2007-10-101-1/+1
* r7052: added a case insensitive str_list_check_ci() version of str_list_check()Andrew Tridgell2007-10-101-0/+13
* r7011: when using macros, the parameters should be specified unless its aAndrew Tridgell2007-10-101-11/+11
* r6984: added tree representation documentation and utility code, to be used f...Derrell Lipman2007-10-105-3/+1928
* r6980: added data_blob_append(), which I use in the web serverAndrew Tridgell2007-10-101-0/+13
* r6968: fixed a typo in the event macros. I'm surprised this one didn't show u...Andrew Tridgell2007-10-101-1/+1
* r6967: fixed the new multi-value dn=@ATTRIBUTES so it actually works :-)Andrew Tridgell2007-10-101-4/+6
* r6956: added start of ldb_sqlite3 workDerrell Lipman2007-10-103-0/+1216
* r6952: Remove unneeded include of popt_common.hTim Potter2007-10-101-1/+0
* r6951: Fix all calls to setup_logging() that use 'True' as a second argument.Tim Potter2007-10-104-4/+4
* r6937: some minor fixes and updatesStefan Metzmacher2007-10-101-13/+15
* r6935: don't do three things at a time :-)Simo Sorce2007-10-101-2/+2
* r6934: thanks to HotaruT for pointing out skel.c was not in line with the res...Simo Sorce2007-10-101-6/+20
* r6931: declare this to avoid warnings until we have loadable modulesSimo Sorce2007-10-101-0/+1
* r6867: this code will change the way the @ATTRIBUTES object is handledSimo Sorce2007-10-108-33/+93