summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | Fix build for pam_smbpassAlexander Bokovoy2008-01-162-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit 060587fce558bf9e83d6c7b8e070a5ae58e3f275)
| | * | | | | Enable building of VFS modules: vfs_tsmsm, vfs_shadowcopy2 and IDMAP module ↵Alexander Bokovoy2008-01-162-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | idmap_tdb2 Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit 136c024c9a32ca8ca33cb36b9a6b731237179af5)
| | * | | | | idmap TDB2 backend, used for clustered Samba setups.Alexander Bokovoy2008-01-161-0/+1014
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This uses 2 tdb files. One is permanent, and is in shared storage on the cluster (using "tdb:idmap2.tdb =" in smb.conf). The other is a temporary cache tdb on local storage. Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit b6df7e7709365fb620867ad8954bc5bf24496775)
| | * | | | | Add offline storage support with Tivoli Storage Manager Space ManagerAlexander Bokovoy2008-01-161-0/+338
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit d7752449f38747d59c93869656a5f7c02ebdf084)
| | * | | | | Merge a variant of Shadow Copy module for exposing snapshots to windows ↵Alexander Bokovoy2008-01-161-0/+637
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clients as shadow copies from Samba 3.0 CTDB This is a 2nd implemetation of a shadow copy module for exposing snapshots to windows clients as shadow copies. This version has the following features: 1) you don't need to populate your shares with symlinks to the snapshots. This can be very important when you have thousands of shares, or use [homes] 2) the inode number of the files is altered so it is different from the original. This allows the 'restore' button to work without a sharing violation Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit 10c2ae1efd799b44255ce82c3bb0c7c9df0ec634)
| | * | | | | Support GPFS prealloc interfaceAlexander Bokovoy2008-01-161-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit c26e355533e473c4386d0e6d651637e71d4231dc)
| | * | | | | Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch ↵Alexander Bokovoy2008-01-165-98/+453
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (from http://samba.org/~tridge/3_0-ctdb) Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit 1daad835cbfb4615a8fe7a241f4d578f7e69f214)
| | * | | | | Add support for offline files support, remote storage, and Async I/O force ↵Alexander Bokovoy2008-01-167-68/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | operations to VFS Offline files support and remote storage are for allowing communication with backup and archiving tools that mark files moved to a tape library as offline. We translate this info into corresponding CIFS offline file attribute and mark an exported volume as remote storage. Async I/O force is to allow selective redirection of I/O operations to asynchronous processing in case it is viable at VFS module discretion. It is needed for proper handling of offline files as performing regular I/O on offline file will block smbd. Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit 875208724e39564fe81385dfe36e6c963e79e101)
| | * | | | | Merge CTDB-related fixes from samba-ctdb 3.0 branch ↵Alexander Bokovoy2008-01-1615-108/+387
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (http://samba.org/~tridge/3_0-ctdb) Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit 0c8e23afbbb2d081fc23908bafcad04650bfacea)
| * | | | | | Merge lsarpc.idl from samba4 and rerun make idl.Günther Deschner2008-01-1610-137/+914
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit d9c8a2271d5d4ff845f1fe5986a2c63d79c41415)
| * | | | | | Add lsa_PolicyAuditEventType and lsa_PolicyAuditPolicy enums from samba3 to IDL.Günther Deschner2008-01-161-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 92bfa25922860a6951c72d41799f4d3c1bc7a007)
| * | | | | | Make resolve_ads() static.Günther Deschner2008-01-161-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 57dc747136e880a25c03bdc4a1431fc41afd93a1)
| * | | | | | Fix memleak in ads_build_path().Günther Deschner2008-01-161-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit b7a06b54e0a58c4cd6c5351b1e4a0a2c253cfea1)
* | | | | | | Adds support for cifs.resolver upcall.Igor Mammedov2008-01-161-2/+61
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Here is a patch for userspace cifs.spnego handler that adds support for cifs.resolver upcall used in DFS code. Any comments are appreciated. ############################# Cifs upcall with key type cifs.resolver is used for resolving server names in handling DFS refferals. Signed-off-by: Igor Mammedov <niallain@gmail.com> (This used to be commit dfc80b4f1c00c131ba8077432bfe79f22f63ccd1)
* | | | | | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2008-01-165-27/+78
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | (This used to be commit aebecd7462733b56457540423354ba249fd52808)
| * | | | | | Fix a crash bug in nt_printer_publish_adsVolker Lendecke2008-01-161-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported by Martin Zielinski <mz@seh.de> (This used to be commit 4db26c803de52d3efccc940efc55f14131a057f5)
| * | | | | | Fix (non-activated) _wkssvc_NetrJoinDomain2 server code.Günther Deschner2008-01-161-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit dea64a0d886919dfd5bcc550cb36deabe4ec010d)
| * | | | | | Autofetch domain_sid while unjoining in libnetjoin.Günther Deschner2008-01-161-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 622109895c56ed7cc02dac006f02cac89424b569)
| * | | | | | Nicen some error strings in libnetjoin.Günther Deschner2008-01-161-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 05cf1413cc92e15bbe7ba0477df282ad31e40412)
| * | | | | | Avoid use of NDR_PRINT_X_DEBUG (that debugs with level 0) in libnetjoin.Günther Deschner2008-01-161-4/+37
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 357a393b106fe88629bf5f6c634d16c0fc47cee9)
| * | | | | Fix build for pam_smbpassAlexander Bokovoy2008-01-162-2/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Bokovoy <ab@samba.org> (This used to be commit dc568fd52ae8ffaaaef2015c5a207ed9a58a9a7f)
* | | | | Modify testread example to loop using same context.Derrell Lipman2008-01-161-42/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's been a problem seen where open/read/close a number of times causes open failures eventually. This program has been modified to create the context once and then loop requesting file names to open/read/close. This program also demonstrates the current error in cli_read() where it returns an error instead of length 0 upon end of file. Derrell (This used to be commit 9d75ea577b407ccab59196760d376831062a3ab5)
* | | | | Replace GetTimeOfDay() with gettimeofday() in example program.Derrell Lipman2008-01-161-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GetTimeOfDay() seems to no longer be exported. For the smbsh example, just use the native gettimeofday() for now. (This used to be commit 296a6783fbc03460e87ac4136a0a9e6d2743b2ff)
* | | | | Add a (very!) trivial cache to the example authentication callback.Derrell Lipman2008-01-161-1/+21
|/ / / / | | | | | | | | | | | | (This used to be commit 01f6a4cca7a91ae41ff393263418216324502f84)
* | | | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2008-01-161-16/+6
|\ \ \ \ | | | | | | | | | | | | | | | (This used to be commit 4ff2101c69a0cfcfdc5f775493cb6e88c57e4bbe)
| * | | | Port from ctdb:Jeremy Allison2008-01-151-16/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | minor fix to transaction_write_existing: tridge. Jeremy. (This used to be commit 874425c8f680fb2f737b46a3177b239e69302af5)
* | | | | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2008-01-1629-489/+921
|\| | | | | | | | | | | | | | | | | | | (This used to be commit f963d57096184dd9381fcc5f175150d27460ea7a)
| * | | | Fix the API exported for auth_functions. Ensure we callJeremy Allison2008-01-151-272/+310
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | passing 3 fstrings/sizeof(fstrings) as 3.0.x did. Found by Derrell. Derrell please test ! Thanks, Jeremy. (This used to be commit 5467db388355a4769e48fed7eb80920d1820f727)
| * | | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-01-153-9/+108
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v3-2-test (This used to be commit 0d989bf90b9b75a057b572bb4369ee3126db1fb8)
| | * | | | Adding basic script to help in the creation of tarballs for release.Gerald W. Carter2008-01-151-0/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Developers can use this to create tarballs for testing or general purpose QA. Usage: release-scripts/create-tarball The script will prompt for information as necessary. (This used to be commit 1df8f98602ac4be1d37f9c7748da8b89db80215f)
| | * | | | Use NDR_PRINT_UNION_STRING instead of NDR_PRINT_UNION_DEBUG in rpcclient.Günther Deschner2008-01-151-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 2c045a8c817b4ec200830c4f8b508c1cd4c4d9aa)
| | * | | | Add some NDR_PRINT_*_STRING macros (returning talloced strings).Günther Deschner2008-01-151-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 50ab169f581b4efff5185fd86d1b9ceaaf3974dd)
| * | | | | Fix "status used uninitialized" warnings.Jeremy Allison2008-01-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jeremy. (This used to be commit e57856fff2ef86481ac6770c7d010a26666d8bdd)
| * | | | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-01-151-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v3-2-test (This used to be commit ed7322dcfa6f42743b784246f5de74d4e64b0765)
| | * | | | libsmb: Do not upper-case target name on NTLMv2 hash generationKai Blin2008-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes our NTLMv2 hash generation compatible to the Davenport example and fixes a bug when ntlm_auth is called with a non-upper-case --domain parameter and client ntlmv2 auth = yes Jerry, please consider for 3.2.0 (This used to be commit ecbe08897c9cc47790f3d4f5680d25202bc0f6c3)
| * | | | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-01-1535-212/+1509
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v3-2-test (This used to be commit 6e17a56039be13ac1ef7004f15d154141bad7196)
| | * | | | ea_tdb->xattr_tdb also inside the module itselfVolker Lendecke2008-01-151-98/+99
| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 642424b3779dd33cd2b5049789aa16e678438bb9)
| | * | | | rename vfs_ea_tdb to vfs_xattr_tdbVolker Lendecke2008-01-154-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 151b42a150a17f566e7b4055bbdbc0564a3c106d)
| | * | | | Use autogenerated debugging functions in libnetjoin when requested.Günther Deschner2008-01-151-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 08c1720509dffa2886ed057e2d14907699122f3c)
| | * | | | Apply const to rpccli_lsa_query_info_policy() and ↵Günther Deschner2008-01-158-19/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpccli_lsa_query_info_policy2(). Guenther (This used to be commit 7a3fe68bef7acde9d9f8a7a44ce7e9432f3c5a95)
| | * | | | libwbclient: don't link talloc.o into libwbclient.aStefan Metzmacher2008-01-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hopefully fix the build...(and hopefully the correct fix) metze (This used to be commit 561e529a711338b2a3191f1b04f384f5ab3413ac)
| | * | | | Revert "libwbclient: don't link talloc.o into libwbclient.a"Stefan Metzmacher2008-01-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9a4b6fd3e21f54a0ff83f1fd0d0d5331a2cfdd0a. Sorry... metze (This used to be commit 58c806dbf85fd634c8f3559a035751a4cd0b5c4b)
| | * | | | Remove unrequired TALLOC_FREE.Günther Deschner2008-01-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 15d0e574386e39a4d2fa61cd268b48dfa5c84dcb)
| | * | | | Include libnet_join.h in the right places.Günther Deschner2008-01-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 586d6cef521cebfd6fe2d433fdef498d4a59cb1b)
| | * | | | Use autogenerated libnet_join header.Günther Deschner2008-01-156-77/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit d94bd3a03b574b3fdddd62add25b0c04673500a3)
| | * | | | Add ndr_print_ads_struct().Günther Deschner2008-01-151-0/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 0a914a55bab30d765872d72cfdd59889d2afe42a)
| | * | | | Add ndr_print_sockaddr_storage and ndr_print_bool.Günther Deschner2008-01-151-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit f44f76415a7ce3ea73b5c52494f3b36feab4c870)
| | * | | | Define libnet join interface in IDL.Günther Deschner2008-01-151-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 7a48779ee5ec8bdd5e2b5eef94fd465f733b74b4)
| * | | | | From Alexander BokovoyJeremy Allison2008-01-141-1/+1
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | names is a 'const char **names' here, passed from upper level. Passing 'names' as a talloc context will break things as 'names' is usually likely is a local variable, not a talloc'd. And we want to have array elements on a context of the array anyway. Jeremy. (This used to be commit 22a4129fabf70e01cc638c2f7347c28201838830)
* | | | | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2008-01-1597-1873/+2841
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | (This used to be commit 3a61e663e51fe620225691bc8673bf8800a36f47)