1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/lib/ldb
Matthias Dieter Wallnöfer 94f5b2f413 ldb:ldb_msg.c - make "ldb_msg_find_attr_as_*" more robust against invalid values
- Integer handling was modeled after validate code from "schema_syntax.c".
- Double handling was modeled similar, but with a dynamic buffer.
  I don't know if there is a maximum literal length for double values but an
  allocation shouldn't a problem here since doubles are rare.
- String handlind is enhanced with a terminating "0" test for safety.

Reviewed-by: abartlet + metze

Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Thu Apr  7 16:38:57 CEST 2011 on sn-devel-104
2011-04-07 16:38:57 +02:00
..
ABI ldb: controls marshalling/unmarshalling improvement 2011-02-21 10:55:59 +03:00
common ldb:ldb_msg.c - make "ldb_msg_find_attr_as_*" more robust against invalid values 2011-04-07 16:38:57 +02:00
docs
examples Fix the mess with ldb includes. 2009-01-30 01:02:03 -05:00
include ldb: fixed --paged option in ldb tools 2011-04-07 10:51:30 +10:00
ldb_ldap ldb: fixed two warnings in the ldb_ldap backend 2011-02-10 06:51:06 +01:00
ldb_map ldb_map: Fix prefix for map functions. 2010-12-18 00:47:06 +01:00
ldb_sqlite3 ldb: Rename two exported functions so they match abi_match. 2010-12-18 00:47:06 +01:00
ldb_tdb s4-ldb: fixed a uninitialised el->flags in ldb_tdb 2011-02-14 17:55:09 +11:00
man ldb: Refer to ldb(3), not ldb(7). 2010-10-05 00:38:35 +02:00
modules ldb:rdn_name LDB module - more RDN constraint checks (from AD) 2011-03-04 22:07:24 +01:00
nssldb LDB:NSS - make LDB "signed-safe" on counter variables 2010-03-02 18:02:00 +01:00
tests ldb:tests - "init.ldif" - deactivate empty "seeAlso" attribute 2011-04-07 15:53:20 +02:00
tools ldb:ldbadd/modify tool - return error code when at least one operation has failed 2011-04-07 15:53:20 +02:00
web ldb-web: update mailing list info 2011-02-14 17:55:08 +11:00
configure ldb/tevent: Fix detection of waf paths. 2010-09-28 09:12:41 +02:00
Doxyfile
examples.dox
ldb.pc.in s4-ldb: added @LIB_RPATH@ to the ldb pc file 2010-12-08 12:01:25 +01:00
mainpage.dox
Makefile waf: ensure "make dist" works from a clean git tree for all libraries 2011-01-08 02:35:22 +01:00
pyldb_util.c ldb:pyldb.h - revert to the previous header behaviour 2010-12-12 22:55:14 +01:00
pyldb-util.pc.in s4-pkgconfig: add @LIB_RPATH@ to our link flags 2010-12-08 12:46:00 +01:00
pyldb.c pyldb: minor fixup, fix a memory leak 2011-03-20 12:13:50 +01:00
pyldb.h pyldb: create LdbResult, return value from ldb.search is now a LdbResult 2011-02-21 10:55:59 +03:00
README_gcov.txt
wscript s4:ldb: don't install .pc files when building a private library 2011-03-16 09:58:22 +01:00