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