summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* r6863: lib-friendlier names + fix some dependenciesJelmer Vernooij2007-10-102-9/+5
* r6845: make the talloc header align to 40 bytes, which costs us an extra 4Andrew Tridgell2007-10-101-8/+11
* r6833: split out the routine that calculates the diff between two ldb message...Andrew Tridgell2007-10-103-43/+63
* r6831: talloc now requires config.h (this fixes ldb build)Andrew Tridgell2007-10-101-2/+0
* r6830: put header checks in config.m4 so when it is included by other project...Andrew Tridgell2007-10-102-1/+1
* r6829: include the talloc autoconf tests when building ldb standaloneAndrew Tridgell2007-10-101-0/+2
* r6828: More portability fixesJelmer Vernooij2007-10-103-2/+11
* r6825: Fall back to chsize if ftruncate is not availableJelmer Vernooij2007-10-101-0/+4
* r6817: - fixed empty ldap search elements in filtersAndrew Tridgell2007-10-101-1/+1
* r6812: more talloc portability tweaksAndrew Tridgell2007-10-103-6/+3
* r6808: - test for gcov not neededAndrew Tridgell2007-10-103-15/+10
* r6807: Fix in-tree build of talloc testsuiteJelmer Vernooij2007-10-101-7/+0
* r6804: Add config.h for talloc (and use it)Jelmer Vernooij2007-10-105-9/+31
* r6802: - fixed CFLAGSAndrew Tridgell2007-10-101-6/+4
* r6798: Valgrind pain is not something I look forward to - if we ever fallAndrew Bartlett2007-10-101-2/+6
* r6795: Make some functions static and remove some unused ones.Jelmer Vernooij2007-10-108-59/+7
* r6790: Use config.h file for ldb and add test for stdint.hJelmer Vernooij2007-10-104-2/+10
* r6759: let us have a wildcard attribute so that we can set a default for all ...Simo Sorce2007-10-101-1/+7
* r6741: prevent talloc_strndup() from reading one byte past the end of a buffer,Andrew Tridgell2007-10-101-1/+1
* r6700: Upper case realms in kerberos-specific parts of the code, as this isAndrew Bartlett2007-10-101-1/+5
* r6688: removed unused binary_string() functionAndrew Tridgell2007-10-101-23/+0
* r6687: added a idr helper function for creating random IDsAndrew Tridgell2007-10-101-0/+18
* r6664: Obey overrided CC in the MakefileJelmer Vernooij2007-10-101-1/+2
* r6663: only use -Wall for gccAndrew Tridgell2007-10-102-3/+4
* r6662: add an installcheck target for tallocAndrew Tridgell2007-10-101-0/+3