summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-01-16Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch ↵Alexander Bokovoy5-98/+453
(from http://samba.org/~tridge/3_0-ctdb) Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit 1daad835cbfb4615a8fe7a241f4d578f7e69f214)
2008-01-16Add support for offline files support, remote storage, and Async I/O force ↵Alexander Bokovoy7-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)
2008-01-16Merge CTDB-related fixes from samba-ctdb 3.0 branch ↵Alexander Bokovoy15-108/+387
(http://samba.org/~tridge/3_0-ctdb) Signed-off-by: Alexander Bokovoy <ab@samba.org>(This used to be commit 0c8e23afbbb2d081fc23908bafcad04650bfacea)
2008-01-16Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman1-16/+6
(This used to be commit 4ff2101c69a0cfcfdc5f775493cb6e88c57e4bbe)
2008-01-15Port from ctdb:Jeremy Allison1-16/+6
minor fix to transaction_write_existing: tridge. Jeremy. (This used to be commit 874425c8f680fb2f737b46a3177b239e69302af5)
2008-01-16Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman29-489/+921
(This used to be commit f963d57096184dd9381fcc5f175150d27460ea7a)
2008-01-15Fix the API exported for auth_functions. Ensure we callJeremy Allison1-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)
2008-01-15Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison3-9/+108
v3-2-test (This used to be commit 0d989bf90b9b75a057b572bb4369ee3126db1fb8)
2008-01-15Fix "status used uninitialized" warnings.Jeremy Allison2-2/+2
Jeremy. (This used to be commit e57856fff2ef86481ac6770c7d010a26666d8bdd)
2008-01-15Adding basic script to help in the creation of tarballs for release.Gerald W. Carter1-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)
2008-01-15Use NDR_PRINT_UNION_STRING instead of NDR_PRINT_UNION_DEBUG in rpcclient.Günther Deschner1-8/+14
Guenther (This used to be commit 2c045a8c817b4ec200830c4f8b508c1cd4c4d9aa)
2008-01-15Add some NDR_PRINT_*_STRING macros (returning talloced strings).Günther Deschner1-1/+9
Guenther (This used to be commit 50ab169f581b4efff5185fd86d1b9ceaaf3974dd)
2008-01-15Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison1-1/+1
v3-2-test (This used to be commit ed7322dcfa6f42743b784246f5de74d4e64b0765)
2008-01-15libsmb: Do not upper-case target name on NTLMv2 hash generationKai Blin1-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)
2008-01-15Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison35-212/+1509
v3-2-test (This used to be commit 6e17a56039be13ac1ef7004f15d154141bad7196)
2008-01-15ea_tdb->xattr_tdb also inside the module itselfVolker Lendecke1-98/+99
(This used to be commit 642424b3779dd33cd2b5049789aa16e678438bb9)
2008-01-15rename vfs_ea_tdb to vfs_xattr_tdbVolker Lendecke4-6/+6
(This used to be commit 151b42a150a17f566e7b4055bbdbc0564a3c106d)
2008-01-15Use autogenerated debugging functions in libnetjoin when requested.Günther Deschner1-0/+15
Guenther (This used to be commit 08c1720509dffa2886ed057e2d14907699122f3c)
2008-01-15Apply const to rpccli_lsa_query_info_policy() and ↵Günther Deschner8-19/+23
rpccli_lsa_query_info_policy2(). Guenther (This used to be commit 7a3fe68bef7acde9d9f8a7a44ce7e9432f3c5a95)
2008-01-15libwbclient: don't link talloc.o into libwbclient.aStefan Metzmacher1-2/+2
hopefully fix the build...(and hopefully the correct fix) metze (This used to be commit 561e529a711338b2a3191f1b04f384f5ab3413ac)
2008-01-15Revert "libwbclient: don't link talloc.o into libwbclient.a"Stefan Metzmacher1-2/+2
This reverts commit 9a4b6fd3e21f54a0ff83f1fd0d0d5331a2cfdd0a. Sorry... metze (This used to be commit 58c806dbf85fd634c8f3559a035751a4cd0b5c4b)
2008-01-15Remove unrequired TALLOC_FREE.Günther Deschner1-1/+0
Guenther (This used to be commit 15d0e574386e39a4d2fa61cd268b48dfa5c84dcb)
2008-01-15Include libnet_join.h in the right places.Günther Deschner1-0/+2
Guenther (This used to be commit 586d6cef521cebfd6fe2d433fdef498d4a59cb1b)
2008-01-15Use autogenerated libnet_join header.Günther Deschner6-77/+199
Guenther (This used to be commit d94bd3a03b574b3fdddd62add25b0c04673500a3)
2008-01-15Add ndr_print_ads_struct().Günther Deschner1-0/+81
Guenther (This used to be commit 0a914a55bab30d765872d72cfdd59889d2afe42a)
2008-01-15Add ndr_print_sockaddr_storage and ndr_print_bool.Günther Deschner1-0/+11
Guenther (This used to be commit f44f76415a7ce3ea73b5c52494f3b36feab4c870)
2008-01-15Define libnet join interface in IDL.Günther Deschner1-0/+60
Guenther (This used to be commit 7a48779ee5ec8bdd5e2b5eef94fd465f733b74b4)
2008-01-15libwbclient: don't link talloc.o into libwbclient.aStefan Metzmacher1-2/+2
hopefully fix the build... metze (This used to be commit 9a4b6fd3e21f54a0ff83f1fd0d0d5331a2cfdd0a)
2008-01-15Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman97-1873/+2841
(This used to be commit 3a61e663e51fe620225691bc8673bf8800a36f47)
2008-01-15Use the proper boolean functions.Michael Adam1-3/+3
Michael (This used to be commit beaa83f32bd367f1b6ec72ef80a8a258d662f523)
2008-01-15Remove some trailing spaces.Michael Adam1-10/+9
Michael (This used to be commit 1941c365b50d48fc90f0f98059b8cccf6c7a1a06)
2008-01-15krb5_locator: winbind_krb5_locator.o doesn't need socket wrapper any moreStefan Metzmacher1-1/+1
metze (This used to be commit a5fb8b443a7c4ebf68ed005990683718c1092747)
2008-01-15nss_winbind: nss_winbind.so doesn't need socket wrapper any moreStefan Metzmacher1-1/+1
metze (This used to be commit ed559b4a59e826851cb9894f0e519eaedb523f9d)
2008-01-15pam_winbind: pam_winbind.so doesn't need soecket wrapper any moreStefan Metzmacher1-1/+1
metze (This used to be commit e37859164c35e8d908f3dfcc99226ee6773ba0a8)
2008-01-15libwbclient: libwbclient.so doesn't need socket nor nss wrapper any moreStefan Metzmacher1-4/+4
metze (This used to be commit 4f05b50d4c626f2c404bb4bfefb65998125b612f)
2008-01-15nsswitch/: we don't need socket or nss wrapper in the winbind client codeStefan Metzmacher1-0/+8
As we don't need socket wrapper of nss wrapper in the winbind client code we disable the function macros so that we don't endup with swrap_close() or similar functions. metze (This used to be commit 40aeb431604bd26fc543410de24593726ca0a01f)
2008-01-15No need to re-establish AD connection all the time.Günther Deschner1-8/+0
Guenther (This used to be commit f21871c6d60e02ed53f060abbbfb2ef656cdc311)
2008-01-15Use dsgetdcname() to find a dc when unjoining in libnetjoin.Günther Deschner1-0/+23
Guenther (This used to be commit 1a5b72daa36073cc0604211248d869bf0d7546c6)
2008-01-15Re-arrange pre- and postprocessing code in libnetjoin.Günther Deschner1-19/+84
Guenther (This used to be commit 99e3e4b0dd0b0755189c1c740f2975bc75a0e28d)
2008-01-15Fix some warnings -- Jeremy, please checkVolker Lendecke2-7/+7
(This used to be commit b66ac8567c16f2c35fceceba2f858d5503620309)
2008-01-15Implement vfs_ea_tdbVolker Lendecke9-3/+905
This is an option for file systems that do not implement xattrs: in lockdir/eas.tdb an array of xatts per inode is stored. It can not solve the problem that xattrs might reappear if a posix-level process deletes a file and happens to re-create it under the same name. On file systems with birthtime we might have a chance to detect this, but not with standard posix. A future version might put relief on file systems that do have xattrs but where these are severely limited in size/speed/whatever: We can put a simple marker as a native xattr, but the xattrs proper are stored in the tdb. Volker (This used to be commit 2036b4c5ad677b8a477b34b0f076febab0abff5e)
2008-01-15libwbclient: add wbclient.pc.inStefan Metzmacher2-1/+17
metze (This used to be commit e6bd1395f2c1da7bcf1a31cdb297919ed6a15469)
2008-01-15libwbclient: install wbclient.h into the same path as smbclient.hStefan Metzmacher1-2/+3
metze (This used to be commit 7cb81bfc6bcdd56a8886e18aa9a7e05ec963d33d)
2008-01-15libwbclient: move wbc_err.h into wbclient.h as we only install one headerStefan Metzmacher2-52/+26
This makes the installed wbclient.h header usable. metze (This used to be commit 7dd65599a15bf1d164fcfa554c8057d43c51eb6d)
2008-01-15Add True/False bool cleanup script.Günther Deschner1-0/+19
Guenther (This used to be commit 9f05d2eae7c55d39ad61da54c4a38d6b6f8d4d3a)
2008-01-14Windows insists on write sizes < max_xmit on signed connections.Jeremy Allison1-3/+6
Jeremy. (This used to be commit ef9b278b6289a9ecdd6b103927058f64fbb7eb97)
2008-01-14From Alexander BokovoyJeremy Allison1-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)
2008-01-14Fix crash in winbind clients: instead of talloc-based pointer we passed ↵Alexander Bokovoy1-1/+1
address of a local variable. (This used to be commit a861ff20917eeca303e2d36de71cd8614e937d5f)
2008-01-14Add detection for need of update to the registry db.Michael Adam7-6/+72
This only detects if the tdb sequence number has changed since the data has last been read. Michael (This used to be commit 3f081ebeadf30a7943723703ecae479e0412c60c)
2008-01-14Some more minor cleanup for "net rpc audit".Günther Deschner1-58/+54
Guenther (This used to be commit 558ce4ec3eaa93c827316d92c346f35c140fadf0)