summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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)
* | 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)
* 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-1628-489/+836
|\| | | | | | | (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-152-9/+23
| |\ | | | | | | | | | | | | | | | v3-2-test (This used to be commit 0d989bf90b9b75a057b572bb4369ee3126db1fb8)
| | * 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)
| * 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)
| * 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)
* | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2008-01-1596-1872/+2840
|\| | | | | | | (This used to be commit 3a61e663e51fe620225691bc8673bf8800a36f47)
| * libwbclient: don't link talloc.o into libwbclient.aStefan Metzmacher2008-01-151-2/+2
| | | | | | | | | | | | | | hopefully fix the build... metze (This used to be commit 9a4b6fd3e21f54a0ff83f1fd0d0d5331a2cfdd0a)
| * Use the proper boolean functions.Michael Adam2008-01-151-3/+3
| | | | | | | | | | Michael (This used to be commit beaa83f32bd367f1b6ec72ef80a8a258d662f523)
| * Remove some trailing spaces.Michael Adam2008-01-151-10/+9
| | | | | | | | | | Michael (This used to be commit 1941c365b50d48fc90f0f98059b8cccf6c7a1a06)
| * krb5_locator: winbind_krb5_locator.o doesn't need socket wrapper any moreStefan Metzmacher2008-01-151-1/+1
| | | | | | | | | | metze (This used to be commit a5fb8b443a7c4ebf68ed005990683718c1092747)
| * nss_winbind: nss_winbind.so doesn't need socket wrapper any moreStefan Metzmacher2008-01-151-1/+1
| | | | | | | | | | metze (This used to be commit ed559b4a59e826851cb9894f0e519eaedb523f9d)
| * pam_winbind: pam_winbind.so doesn't need soecket wrapper any moreStefan Metzmacher2008-01-151-1/+1
| | | | | | | | | | metze (This used to be commit e37859164c35e8d908f3dfcc99226ee6773ba0a8)
| * libwbclient: libwbclient.so doesn't need socket nor nss wrapper any moreStefan Metzmacher2008-01-151-4/+4
| | | | | | | | | | metze (This used to be commit 4f05b50d4c626f2c404bb4bfefb65998125b612f)
| * nsswitch/: we don't need socket or nss wrapper in the winbind client codeStefan Metzmacher2008-01-151-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)
| * No need to re-establish AD connection all the time.Günther Deschner2008-01-151-8/+0
| | | | | | | | | | Guenther (This used to be commit f21871c6d60e02ed53f060abbbfb2ef656cdc311)
| * Use dsgetdcname() to find a dc when unjoining in libnetjoin.Günther Deschner2008-01-151-0/+23
| | | | | | | | | | Guenther (This used to be commit 1a5b72daa36073cc0604211248d869bf0d7546c6)
| * Re-arrange pre- and postprocessing code in libnetjoin.Günther Deschner2008-01-151-19/+84
| | | | | | | | | | Guenther (This used to be commit 99e3e4b0dd0b0755189c1c740f2975bc75a0e28d)
| * Fix some warnings -- Jeremy, please checkVolker Lendecke2008-01-152-7/+7
| | | | | | | | (This used to be commit b66ac8567c16f2c35fceceba2f858d5503620309)
| * Implement vfs_ea_tdbVolker Lendecke2008-01-159-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)
| * libwbclient: add wbclient.pc.inStefan Metzmacher2008-01-152-1/+17
| | | | | | | | | | metze (This used to be commit e6bd1395f2c1da7bcf1a31cdb297919ed6a15469)
| * libwbclient: install wbclient.h into the same path as smbclient.hStefan Metzmacher2008-01-151-2/+3
| | | | | | | | | | metze (This used to be commit 7cb81bfc6bcdd56a8886e18aa9a7e05ec963d33d)
| * libwbclient: move wbc_err.h into wbclient.h as we only install one headerStefan Metzmacher2008-01-152-52/+26
| | | | | | | | | | | | | | This makes the installed wbclient.h header usable. metze (This used to be commit 7dd65599a15bf1d164fcfa554c8057d43c51eb6d)
| * Add True/False bool cleanup script.Günther Deschner2008-01-151-0/+19
| | | | | | | | | | Guenther (This used to be commit 9f05d2eae7c55d39ad61da54c4a38d6b6f8d4d3a)