summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* credentials: Split up into several subsystems.Jelmer Vernooij2010-10-111-1/+1
* wafsamba: Fix handling of pyembed/pyext.Jelmer Vernooij2010-10-102-3/+3
* ldb-samba: Rename samdb_relative_path to ldb_relative_path, as it's not samdb...Jelmer Vernooij2010-10-102-0/+29
* ldb-samba: Add ldb_wrap_add, remove last schema reference from ldb_wrap.Jelmer Vernooij2010-10-102-53/+78
* ldb-samba: Split up ldb_wrap_connect() a bit.Jelmer Vernooij2010-10-103-36/+52
* ldb-samba: Add convenience function for doing a Samba-style LDB init.Jelmer Vernooij2010-10-103-49/+73
* samdb: Handle schema setup in samdb, not in more generic ldbsamba.Jelmer Vernooij2010-10-103-11/+3
* tls: add missing dependency on util_tevent.Jelmer Vernooij2010-10-101-1/+1
* wafsamba: Clarify needs_python argument name, use pyembed/pyext whereJelmer Vernooij2010-10-101-1/+1
* s4:lib/tls: buffer writes in tstream_tls_push_function()Stefan Metzmacher2010-10-081-10/+76
* s4:lib/tls: make more clear what the immediate event is forStefan Metzmacher2010-10-081-6/+6
* s4:lib/tls: fix enabled logic in tstream_tls_params_server()Stefan Metzmacher2010-10-082-2/+12
* waf: fixed exit status of test suitesAndrew Tridgell2010-10-071-2/+4
* s4:ldb_modules.c - fix a typoMatthias Dieter Wallnöfer2010-10-051-1/+1
* Add missing dependencies for com_err.Jelmer Vernooij2010-10-053-1/+10
* ldb: Refer to ldb(3), not ldb(7).Jelmer Vernooij2010-10-056-13/+13
* unittests: add a test to avoid regression on previous fixMatthieu Patou2010-10-041-0/+5
* pyldb: test return code before trying to talloc_stealMatthieu Patou2010-10-041-2/+2
* registry: Make a two more functions static.Jelmer Vernooij2010-10-041-2/+2
* s4:patchfile_dotreg.c - use "size_t" when counting characters in DATA_BLOBsMatthias Dieter Wallnöfer2010-10-031-1/+1
* heimdal: convert some subsystems to libraries, consistent with upstream heimdal.Jelmer Vernooij2010-10-031-1/+1
* Make sure REG_SZ is properly written to a .reg file (not as hex(1)), fix trai...Wilco Baan Hofman2010-10-031-11/+25
* Fix issues addressed by Jelmer:Wilco Baan Hofman2010-10-032-2/+7
* Fix patchfile_dotreg to write proper .reg files: 'hex(1..B):', 'dword:', etcWilco Baan Hofman2010-10-031-3/+73
* Fix registry editor to be compatible with Windows 7.Wilco Baan Hofman2010-10-031-5/+71
* 5 uint32_t's should be set, not 5 bytes.Wilco Baan Hofman2010-10-031-1/+1
* The root key should be created as a root key, not subkey.Wilco Baan Hofman2010-10-031-1/+1
* Do not include the closing doublequote in .reg files.Wilco Baan Hofman2010-10-031-1/+1
* Fix hex():00,00,00 bugs and strtol dword bugs, these values are explicitly hex.Wilco Baan Hofman2010-10-031-7/+37
* Make sure we write the value stored in value, not line (doublequoted).Wilco Baan Hofman2010-10-031-4/+4
* Make sure that regf only writes to disk every five seconds or when flushed or...Wilco Baan Hofman2010-10-031-9/+51
* Fix .reg file format parsing.Wilco Baan Hofman2010-10-031-39/+124
* Fix registry parsing of strings to also support the windows method.Wilco Baan Hofman2010-10-031-1/+33
* s4-ldif: get rid of the ndr_pull_error message on startupAndrew Tridgell2010-10-021-10/+15
* samba: share readline wrappers among all buildsystems.Günther Deschner2010-10-015-166/+1
* samba: share select wrappers.Günther Deschner2010-10-011-45/+0
* ldb-dn: don't crash on NULL in ldb_binary_encode_string()Andrew Tridgell2010-09-281-0/+3
* ldb-tdb: ignore failure to register control on rootdseAndrew Tridgell2010-09-281-4/+1
* ldb: Fix path to alternative buildtools.Jelmer Vernooij2010-09-281-1/+1
* ldb/tevent: Fix detection of waf paths.Jelmer Vernooij2010-09-282-2/+11
* ldb: Update autogen-waf.sh to no longer overwrite existing files.Jelmer Vernooij2010-09-282-2/+12
* ldb: Remove samba-specific targets from Makefile.Jelmer Vernooij2010-09-281-8/+0
* ldb: Bump version because of addition of ldb_req_location.Jelmer Vernooij2010-09-281-1/+1
* s4:lib/tls: add gnutls backend for tstreamStefan Metzmacher2010-09-283-3/+1298
* s4-ildap: two more places that need talloc_reparent()Andrew Tridgell2010-09-281-1/+1
* s4-ldb: Added ldb_request_replace_controlNadezhda Ivanova2010-09-272-0/+34
* s4/irpc: Add function to add security token to the binding handleAnatoliy Atanasov2010-09-272-0/+12
* s4:irpc: optionaly pass the security_token via IRPC requests.Stefan Metzmacher2010-09-271-0/+3
* Check in configure/Makefile for those projects that have waf as primary build...Jelmer Vernooij2010-09-252-0/+71
* ldb: added request location trackingAndrew Tridgell2010-09-254-0/+39