summaryrefslogtreecommitdiff
path: root/lib/ldb-samba
Commit message (Expand)AuthorAgeFilesLines
* lib: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-302-7/+13
* lib/ldb-samba: squash 'cast between incompatible function types' warningNoel Power2019-05-161-2/+4
* common-lib: Update error check for new string conversion wrapperSwen Schillig2019-04-111-12/+2
* ldb: tests for <= and >= integer indexing with duplicatesGarming Sam2019-04-081-0/+43
* ldb: tests for <= and >= integer indexingAaron Haslett2019-04-082-0/+180
* schema_syntax: Add comments for our index format functionsGarming Sam2019-04-081-1/+20
* ldb: activating <= and >= indexing for integersAaron Haslett2019-04-081-0/+45
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-211-7/+6
* build: Remove --extra-pythonAndrew Bartlett2019-03-211-2/+0
* samba-o3: fix -Werror=strict-overflow error in lib/ldb-samba/ldb_ildap moduleJoe Guo2019-03-081-4/+4
* common-lib: Use wrapper for string to integer conversionSwen Schillig2019-03-012-7/+23
* Cleanup references to module objects returned from PyImport_ImportModuleNoel Power2019-02-071-2/+8
* PY3: change shebang to python3 in lib dirJoe Guo2018-12-141-1/+1
* lib/ldb-samba/tests: PY3 port samba4.ldap.match_rulesNoel Power2018-12-101-11/+11
* ldb-samba/tests/match-rules: remove unused importsDouglas Bagnall2018-10-251-4/+0
* ldb tests: remove unused code from match_rules.pyDouglas Bagnall2018-08-241-3/+0
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-1/+1
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+1
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-1/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+3
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-8/+8
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-154/+163
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-255/+255
* PEP8: fix E101: indentation contains mixed spaces and tabsJoe Guo2018-08-241-37/+37
* dns: custom match rule for DNS records to be tombstonedAaron Haslett2018-07-122-1/+136
* dns: Reformat DNS with clang-formatGary Lockyer2018-07-121-1/+1
* dsdb: add defines for sessionInfo and networkSessionInfoGary Lockyer2018-06-095-5/+15
* ldb-samba: Handle generic mdb:// url scheme in ldb_relative_path()Gary Lockyer2018-05-231-0/+2
* ldb: removing prior secret from logsAaron Haslett2018-05-121-1/+2
* ldb-samba: Handle generic ldb:// url scheme in ldb_relative_path()Gary Lockyer2018-05-031-0/+2
* ldb_wrap.c missing headerWilliam Brown2018-04-201-0/+1
* wscript_build: make sure we link extra-python versions of librariesNoel Power2018-04-131-1/+4
* ldb-samba: require pid match for cached ldbGary Lockyer2018-04-121-1/+6
* ldb_wrap: Remove the magic cache of database handles except for sam.ldbAndrew Bartlett2018-04-121-8/+7
* ldb_wrap: Remove ldb_transaction_cancel_noerr from ldb_wrap_fork_hook()Andrew Bartlett2018-04-121-12/+3
* ldb-samba: use ldap enum instead of ldb enumUri Simchoni2017-11-221-1/+1
* lib: Give util_paths.c its own headerVolker Lendecke2017-06-241-0/+1
* ldb-samba: Fix a possible NULL pointer dereferenceAndreas Schneider2017-05-161-1/+3
* s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison2017-05-111-1/+2
* python: samba._ldb: Port of samba._ldb to Python 3 compatible formLumir Balhar2017-03-102-11/+23
* ldb-samba: remember the error string of a failing bind in ildb_connect()Stefan Metzmacher2017-03-031-0/+1
* ldb-samba: Add new extended match rule DSDB_MATCH_FOR_EXPUNGEAndrew Bartlett2016-09-012-1/+133
* lib/ldb-samba: Avoid talloc() in ldif_read_objectSid() by parsing the SID str...Andrew Bartlett2016-07-281-15/+23
* lib/ldb-samba: Use ndr_push_struct_into_fixed_blob() in ldif_handlers.cAndrew Bartlett2016-07-281-2/+9
* match_rules: Make cleanup faster and more efficientGarming Sam2016-07-151-37/+2
* match_rules: Fix a duplicated checkGarming Sam2016-07-151-2/+2
* lib/ldb-samba: We can confirm a GUID is a GUID by lengthAndrew Bartlett2016-06-171-5/+3
* ldb-samba: Add "secret" as a value to hide in LDIF filesAndrew Bartlett2016-05-111-1/+1
* ldb-samba: Use ndr_pull_struct_blob_all_noallocAndrew Bartlett2016-05-031-10/+4