1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/web_server
Andrew Tridgell a599edf04c r10913: This patch isn't as big as it looks ...
most of the changes are fixes to make all the ldb code compile without
warnings on gcc4. Unfortunately That required a lot of casts :-(

I have also added the start of an 'operational' module, which will
replace the timestamp module, plus add support for some other
operational attributes

In ldb_msg_*() I added some new utility functions to make the
operational module sane, and remove the 'ldb' argument from the
ldb_msg_add_*() functions. That argument was only needed back in the
early days of ldb when we didn't use the hierarchical talloc and thus
needed a place to get the allocation function from. Now its just a
pain to pass around everywhere.

Also added a ldb_debug_set() function that calls ldb_debug() plus sets
the result using ldb_set_errstring(). That saves on some awkward
coding in a few places.
(This used to be commit f6818daecc)
2007-10-10 13:39:41 -05:00
..
config.m4 r8482: gnutls_x509_crt_set_subject_key_id is not available in some versions 2007-10-10 13:23:08 -05:00
config.mk r8399: move the ejs and esp code closer to the directory layout used by the 2007-10-10 13:22:39 -05:00
http.c r9504: use some low level ejs hackery to give much better exception error messages in both 2007-10-10 13:34:23 -05:00
pam.c r7058: Add experimenthal pam authentication for web pages 2007-10-10 13:17:10 -05:00
SConscript r10586: Add MergedObject() builder. Default to Library() rather 2007-10-10 13:39:08 -05:00
web_server.c r10913: This patch isn't as big as it looks ... 2007-10-10 13:39:41 -05:00
web_server.h r7744: converted the web server to use the lib/tls/ generic tls code 2007-10-10 13:18:30 -05:00