summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* ldb:"ldb_dn_compare_base" - use "unsigned int" countersMatthias Dieter Wallnöfer2010-10-161-2/+2
| | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Oct 16 13:54:13 UTC 2010 on sn-devel-104
* ldb:"ldb_dn_add_child" - use "unsigned int" countersMatthias Dieter Wallnöfer2010-10-161-2/+3
|
* ldb:"ldb_dn_remove_base_components" - use an "unsigned int" counterMatthias Dieter Wallnöfer2010-10-161-6/+6
|
* ldb:"ldb_dn_canonical" - use an "unsigned int" counterMatthias Dieter Wallnöfer2010-10-161-3/+3
| | | | | Convert it to use an "unsigned int" counter which represents the exact length of the DN components.
* s4:ldif_handlers.c - fix a typoMatthias Dieter Wallnöfer2010-10-161-1/+1
|
* s4:lib/registry/util.c - cosmetic - fix indentation, trailing whitespacesMatthias Dieter Wallnöfer2010-10-151-10/+11
| | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Oct 15 07:27:07 UTC 2010 on sn-devel-104
* s4:lib/registry/util.c - strtoll call - better say explicitly that data is ↵Matthias Dieter Wallnöfer2010-10-151-1/+1
| | | | | | in hex format Template is commit deebc934edb9a0a70e7615b1161d7a60fcb1d78f from Wilco.
* s4-acl Merge sec_access_check() with se_access_check() from source3/Andrew Bartlett2010-10-141-1/+1
| | | | | | Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* ldb: Only build LIBLDB_MAIN when building ldb itself.Jelmer Vernooij2010-10-131-8/+8
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Oct 13 15:41:29 UTC 2010 on sn-devel-104
* ldb:ldb_match.c - fix a counter typeMatthias Dieter Wallnöfer2010-10-131-1/+1
|
* ldb: raise minor version number for new ldb_msg_match_error() functionAndrew Tridgell2010-10-132-1/+227
| | | | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Oct 13 11:42:18 UTC 2010 on sn-devel-104
* s4-ldb: take advantage of ldb_match_msg_error() in more placesAndrew Tridgell2010-10-134-8/+32
| | | | this gives better error checking
* s4-ldb: use operator_fn syntax function in ldb_match codeAndrew Tridgell2010-10-131-92/+212
| | | | | | | | this also fixes error handling in case of bad syntax, memory error etc, which was previously conidered as a mismatch, but should return an error Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-ldb: implement an operator_fn for the ldb-samba syntaxesAndrew Tridgell2010-10-131-14/+94
| | | | | | | this allows us to properly handle the LDB_OP_PRESENT operator on deleted linked attributes Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-ldb: added an optional operator_fn in the schema syntaxAndrew Tridgell2010-10-133-5/+25
| | | | | | | | | | | | | this function takes the operator being invoked, which will allow schema functions to provide more fine grained control over comparisons. The key bug this was introduced to fix is the incorrect handling of the LDB_OP_PRESENT test for deleted linked attributes. The backends are unaware of the deleted state of these links, so they cannot do a LDB_OP_PRESENT test on their own. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* ldb: when running from build directory, use the build modulesAndrew Tridgell2010-10-131-27/+35
| | | | | | | we need to use the build modules, not the installed modules, so tests run from the source directory are valid Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-2/+1
| | | | | | | | | | | | | | This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104
* ldb: Build ildap module as shared object.Jelmer Vernooij2010-10-111-7/+3
|
* popt_credentials: Implement pending machine account manually, rather than ↵Jelmer Vernooij2010-10-111-5/+10
| | | | through credentials.
* ldb The use of a private event context isn't a hackAndrew Bartlett2010-10-111-2/+3
| | | | | | | | | This is deliberate behaviour. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Oct 11 13:45:14 UTC 2010 on sn-devel-104
* s4-ldb Allow a NULL event context in samba_ldb_init()Andrew Bartlett2010-10-111-7/+0
|
* s4-ldb Don't use talloc_autofree_context() in ldbAndrew Bartlett2010-10-111-1/+1
| | | | | | The private event context only needs to live as long as ldb itself. Andrew Bartlett
* s4-tevent Remove event_contex_find() and event_context_set_default()Andrew Bartlett2010-10-111-30/+0
| | | | | | | | It is considered that it is better to create a new event context rather than 'finding' some other event context, in the case where we do not have one specified. Andrew Bartlett
* 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 ↵Jelmer Vernooij2010-10-102-0/+29
| | | | samdb-specific.
* 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
| | | | | | | | | applicable. Allow using both pyembed and pyext, to prevent unresolved symbols. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 10 03:54:01 UTC 2010 on sn-devel-104
* s4:lib/tls: buffer writes in tstream_tls_push_function()Stefan Metzmacher2010-10-081-10/+76
| | | | | | | | | | | | This works arround bugs in gnutls_handshake(), which diesn't handle EAGAIN correctly, when they use the push function. Thanks to Marcel.Ritter@rrze.uni-erlangen.de and Matthieu Patou <mat@samba.org> for the debugging work on bug #7218. metze
* s4:lib/tls: make more clear what the immediate event is forStefan Metzmacher2010-10-081-6/+6
| | | | metze
* s4:lib/tls: fix enabled logic in tstream_tls_params_server()Stefan Metzmacher2010-10-082-2/+12
| | | | metze
* waf: fixed exit status of test suitesAndrew Tridgell2010-10-071-2/+4
| | | | use RUN_COMMAND() to handle signal errors and exit status
* 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
| | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Mon Oct 4 20:23:31 UTC 2010 on sn-devel-104
* pyldb: test return code before trying to talloc_stealMatthieu Patou2010-10-041-2/+2
| | | | | Otherwise you can have an error on the talloc_steal as the req can have been not talloced yet
* 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
| | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Oct 3 16:03:41 UTC 2010 on sn-devel-104
* 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 ↵Wilco Baan Hofman2010-10-031-11/+25
| | | | | | trailing comma REG_BINARY. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Fix issues addressed by Jelmer:Wilco Baan Hofman2010-10-032-2/+7
| | | | | | | * Add a comment about why the reg_strhex_to_data_blob was added * Fix int which should've been a boolean Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Fix patchfile_dotreg to write proper .reg files: 'hex(1..B):', 'dword:', etcWilco Baan Hofman2010-10-031-3/+73
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Fix registry editor to be compatible with Windows 7.Wilco Baan Hofman2010-10-031-5/+71
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* 5 uint32_t's should be set, not 5 bytes.Wilco Baan Hofman2010-10-031-1/+1
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* The root key should be created as a root key, not subkey.Wilco Baan Hofman2010-10-031-1/+1
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>