summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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)
| * Windows insists on write sizes < max_xmit on signed connections.Jeremy Allison2008-01-141-3/+6
| | | | | | | | | | Jeremy. (This used to be commit ef9b278b6289a9ecdd6b103927058f64fbb7eb97)
| * Fix crash in winbind clients: instead of talloc-based pointer we passed ↵Alexander Bokovoy2008-01-141-1/+1
| | | | | | | | | | | | address of a local variable. (This used to be commit a861ff20917eeca303e2d36de71cd8614e937d5f)
| * Add detection for need of update to the registry db.Michael Adam2008-01-147-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)
| * Some more minor cleanup for "net rpc audit".Günther Deschner2008-01-141-58/+54
| | | | | | | | | | Guenther (This used to be commit 558ce4ec3eaa93c827316d92c346f35c140fadf0)
| * Print principal in debug statement in kerberos_kinit_password() as well.Günther Deschner2008-01-141-1/+2
| | | | | | | | | | Guenther (This used to be commit 44d67e84625a2a1a93baecef0e418b48e982443b)
| * Re-run make idl to update lsa idl.Günther Deschner2008-01-145-26/+62
| | | | | | | | | | Guenther (This used to be commit 94693755a291993217b5cb74794504a8593eae30)
| * Use lsa_PolicyInfo enum in lsa policy info calls.Günther Deschner2008-01-141-5/+5
| | | | | | | | | | Guenther (This used to be commit 8b63a1665795d2739b54144212926113d9be7f09)
| * Fix all callers of old rpccli_lsa_set_info_policy() call.Günther Deschner2008-01-141-39/+45
| | | | | | | | | | Guenther (This used to be commit be8071779fa14d964e86810f5fb16bc52aea4e36)
| * Fix prototypes for lsa set info policy calls.Günther Deschner2008-01-141-2/+8
| | | | | | | | | | Guenther (This used to be commit 33f6eff92b6bdf804d54c84375cece8a867933f2)
| * Remove old lsa set info policy call.Günther Deschner2008-01-143-109/+0
| | | | | | | | | | Guenther (This used to be commit b37b2b77edec72fc3f53b3461aa1c210e4366c1b)
| * Re-run make idl for new lsa calls.Günther Deschner2008-01-143-2/+102
| | | | | | | | | | Guenther (This used to be commit add28753b2e740804c48db5f6235cb2f8908d82b)
| * Fill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2.Günther Deschner2008-01-141-2/+10
| | | | | | | | | | Guenther (This used to be commit dceb9a4c80fb241e12fafc6229aa8e81f5d2df1a)
| * Remove more redundant lsa parsing functions.Günther Deschner2008-01-142-372/+0
| | | | | | | | | | Guenther (This used to be commit 99dd28da84c270f46535bd2ffa6bfef96d2e2eed)
| * Fix rpcclient display_trust_dom_info().Günther Deschner2008-01-141-1/+1
| | | | | | | | | | Guenther (This used to be commit 54bdd22a07e885f896a8f784bc12096f65afac75)
| * Use pidl generated rpccli_lsa_QueryTrustedDomainInfoBySid when vampiring trustedGünther Deschner2008-01-141-8/+14
| | | | | | | | | | | | | | domain secrets. Guenther (This used to be commit aa3de6f9f5b5375ca9f1e8a60a378afba1c0848b)
| * Remove some more hand written LSA rpc.Günther Deschner2008-01-142-111/+6
| | | | | | | | | | | | | | | | | | (rpccli_lsa_open_trusted_domain, rpccli_lsa_query_trusted_domain_info, cli_lsa_query_domain_info_policy). Guenther (This used to be commit 5bfb33f1c5a16d10f77cb76962df4a949626a062)
| * Start removing hand-written lsa marshalling code (namelyGünther Deschner2008-01-143-307/+0
| | | | | | | | | | | | | | | | | | rpccli_lsa_open_trusted_domain_by_name, rpccli_lsa_query_trusted_domain_info_by_sid and rpccli_lsa_query_trusted_domain_info_by_name). Guenther (This used to be commit f2fb3473455f20e7314a9d33f5a1c923d3057d97)
| * Use some more pidl generated LSA rpc in rpcclient.Günther Deschner2008-01-141-59/+46
| | | | | | | | | | Guenther (This used to be commit 153e4dd162423a846dbd4a9a1be1fd747792bdbf)
| * Fix "make test_shlibs": it showed unresolved symbols for -lwbclient.Michael Adam2008-01-141-4/+7
| | | | | | | | | | Michael (This used to be commit 9a435b510f8ccfd0ca3b3d100d6176e643273578)
| * Revert ""make test_shlibs" shows unresolved symbols for -lwbclient."Günther Deschner2008-01-141-2/+1
| | | | | | | | | | This reverts commit 0093f618e91f7dcc69d57dbd09d23acc614999aa. (This used to be commit ad6cb9afc9794b226e3453d36865edfe5a15f572)
| * "make test_shlibs" shows unresolved symbols for -lwbclient.Günther Deschner2008-01-141-1/+2
| | | | | | | | | | Guenther (This used to be commit 0093f618e91f7dcc69d57dbd09d23acc614999aa)
| * samba3 already has tdb_validate()Andrew Tridgell2008-01-142-43/+0
| | | | | | | | (This used to be commit 9f002eeff9bcf33a00e5641cb14338e866a17afe)
| * merged tdb fix from ctdb treeAndrew Tridgell2008-01-143-0/+123
| | | | | | | | (This used to be commit c91e9c785b5bf4b0c479edf8eb33da22bf615387)
| * Reset the failed counter in test_wbinfo_s3.sh.Michael Adam2008-01-141-0/+2
| | | | | | | | | | Michael (This used to be commit 3eedb8928413da102446b76aa64d1feaecb95b52)
| * Fix a syntax error in script/tests/test_local_s3.sh .Michael Adam2008-01-131-1/+1
| | | | | | | | | | | | | | This will reveal the currently breaking tdbtorture to the build farm... Michael (This used to be commit 50f65c3c5500da8d657d5fc340e666ee8cfe148e)
| * Add and modify comments in net_conf.cMichael Adam2008-01-131-8/+42
| | | | | | | | | | Michael (This used to be commit b3afc8391d40745328172ba012f0ffc166d75aa9)