summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-01-17Add a reg_getversion() function to reg_api and use it in srv_winreg_nt.c.Michael Adam2-4/+12
2008-01-17Add my (C) to reg_api.c - MichaelMichael Adam1-0/+1
2008-01-17Add a comment header comparing winreg.idl and reg_api.c.Michael Adam1-0/+42
2008-01-17Use reg_[gs]etkeysecurity() instead of regkey_[gs]et_secdes().Michael Adam1-2/+2
2008-01-17Add reg_api functions reg_getkeysecurity() and reg_setkeysecurity().Michael Adam1-0/+11
2008-01-17Comment out unused reg_create_path() and reg_delete_path().Michael Adam1-1/+5
2008-01-17Move reg_create_path() and reg_delete_path() to reg_api.cMichael Adam2-95/+95
2008-01-17Convert sync_eventlog_params() to use reg_api instead of reg_frontend.Michael Adam1-20/+26
2008-01-17Add some sectioning comments to reg_api.cMichael Adam1-0/+15
2008-01-17Make utility function reg_deletekey_recursive_internal() static.Michael Adam1-4/+4
2008-01-17Use the proper boolean constants in reg_frontend_hilvl.cMichael Adam1-6/+6
2008-01-17Reformatting: Strip trailing white spaces from reg_frontent_hilvl.c.Michael Adam1-21/+19
2008-01-17idl: Update IDL for eventlog, misc, netlogon and security from Samba 4.Jelmer Vernooij7-10/+20
2008-01-17idl: Remove use of [ref], which is the default.Jelmer Vernooij1-3/+3
2008-01-17idl: Update initshutdown and echo IDL from Samba 4.Jelmer Vernooij5-18/+18
2008-01-17idl: Update DFS IDL from Samba 4.Jelmer Vernooij7-10/+526
2008-01-17Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testDerrell Lipman6-53/+35
2008-01-17Fix stat results to be consistent between smbc_stat and smbc_fstat.Derrell Lipman1-1/+4
2008-01-17Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy5-28/+16
2008-01-17Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy5-22/+17
2008-01-17Fix more VFS API mixup with offline filesAlexander Bokovoy1-5/+4
2008-01-16Fix bug found by Derrell - windows returns an read returnJeremy Allison1-21/+28
2008-01-16Fix the mess that ab just made of the new VFS code.Jeremy Allison3-57/+62
2008-01-16Tidy up code and debug for non-default krb5 IPv6 port.Jeremy Allison1-9/+15
2008-01-16Fix IPv6 bug #5204, which caused krb5 DNS lookupsJeremy Allison2-15/+81
2008-01-16Revert "default to tdbsam instead of smbpasswd"Volker Lendecke1-1/+1
2008-01-16Don't try ftruncate when the tdb is opened read-onlyVolker Lendecke1-0/+1
2008-01-16Next try to fix the max dead record calculationVolker Lendecke1-1/+1
2008-01-16default to tdbsam instead of smbpasswdVolker Lendecke1-1/+1
2008-01-16Fix an uninitialized variable warningVolker Lendecke1-1/+1
2008-01-16Fix some C++ warningsVolker Lendecke2-4/+7
2008-01-16Fix a missing prototype warningVolker Lendecke1-0/+1
2008-01-16Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-simoSimo Sorce50-514/+4113
2008-01-16Add "config backend" to the parameters forbidden in registry config.Michael Adam1-0/+1
2008-01-16Add my (C) to loadparm.c.Michael Adam1-0/+1
2008-01-16Remove special semantics of "include = registry" from loadparm.cMichael Adam1-29/+0
2008-01-16Use lp_config_backend_is_registry() instead of lp_include_registry_globals().Michael Adam2-3/+3
2008-01-16Add utility function lp_config_backend_is_registry().Michael Adam1-0/+8
2008-01-16Initialise Globals.ConfigBackend from global var config_backend.Michael Adam1-5/+11
2008-01-16Add handling of [homes] and [printers] via registry shares.Michael Adam1-39/+45
2008-01-16Add config parameter "config backend = registry".Michael Adam1-19/+63
2008-01-16Add "MSDFS options" separator to parm_table.Michael Adam1-0/+2
2008-01-16Re-order an option block in parm_table to re-unite the misc options.Michael Adam1-3/+3
2008-01-16Merge branch 'ctdb-merge' into v3-2-testAlexander Bokovoy33-276/+3033
2008-01-16Merge lsarpc.idl from samba4 and rerun make idl.Günther Deschner10-137/+914
2008-01-16Add lsa_PolicyAuditEventType and lsa_PolicyAuditPolicy enums from samba3 to IDL.Günther Deschner1-1/+21
2008-01-16Make resolve_ads() static.Günther Deschner1-5/+5
2008-01-16Fix memleak in ads_build_path().Günther Deschner1-5/+11
2008-01-16Adds support for cifs.resolver upcall.Igor Mammedov1-2/+61
2008-01-16Convert old sid-string handling in idmap_tdb2 to a new oneAlexander Bokovoy1-4/+7