Age | Commit message (Expand) | Author | Files | Lines |
2010-10-13 | s4-ldb: implement an operator_fn for the ldb-samba syntaxes | Andrew Tridgell | 1 | -14/+94 |
2010-10-13 | s4-ldb: added an optional operator_fn in the schema syntax | Andrew Tridgell | 3 | -5/+25 |
2010-10-13 | ldb: when running from build directory, use the build modules | Andrew Tridgell | 1 | -27/+35 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -2/+1 |
2010-10-11 | ldb: Build ildap module as shared object. | Jelmer Vernooij | 1 | -7/+3 |
2010-10-11 | popt_credentials: Implement pending machine account manually, rather than thr... | Jelmer Vernooij | 1 | -5/+10 |
2010-10-11 | ldb The use of a private event context isn't a hack | Andrew Bartlett | 1 | -2/+3 |
2010-10-11 | s4-ldb Allow a NULL event context in samba_ldb_init() | Andrew Bartlett | 1 | -7/+0 |
2010-10-11 | s4-ldb Don't use talloc_autofree_context() in ldb | Andrew Bartlett | 1 | -1/+1 |
2010-10-11 | s4-tevent Remove event_contex_find() and event_context_set_default() | Andrew Bartlett | 1 | -30/+0 |
2010-10-11 | credentials: Split up into several subsystems. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-10 | wafsamba: Fix handling of pyembed/pyext. | Jelmer Vernooij | 2 | -3/+3 |
2010-10-10 | ldb-samba: Rename samdb_relative_path to ldb_relative_path, as it's not samdb... | Jelmer Vernooij | 2 | -0/+29 |
2010-10-10 | ldb-samba: Add ldb_wrap_add, remove last schema reference from ldb_wrap. | Jelmer Vernooij | 2 | -53/+78 |
2010-10-10 | ldb-samba: Split up ldb_wrap_connect() a bit. | Jelmer Vernooij | 3 | -36/+52 |
2010-10-10 | ldb-samba: Add convenience function for doing a Samba-style LDB init. | Jelmer Vernooij | 3 | -49/+73 |
2010-10-10 | samdb: Handle schema setup in samdb, not in more generic ldbsamba. | Jelmer Vernooij | 3 | -11/+3 |
2010-10-10 | tls: add missing dependency on util_tevent. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-10 | wafsamba: Clarify needs_python argument name, use pyembed/pyext where | Jelmer Vernooij | 1 | -1/+1 |
2010-10-08 | s4:lib/tls: buffer writes in tstream_tls_push_function() | Stefan Metzmacher | 1 | -10/+76 |
2010-10-08 | s4:lib/tls: make more clear what the immediate event is for | Stefan Metzmacher | 1 | -6/+6 |
2010-10-08 | s4:lib/tls: fix enabled logic in tstream_tls_params_server() | Stefan Metzmacher | 2 | -2/+12 |
2010-10-07 | waf: fixed exit status of test suites | Andrew Tridgell | 1 | -2/+4 |
2010-10-05 | s4:ldb_modules.c - fix a typo | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-10-05 | Add missing dependencies for com_err. | Jelmer Vernooij | 3 | -1/+10 |
2010-10-05 | ldb: Refer to ldb(3), not ldb(7). | Jelmer Vernooij | 6 | -13/+13 |
2010-10-04 | unittests: add a test to avoid regression on previous fix | Matthieu Patou | 1 | -0/+5 |
2010-10-04 | pyldb: test return code before trying to talloc_steal | Matthieu Patou | 1 | -2/+2 |
2010-10-04 | registry: Make a two more functions static. | Jelmer Vernooij | 1 | -2/+2 |
2010-10-03 | s4:patchfile_dotreg.c - use "size_t" when counting characters in DATA_BLOBs | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-10-03 | heimdal: convert some subsystems to libraries, consistent with upstream heimdal. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-03 | Make sure REG_SZ is properly written to a .reg file (not as hex(1)), fix trai... | Wilco Baan Hofman | 1 | -11/+25 |
2010-10-03 | Fix issues addressed by Jelmer: | Wilco Baan Hofman | 2 | -2/+7 |
2010-10-03 | Fix patchfile_dotreg to write proper .reg files: 'hex(1..B):', 'dword:', etc | Wilco Baan Hofman | 1 | -3/+73 |
2010-10-03 | Fix registry editor to be compatible with Windows 7. | Wilco Baan Hofman | 1 | -5/+71 |
2010-10-03 | 5 uint32_t's should be set, not 5 bytes. | Wilco Baan Hofman | 1 | -1/+1 |
2010-10-03 | The root key should be created as a root key, not subkey. | Wilco Baan Hofman | 1 | -1/+1 |
2010-10-03 | Do not include the closing doublequote in .reg files. | Wilco Baan Hofman | 1 | -1/+1 |
2010-10-03 | Fix hex():00,00,00 bugs and strtol dword bugs, these values are explicitly hex. | Wilco Baan Hofman | 1 | -7/+37 |
2010-10-03 | Make sure we write the value stored in value, not line (doublequoted). | Wilco Baan Hofman | 1 | -4/+4 |
2010-10-03 | Make sure that regf only writes to disk every five seconds or when flushed or... | Wilco Baan Hofman | 1 | -9/+51 |
2010-10-03 | Fix .reg file format parsing. | Wilco Baan Hofman | 1 | -39/+124 |
2010-10-03 | Fix registry parsing of strings to also support the windows method. | Wilco Baan Hofman | 1 | -1/+33 |
2010-10-02 | s4-ldif: get rid of the ndr_pull_error message on startup | Andrew Tridgell | 1 | -10/+15 |
2010-10-01 | samba: share readline wrappers among all buildsystems. | Günther Deschner | 5 | -166/+1 |
2010-10-01 | samba: share select wrappers. | Günther Deschner | 1 | -45/+0 |
2010-09-28 | ldb-dn: don't crash on NULL in ldb_binary_encode_string() | Andrew Tridgell | 1 | -0/+3 |
2010-09-28 | ldb-tdb: ignore failure to register control on rootdse | Andrew Tridgell | 1 | -4/+1 |
2010-09-28 | ldb: Fix path to alternative buildtools. | Jelmer Vernooij | 1 | -1/+1 |
2010-09-28 | ldb/tevent: Fix detection of waf paths. | Jelmer Vernooij | 2 | -2/+11 |