s4-torture: never return false in the raw.composite torture test
[kai/samba-autobuild/.git] / source3 /
2012-04-26 Andrew Bartlettselftest: push --target selection into plansmbtorturete...
2012-04-25 Michael Adams3:registry: replace call to reg_openkey() in reg_creat...
2012-04-25 Michael Adams3:registry: remove a superfluous fill_subkey_cache...
2012-04-25 Michael Adams3:registry: use fill_subkey_cache to check exsistence...
2012-04-25 Michael Adams3:registry: let fill_subkey_cache return WERR_BADFILE...
2012-04-25 Michael Adams3:registry: convert reg_openkey() to use talloc instea...
2012-04-25 Michael Adams3:registry untangle an assignment from the check in...
2012-04-25 Michael Adams3:registry: untangle assignment from check in regkey_o...
2012-04-25 Michael Adams3:registry: fix seqnum race in regdb_fetch_keys_internal
2012-04-25 Michael Adams3:registry: fix seqnum race in fetch_values_internal
2012-04-25 Michael Adams3:registry: update the seqnum in the subkey cache...
2012-04-25 Michael Adams3:registry:db: update the value container seqnum after...
2012-04-25 Michael Adams3:registry: wrap reg_deletekey() into a transaction
2012-04-25 Michael Adams3:registry: wrap reg_createkey() in a transaction
2012-04-25 Michael Adams3:registry: untangle assignments from checks in reg_cr...
2012-04-25 Michael Adams3:registry: wrap reg_deletevalue() in a transaction
2012-04-25 Michael Adams3:registry: untangle assignment from check in reg_dele...
2012-04-25 Michael Adams3:registry: fix race in reg_setvalue that could lead...
2012-04-25 Michael Adams3:registry: untangle assignment from check and add...
2012-04-25 Michael Adams3:registry: don't leak the old contents when updating...
2012-04-25 Michael Adams3:registry: fix debug message in regdb_store_values_in...
2012-04-25 Michael Adams3:registry: improve log message in regdb_unpack_values()
2012-04-25 Michael Adams3:registry: fix a debug message typo
2012-04-25 Michael Adams3:registry: add a new function regval_ctr_value_byname()
2012-04-25 Michael Adams3:registry: rename regval_ctr_key_exists() to regval_c...
2012-04-25 Michael Adams3:registry:reg_api: fix reg_queryvalue to not fail...
2012-04-25 Michael Adams3:registry: make regdb_values_need_update() static
2012-04-25 Michael Adams3:registry: make regdb_subkeys_need_update() static
2012-04-25 Michael Adams3:registry: make regdb_store_values() static
2012-04-25 Michael Adams3:registry: make regdb_fetch_values() static
2012-04-25 Michael Adams3:registry: make regdb_fetch_keys() static
2012-04-25 Michael Adams3:registry: make regdb_store_keys() static
2012-04-25 Michael Adams3:registry: printing backend: use regdb options via...
2012-04-25 Gregor Becks3:registry: remove usage of reg_objects from net_rpc_p...
2012-04-25 Gregor Becks3:registry: remove usage of reg_objects from cmd_spoolss.c
2012-04-25 Gregor Becks3:eventlogadm make a transaction for addsource
2012-04-25 Gregor Becks3:eventlogadm reimplement addsource using reg_api
2012-04-25 Andreas Schneiders3-waf: Cleanup smbregistry.
2012-04-25 Gregor Becks3:registry: remove usage of reg_objects from srv_spool...
2012-04-25 Gregor Becks3:registry: remove usage of reg_objects from libads...
2012-04-24 Alexander Bokovoylib/replace: split out GSSAPI from lib/replace/system...
2012-04-24 Volker Lendeckes3: Simplify check_reduced_name a bit
2012-04-24 Volker Lendeckes3: Fix a typo
2012-04-24 Volker Lendeckes3: Introduce variable "indyniov" for easier reading
2012-04-24 Volker Lendeckes3: Attempt to fix the build without kerberos
2012-04-24 Volker Lendeckes3: Fix Coverity ID 2751: REVERSE_INULL
2012-04-23 Simo Sorcekrb5_samba: Add support for krb5_princ_size when using...
2012-04-23 Simo SorceMake krb5 wrapper library common so they can be used...
2012-04-23 Alexander Bokovoywaf: move krb5 checks to a separate waf file
2012-04-23 Jeremy AllisonFix bug #8882 - Broken processing of %U with vfs_full_a...
2012-04-23 Jeremy AllisonAdd complete test program for Linux kernel aio inside...
2012-04-23 Andrew Bartlettbuild: Remove support for a system libsmbclient
2012-04-23 Andrew Bartletts3-dbwrap: A void function can not return a value
2012-04-21 Volker Lendeckes3: Implement db_id for dbwrap_cache
2012-04-21 Volker Lendeckes3: Initialize "stored_callback" in dbwrap_cache
2012-04-21 Volker Lendeckes3: Remove two unused variables
2012-04-20 Michael Adams3:smbcontrol: remove an unused variable
2012-04-20 Michael Adams3:memcache: remove the idmap-part from memcache
2012-04-20 Michael Adams3:id_cache: do not use the in-memory idmap cache ...
2012-04-20 Michael Adams3:passdb: do not use the in-memory idmap cache (it...
2012-04-20 Stefan Metzmachers3-dbwrap: dbwrap_watch_record_stored => NT_STATUS_NOT_...
2012-04-19 Volker Lendeckes3-g_lock: Use dbwrap_record_watch_send/recv
2012-04-19 Volker Lendeckes3-dbwrap: Add "listwatchers" to dbwrap_tool
2012-04-19 Volker Lendeckes3-dbwrap: Add dbwrap_record_watch_send/recv
2012-04-20 Volker Lendeckes3-dbwrap: Add dbwrap_set_stored_callback
2012-04-20 Volker Lendeckes3-dbwrap: Add "db_context" to "db_record"
2012-04-20 Volker Lendeckes3-dbwrap: Add dbwrap_db_id
2012-04-20 Volker Lendeckes3: Fix msg_channel in the cluster case
2012-04-20 Volker Lendeckes3: Remove an unused variable
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2682 -- NULL_RETURNS
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2727 to 2740 -- UNINIT
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2686 -- RESOURCE_LEAK
2012-04-19 Volker Lendeckes3: Fix the build on FreeBSD
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2682: NULL_RETURNS
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2743: CHECKED_RETURN
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2744: CHECKED_RETURN
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2745 and 2746: FORWARD_NULL
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2747: FORWARD_NULL
2012-04-19 Volker Lendeckes3: Attempt to fix Coverity ID 2748: INTEGER_OVERFLOW
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2749: REVERSE_INULL
2012-04-19 Andrew Bartletts3-xattr_tdb: Remove dead code: talloc_stackframe(...
2012-04-19 Andrew Bartletts3-dbwrap: Remove dead code: talloc_stackframe() cannot...
2012-04-19 Andrew Bartletts3-passdb: Remove unused sampass->pass_must_change_time
2012-04-19 Volker Lendeckes3: Fix a "ISO C90 forbids mixed declarations and code"
2012-04-18 Jeremy AllisonEnsure we have 12 bytes of data for a SMB_SET_CIFS_UNIX...
2012-04-18 Volker Lendeckes3-dbwrap: Fix an unused var warning
2012-04-18 Volker Lendeckelibsmb: Actually use an introduced variable
2012-04-18 Andrew Bartletts3-xattr_tdb: Use talloc_stackframe() more to allow...
2012-04-18 Andrew Bartletts3-xattr_tdb: Be nice to xattr_tdb_getxattr callers...
2012-04-18 Andrew Bartletts3-xattr_tdb: make xattr_tdb a private library, for...
2012-04-18 Andrew Bartletts3-lib: Add file_id_string()
2012-04-18 Andrew Bartletts3-build: move file_id.c into samba3-util and create...
2012-04-18 Andrew Bartlettdbwrap: Add dbwrap_tdb to private dbwrap library
2012-04-18 Andrew Bartletts3-build: Add missing samba3-util dep to tdb-wrap3
2012-04-18 Andrew Bartlettlib/util: Move map_nt_error_from_tdb to the top level
2012-04-18 Andrew Bartletts3-dbwrap: push lp_ctx up another layer in the stack
2012-04-18 Andrew Bartletts3-dbwrap: Add talloc_stackframe() calls
2012-04-18 Andrew Bartlettbuild: Remove more of the s3 special cases in waf:...
2012-04-17 Andreas Schneiders3-waf: Add possibility to build with system libsmbclient.
2012-04-17 Andreas Schneiders3-waf: Fix client/smbclient dependencies.
next