summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add some sectioning comments to reg_api.cMichael Adam2008-01-171-0/+15
| * Make utility function reg_deletekey_recursive_internal() static.Michael Adam2008-01-171-4/+4
| * Use the proper boolean constants in reg_frontend_hilvl.cMichael Adam2008-01-171-6/+6
| * Reformatting: Strip trailing white spaces from reg_frontent_hilvl.c.Michael Adam2008-01-171-21/+19
| * idl: Update IDL for eventlog, misc, netlogon and security from Samba 4.Jelmer Vernooij2008-01-177-10/+20
| * idl: Remove use of [ref], which is the default.Jelmer Vernooij2008-01-171-3/+3
| * idl: Update initshutdown and echo IDL from Samba 4.Jelmer Vernooij2008-01-175-18/+18
| * idl: Update DFS IDL from Samba 4.Jelmer Vernooij2008-01-177-10/+526
* | stop bothering me about example programs not checked inDerrell Lipman2008-01-171-0/+16
* | Fix bug 5185: repeated calls to smbc_getxattr() lose sid-name mappingDerrell Lipman2008-01-172-46/+38
* | Add a program to test repeated calls to smbc_getxattr().Derrell Lipman2008-01-172-0/+67
|/
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testDerrell Lipman2008-01-178-64/+39
|\
| * Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy2008-01-177-35/+16
| * Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy2008-01-177-26/+21
| * Fix more VFS API mixup with offline filesAlexander Bokovoy2008-01-171-5/+4
| * Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testAlexander Bokovoy2008-01-178-95/+231
| |\
| * \ Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testAlexander Bokovoy2008-01-16105-1102/+6280
| |\ \
| * \ \ Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testAlexander Bokovoy2008-01-140-0/+0
| |\ \ \
| * \ \ \ Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testAlexander Bokovoy2008-01-147-6/+72
| |\ \ \ \
| * | | | | Fix crash in winbind clients: instead of talloc-based pointer we passed addre...Alexander Bokovoy2008-01-141-1/+1
* | | | | | Fix stat results to be consistent between smbc_stat and smbc_fstat.Derrell Lipman2008-01-171-1/+4
* | | | | | Add some additional libsmbclient test programs.Derrell Lipman2008-01-173-1/+158
| |_|_|_|/ |/| | | |
* | | | | Fix bug found by Derrell - windows returns an read returnJeremy Allison2008-01-161-21/+28
* | | | | Fix the mess that ab just made of the new VFS code.Jeremy Allison2008-01-165-59/+116
* | | | | Tidy up code and debug for non-default krb5 IPv6 port.Jeremy Allison2008-01-161-9/+15
* | | | | 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
| | * | | | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into ctdb-mergeAlexander Bokovoy2008-01-160-0/+0
| | |\ \ \ \
| | * | | | | 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