Fix const warnings.
[obnox/samba/samba-obnox.git] / source3 /
2011-10-11 Michael Adams3:sessionid: use dbwrap_travers_read() in sessionid_tr...
2011-10-11 Michael Adams3:sessionid: use dbwrap_travers() in sessionid_traverse()
2011-10-11 Michael Adams3:net: convert net serverid to only use dbwrap wrapper...
2011-10-11 Michael Adams3:serverid: convert to using dbwrap wrapper functions...
2011-10-11 Michael Adams3:net: fix the exit code of net serverid wipe
2011-10-11 Michael Adams3:net: fix the exit code of net serverid list
2011-10-11 Michael Adams3:serverid: use dbwrap_traverse_read() in serverid_tra...
2011-10-11 Michael Adams3:serverid: use dbwrap_traverse() in serverid_traverse()
2011-10-11 Michael Adams3:dbwrap_torture: convert to using wrapper functions...
2011-10-11 Michael Adams3:dbwrap_tool: convert to using wrapper functions...
2011-10-11 Michael Adams3:dbwrap: convert dbwrap_util.c to use dbwrap wrapper...
2011-10-11 Michael Adams3:dbwrap: use dbwrap_fetch_bystring() in dbwrap_fetch_...
2011-10-11 Michael Adams3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystrin...
2011-10-11 Michael Adams3:dbwrap: add dbwrap_fetch_locked(), a wrapper for...
2011-10-11 Michael Adams3:dbwrap: add dbwrap_record_delete(), a wrapper for...
2011-10-11 Michael Adams3:dbwrap: add dbwrap_record_store(), a wrapper for...
2011-10-11 Michael Adams3:dbwrap: add get-functions for db_record key, value...
2011-10-11 Michael Adams3:dbwrap: add wrapper function dbwrap_get_seqnum()
2011-10-11 Michael Adams3:dbwrap: add wrappers for transactions start/cancel...
2011-10-11 Michael Adams3:dbwrap: add wrapper dbwrap_get_flags()
2011-10-11 Gregor Becks3:dbwrap: fix db_rbt_traverse() to return the record...
2011-10-11 Gregor Becks3:dbwrap: add specific dbwrap_wipe() implementation...
2011-10-11 Gregor Becks3:dbwrap: add specific dbwrap_wipe() implementation...
2011-10-11 Michael Adams3:dbwrap: add a comment
2011-10-11 Gregor Becks3:dbwrap: add function dbwrap_wipe()
2011-10-11 Gregor Becks3:dbwrap: add specific dbwrap_parse_record() implement...
2011-10-11 Gregor Becks3:dbwrap: implement dbwrap_fallback_exists() with...
2011-10-11 Gregor Becks3:dbwrap: allow NULL parser for dbwrap_parse_record()
2011-10-11 Gregor Becks3:dbwrap: dbwrap_parse_record() should always return...
2011-10-11 Gregor Becks3:dbwrap: add function dbwrap_parse_record()
2011-10-11 Gregor Becks3:dbwrap: add specific dbwrap_exists() implementation...
2011-10-11 Gregor Becks3:dbwrap: factor out db_rpt_search_internal()
2011-10-11 Gregor Becks3:dbwrap: add specific dbwrap_exists() implementation...
2011-10-11 Gregor Becks3:dbwrap: add function dbwrap_exists()
2011-10-11 Michael Adams3:dbwrap: add a wrapper dbwrap_traverse_read()
2011-10-11 Michael Adams3:dbwrap: change the dbwrap_traverse() wrapper to...
2011-10-11 Michael Adams3:dbwrap: reorganize dbwrap.h some
2011-10-11 Michael Adams3:dbwrap: move dbwrap_traverse() to dbwrap.c, the...
2011-10-11 Michael Adams3:dbwrap: move dbwrap_store() back to dbwrap.c, the...
2011-10-11 Michael Adams3:dbwrap: move dbwrap_delete() back to dbwrap.c, the...
2011-10-11 Michael Adams3:dbwrap: move dbwrap_fetch() back to dbwrap.c, the...
2011-10-11 Michael Adams3:dbwrap: move the db_open_rbt() prototype to a new...
2011-10-11 Michael Adams3:dbwrap: move the db_open_file() prototype to a new...
2011-10-11 Michael Adams3:dbwrap: move the db_open_tdb() prototype to a new...
2011-10-11 Michael Adams3:dbwrap: move the db_open_ctdb() prototype to a new...
2011-10-11 Stefan Metzmachers3:vfs_acl_common: also parse xattr.NTACL version 1
2011-10-11 Stefan Metzmachers3:wscript: add 'gssapi' dependecy to 'errors3'
2011-10-11 Günther Deschners3-passdb: split out passdb/pdb_ipa.h.
2011-10-11 Günther Deschners3-passdb: split out passdb/pdb_nds.h.
2011-10-11 Günther Deschners3-passdb: split out passdb/pdb_ldap.h.
2011-10-11 Günther Deschners3-smbldap: rearrange prototypes a bit.
2011-10-11 Andrew Bartlettauth: move gensec_start.c to the top level
2011-10-11 Andrew Bartlettauth: move credentials layer to the top level
2011-10-11 Andrew Bartlettlibcli/smb Move CSC_POLICY_* definition to smb_constants.h
2011-10-11 Andrew Bartlettlib/param move source4 param code to the top level
2011-10-10 Stefan Metzmacherlibcli/cldap: don't pass tevent_context to cldap_socket...
2011-10-10 Stefan Metzmacherlibcli/cldap: pass tevent_context to cldap_netlogon_send()
2011-10-10 Christian Ambachs3:smb2_create: fix allocation size return value when...
2011-10-10 Günther Deschners3-passdb: split out passdb/pdb_smbpasswd.h.
2011-10-10 Günther Deschners3-passdb: split out passdb/pdb_wbc_sam.h.
2011-10-10 Günther Deschners3-passdb: split out passdb/pdb_tdb.h.
2011-10-10 Günther Deschners3-net: when all DNS servers fail to operate, the overa...
2011-10-08 Stefan Metzmachers3:utils: avoid '//' comments
2011-10-08 Stefan Metzmachers3:lib/netapi: avoid '//' comments
2011-10-08 Andrew Bartlettbuild: build wbinfo only once in the waf build
2011-10-08 Andrew Bartlettbuild: remove double-setting of build_public_headers
2011-10-08 Andrew Bartlettbuild: s3 public headers appear to be correct now
2011-10-07 Stefan Metzmachers3:modules: add vfs_dfs_samba4
2011-10-07 Stefan Metzmachers3:msdfs: removed unused variables
2011-10-07 Stefan Metzmachers3:msdfs: implement setup_dfs_referral() on top of...
2011-10-07 Stefan Metzmachers3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooks
2011-10-07 Stefan Metzmachers3:param: add lp_host_msdfs to loadparm_s3_context
2011-10-07 Jeremy AllisonFix bug #8509 - Read-only handles on SAMR allow SAMR_DO...
2011-10-07 Andrew Bartletts3-param Remove odd formatting to allow code merge
2011-10-07 Andrew Bartletts3-param: inline octal_string into caller to allow...
2011-10-07 Andrew Bartletts3-param use Auto define for lm_announce default
2011-10-07 Andrew Bartlettldb: use ldb directly rather than via a copy
2011-10-07 Andrew Bartlettbuild: Remove obsolete --enable/disable-merged-build
2011-10-07 Andrew Bartlettbuild: Remove _SAMBA_WAF_BUILD_
2011-10-07 Andrew Bartlettbuild: Reduce build systems to just top level waf and...
2011-10-06 Stefan Metzmachers3:lib: remove unused/empty modules.c
2011-10-06 Stefan Metzmachers3:configure.developer: add --enable-uid-wrapper
2011-10-06 Volker Lendeckes3: Use the uid_wrapper
2011-10-06 Andrew Bartlettmodules: standardise on samba_init_module as the hook...
2011-10-06 Andrew Bartlettlib/util: consolidate module loading into common code
2011-10-06 Andrew Bartletts3-module allow libreplace to provide dlopen replacement
2011-10-04 Jeremy AllisonFix bug #8507 - smbd doesn't correctly honor the "force...
2011-10-04 Günther Deschners3-waf: remove explicit linking to SMBLDAP subsystem.
2011-10-04 Günther Deschners3-smbldap: remove an obsolete prototype.
2011-10-04 Stefan Metzmachers3:lib/util: make sure panic action can attach a debugg...
2011-10-04 Stefan Metzmachers3:param: use ROLE_DOMAIN_CONTROLLER for an AD domain...
2011-10-01 Michael Adams3:registry: fix the test for a REG_SZ blob possibly...
2011-10-01 Gregor Becks3:registry: reg_format: handle unterminated REG_SZ...
2011-10-01 Richard SharpeAdd the new test_nttrans_fsctl.c to waf
2011-10-01 Richard SharpeMove FSCTL handling into the VFS. Initial code changes...
2011-10-01 Richard SharpeAdd a torture test to test existing FSCTL responses
2011-09-30 Jeremy AllisonFix bug #8493 - DFS breaks zip file extracting unless...
2011-09-30 Matthias Dieter... s3:wscript_build - add dependency on "tdb-wrap3" for...
2011-09-30 Andrew Bartlettbuild: Add dep on tdb-wrap3 to get tdb headers
2011-09-30 Volker Lendeckes3: Re-add (), fix a gcc hint
next