summaryrefslogtreecommitdiff
path: root/lib/ldb/pyldb.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-19pyldb: Fix CID 1034792 Dereference null return valueVolker Lendecke1-0/+4
2013-08-06pyldb: decrement ref counters on py_results and quiet warningsMatthieu Patou1-0/+4
2012-07-06pyldb: Add bindings for ldb_dn_remove_base_componentsAndrew Bartlett1-0/+15
2012-07-06pyldb: Fix dn concat operation to be the other way aroundAndrew Bartlett1-1/+1
2012-06-11pyldb: Ensure that the ldb argument is really an ldb before we dereferenceAndrew Bartlett1-0/+10
2012-03-02pyldb: Fix some more long lines, fix formatting.Jelmer Vernooij1-14/+37
2012-03-01pyldb: Avoid using PyErr_LDB_ERROR_IS_ERR_RAISE where PyErr_SetLdbError suffi...Jelmer Vernooij1-13/+16
2012-02-13LDB:pyldb.c - use always the case insensitive comparison for attribute namesMatthias Dieter Wallnöfer1-2/+2
2012-01-03pyldb: raise an exception if we can't add the attributeMatthieu Patou1-1/+6
2011-12-08pyldb: Add more docstrings.Jelmer Vernooij1-7/+12
2011-11-10pyldb: enhanced get() method on msg objectAndrew Tridgell1-14/+33
2011-11-02pyldb: Remove duplicate definition of SYNTAX_DN.Jelmer Vernooij1-1/+0
2011-10-11ldb:pyldb.c - py_ldb_* modification calls - error string shouldn't be set hereMatthias Dieter Wallnöfer1-17/+1
2011-09-18pyldb: Drop unnecessary dependency on pytalloc-util.Jelmer Vernooij1-1/+0
2011-09-13ldb:pyldb.c - "py_ldb_rename" remove superflous "ldb" pointerMatthias Dieter Wallnöfer1-4/+2
2011-09-11ldb:pyldb.c - point out that "PyLdbResult_AsResult" does not convert everythingMatthias Dieter Wallnöfer1-1/+4
2011-09-01pyldb: added OID_COMPARATOR constantsAndrew Tridgell1-9/+11
2011-08-25pyldb: fixed a warningAndrew Tridgell1-2/+2
2011-08-19ldb - two cosmetic fixesMatthias Dieter Wallnöfer1-2/+2
2011-08-08pyldb: fix uninitialized memory bug in PyArg_ParseTuple() argumentStefan Metzmacher1-1/+1
2011-08-07pyldb: Consistently use pyldb_ prefix.Jelmer Vernooij1-110/+118
2011-08-03pyldb: return a copy of key constant DNs via python interfaceAndrew Tridgell1-4/+21
2011-07-29pyldb: added binary_encode() and binary_decode() methodsAndrew Tridgell1-0/+53
2011-07-21pyldb: use dn.is_child_of() instead of dn.compare_base()Andrew Tridgell1-4/+4
2011-07-21ldb-python: add a function to Dn object to compare the Dn with a base DNMatthieu Patou1-0/+17
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-0/+3302