summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2010-10-14s4-acl Merge sec_access_check() with se_access_check() from source3/Andrew Bartlett1-1/+1
2010-10-13ldb: Only build LIBLDB_MAIN when building ldb itself.Jelmer Vernooij1-8/+8
2010-10-13ldb:ldb_match.c - fix a counter typeMatthias Dieter Wallnöfer1-1/+1
2010-10-13ldb: raise minor version number for new ldb_msg_match_error() functionAndrew Tridgell2-1/+227
2010-10-13s4-ldb: take advantage of ldb_match_msg_error() in more placesAndrew Tridgell4-8/+32
2010-10-13s4-ldb: use operator_fn syntax function in ldb_match codeAndrew Tridgell1-92/+212
2010-10-13s4-ldb: implement an operator_fn for the ldb-samba syntaxesAndrew Tridgell1-14/+94
2010-10-13s4-ldb: added an optional operator_fn in the schema syntaxAndrew Tridgell3-5/+25
2010-10-13ldb: when running from build directory, use the build modulesAndrew Tridgell1-27/+35
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-2/+1
2010-10-11ldb: Build ildap module as shared object.Jelmer Vernooij1-7/+3
2010-10-11popt_credentials: Implement pending machine account manually, rather than thr...Jelmer Vernooij1-5/+10
2010-10-11ldb The use of a private event context isn't a hackAndrew Bartlett1-2/+3
2010-10-11s4-ldb Allow a NULL event context in samba_ldb_init()Andrew Bartlett1-7/+0
2010-10-11s4-ldb Don't use talloc_autofree_context() in ldbAndrew Bartlett1-1/+1
2010-10-11s4-tevent Remove event_contex_find() and event_context_set_default()Andrew Bartlett1-30/+0
2010-10-11credentials: Split up into several subsystems.Jelmer Vernooij1-1/+1
2010-10-10wafsamba: Fix handling of pyembed/pyext.Jelmer Vernooij2-3/+3
2010-10-10ldb-samba: Rename samdb_relative_path to ldb_relative_path, as it's not samdb...Jelmer Vernooij2-0/+29
2010-10-10ldb-samba: Add ldb_wrap_add, remove last schema reference from ldb_wrap.Jelmer Vernooij2-53/+78
2010-10-10ldb-samba: Split up ldb_wrap_connect() a bit.Jelmer Vernooij3-36/+52
2010-10-10ldb-samba: Add convenience function for doing a Samba-style LDB init.Jelmer Vernooij3-49/+73
2010-10-10samdb: Handle schema setup in samdb, not in more generic ldbsamba.Jelmer Vernooij3-11/+3
2010-10-10tls: add missing dependency on util_tevent.Jelmer Vernooij1-1/+1
2010-10-10wafsamba: Clarify needs_python argument name, use pyembed/pyext whereJelmer Vernooij1-1/+1
2010-10-08s4:lib/tls: buffer writes in tstream_tls_push_function()Stefan Metzmacher1-10/+76
2010-10-08s4:lib/tls: make more clear what the immediate event is forStefan Metzmacher1-6/+6
2010-10-08s4:lib/tls: fix enabled logic in tstream_tls_params_server()Stefan Metzmacher2-2/+12
2010-10-07waf: fixed exit status of test suitesAndrew Tridgell1-2/+4
2010-10-05s4:ldb_modules.c - fix a typoMatthias Dieter Wallnöfer1-1/+1
2010-10-05Add missing dependencies for com_err.Jelmer Vernooij3-1/+10
2010-10-05ldb: Refer to ldb(3), not ldb(7).Jelmer Vernooij6-13/+13
2010-10-04unittests: add a test to avoid regression on previous fixMatthieu Patou1-0/+5
2010-10-04pyldb: test return code before trying to talloc_stealMatthieu Patou1-2/+2
2010-10-04registry: Make a two more functions static.Jelmer Vernooij1-2/+2
2010-10-03s4:patchfile_dotreg.c - use "size_t" when counting characters in DATA_BLOBsMatthias Dieter Wallnöfer1-1/+1
2010-10-03heimdal: convert some subsystems to libraries, consistent with upstream heimdal.Jelmer Vernooij1-1/+1
2010-10-03Make sure REG_SZ is properly written to a .reg file (not as hex(1)), fix trai...Wilco Baan Hofman1-11/+25
2010-10-03Fix issues addressed by Jelmer:Wilco Baan Hofman2-2/+7
2010-10-03Fix patchfile_dotreg to write proper .reg files: 'hex(1..B):', 'dword:', etcWilco Baan Hofman1-3/+73
2010-10-03Fix registry editor to be compatible with Windows 7.Wilco Baan Hofman1-5/+71
2010-10-035 uint32_t's should be set, not 5 bytes.Wilco Baan Hofman1-1/+1
2010-10-03The root key should be created as a root key, not subkey.Wilco Baan Hofman1-1/+1
2010-10-03Do not include the closing doublequote in .reg files.Wilco Baan Hofman1-1/+1
2010-10-03Fix hex():00,00,00 bugs and strtol dword bugs, these values are explicitly hex.Wilco Baan Hofman1-7/+37
2010-10-03Make sure we write the value stored in value, not line (doublequoted).Wilco Baan Hofman1-4/+4
2010-10-03Make sure that regf only writes to disk every five seconds or when flushed or...Wilco Baan Hofman1-9/+51
2010-10-03Fix .reg file format parsing.Wilco Baan Hofman1-39/+124
2010-10-03Fix registry parsing of strings to also support the windows method.Wilco Baan Hofman1-1/+33
2010-10-02s4-ldif: get rid of the ndr_pull_error message on startupAndrew Tridgell1-10/+15