summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Fix IPv6 bug #5204, which caused krb5 DNS lookupsJeremy Allison2008-01-162-15/+81
* Revert "default to tdbsam instead of smbpasswd"Volker Lendecke2008-01-161-1/+1
* Don't try ftruncate when the tdb is opened read-onlyVolker Lendecke2008-01-161-0/+1
* Next try to fix the max dead record calculationVolker Lendecke2008-01-161-1/+1
* default to tdbsam instead of smbpasswdVolker Lendecke2008-01-161-1/+1
* Fix an uninitialized variable warningVolker Lendecke2008-01-161-1/+1
* Fix some C++ warningsVolker Lendecke2008-01-162-4/+7
* Fix a missing prototype warningVolker Lendecke2008-01-161-0/+1
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-simoSimo Sorce2008-01-1650-514/+4113
|\
| * Add "config backend" to the parameters forbidden in registry config.Michael Adam2008-01-161-0/+1
| * Add my (C) to loadparm.c.Michael Adam2008-01-161-0/+1
| * Remove special semantics of "include = registry" from loadparm.cMichael Adam2008-01-161-29/+0
| * Use lp_config_backend_is_registry() instead of lp_include_registry_globals().Michael Adam2008-01-162-3/+3
| * Add utility function lp_config_backend_is_registry().Michael Adam2008-01-161-0/+8
| * Initialise Globals.ConfigBackend from global var config_backend.Michael Adam2008-01-161-5/+11
| * Add handling of [homes] and [printers] via registry shares.Michael Adam2008-01-161-39/+45
| * Add config parameter "config backend = registry".Michael Adam2008-01-161-19/+63
| * Add "MSDFS options" separator to parm_table.Michael Adam2008-01-161-0/+2
| * Re-order an option block in parm_table to re-unite the misc options.Michael Adam2008-01-161-3/+3
| * Merge branch 'ctdb-merge' into v3-2-testAlexander Bokovoy2008-01-1633-276/+3033
| |\
| | * Convert old sid-string handling in idmap_tdb2 to a new oneAlexander Bokovoy2008-01-161-4/+7
| | * Fix build for pam_smbpassAlexander Bokovoy2008-01-162-2/+2
| | * Enable building of VFS modules: vfs_tsmsm, vfs_shadowcopy2 and IDMAP module i...Alexander Bokovoy2008-01-162-2/+25
| | * idmap TDB2 backend, used for clustered Samba setups.Alexander Bokovoy2008-01-161-0/+1014
| | * Add offline storage support with Tivoli Storage Manager Space ManagerAlexander Bokovoy2008-01-161-0/+338
| | * Merge a variant of Shadow Copy module for exposing snapshots to windows clien...Alexander Bokovoy2008-01-161-0/+637
| | * Support GPFS prealloc interfaceAlexander Bokovoy2008-01-161-0/+8
| | * Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from...Alexander Bokovoy2008-01-165-98/+453
| | * Add support for offline files support, remote storage, and Async I/O force op...Alexander Bokovoy2008-01-167-68/+168
| | * Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy2008-01-1615-108/+387
| * | Merge lsarpc.idl from samba4 and rerun make idl.Günther Deschner2008-01-1610-137/+914
| * | Add lsa_PolicyAuditEventType and lsa_PolicyAuditPolicy enums from samba3 to IDL.Günther Deschner2008-01-161-1/+21
| * | Make resolve_ads() static.Günther Deschner2008-01-161-5/+5
| * | Fix memleak in ads_build_path().Günther Deschner2008-01-161-5/+11
* | | Adds support for cifs.resolver upcall.Igor Mammedov2008-01-161-2/+61
|/ /
* | Fix a crash bug in nt_printer_publish_adsVolker Lendecke2008-01-161-1/+6
* | Fix (non-activated) _wkssvc_NetrJoinDomain2 server code.Günther Deschner2008-01-161-13/+12
* | Autofetch domain_sid while unjoining in libnetjoin.Günther Deschner2008-01-161-0/+11
* | Nicen some error strings in libnetjoin.Günther Deschner2008-01-161-7/+10
* | Avoid use of NDR_PRINT_X_DEBUG (that debugs with level 0) in libnetjoin.Günther Deschner2008-01-161-4/+37
* | Fix build for pam_smbpassAlexander Bokovoy2008-01-162-2/+2
|/
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2008-01-161-16/+6
|\
| * Port from ctdb:Jeremy Allison2008-01-151-16/+6
* | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2008-01-1628-489/+836
|\|
| * Fix the API exported for auth_functions. Ensure we callJeremy Allison2008-01-151-272/+310
| * Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-01-152-9/+23
| |\
| | * Use NDR_PRINT_UNION_STRING instead of NDR_PRINT_UNION_DEBUG in rpcclient.Günther Deschner2008-01-151-8/+14
| | * Add some NDR_PRINT_*_STRING macros (returning talloced strings).Günther Deschner2008-01-151-1/+9
| * | Fix "status used uninitialized" warnings.Jeremy Allison2008-01-152-2/+2
| |/
| * libsmb: Do not upper-case target name on NTLMv2 hash generationKai Blin2008-01-151-1/+1