summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* In libnetapi, point out that lp_load has failed.Günther Deschner2008-03-061-0/+1
| | | | | Guenther (This used to be commit be673bfc61559f661040c6fb1ba7d2e4552967f2)
* Test: Properly track current test binary for tracking crashes.Michael Adam2008-03-061-4/+9
| | | | | | | Make sure the panic action always has the right test binary set. Michael (This used to be commit 567ac329dcec6fc839d6b25cbf1872f1f51ff7e5)
* Build: fix bin/net on Solaris - use -ltdb instead of bin/libtdb.soMichael Adam2008-03-051-1/+1
| | | | | | | Reported by Christian McHugh <christian.mchugh@nau.edu> on the samba ML. Michael (This used to be commit 3398403c22c0f39b0d91621d81e31004fc8d28bc)
* Fix coverity ID 525, 526, 527, 528, 529 and 530Volker Lendecke2008-03-051-19/+21
| | | | | | Upon failure to allocate one of the arrays, further down the TALLOC_FREE would have looked at the variables given to it without initizalizing. (This used to be commit 6cac3127312acaac65fcd54280605605765787ad)
* Fix build targets for bin/net.Günther Deschner2008-03-051-1/+1
| | | | | Guenther (This used to be commit 5159e3dafa9f9bb85cde6681052d8f54b8bf8a2e)
* Another build fix for pam_smbpass: make sure libwbclient is there.Günther Deschner2008-03-051-1/+1
| | | | | Guenther (This used to be commit f6762f9cd0b2ace46e16d246adf2e386749650f9)
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testJelmer Vernooij2008-03-05294-30934/+38741
|\ | | | | | | (This used to be commit 3482cd9b0e81bbc801f1cec33fca82fc45a3ddef)
| * Fix Coverity ID 565Volker Lendecke2008-03-051-2/+0
| | | | | | | | | | This would crash safely (This used to be commit 0f14357c86aee9a76ffbb45ea6419f4cc4106d62)
| * Fix a memleak -- Coverity ID 222Volker Lendecke2008-03-051-1/+2
| | | | | | | | | | (cherry picked from commit a40781bafa3a8f0c7737164bca6cf74b0a452e72) (This used to be commit 86cabcad74ac06d888f2a352a2bef3abea1ed85c)
| * Revert "Make sure to generate pkgconfig files for libtdb and libtalloc."Günther Deschner2008-03-051-2/+0
| | | | | | | | | | | | | | | | | | This uses incorrect version numbers for tdb and talloc. Guenther This reverts commit df97fb019b89a147a0a2c560003d74c354fcc4b6. (This used to be commit ead849949b1b879e2bc4a6b1f7c3d2df1962170a)
| * Make sure to generate pkgconfig files for libtdb and libtalloc.Günther Deschner2008-03-051-0/+2
| | | | | | | | | | Guenther (This used to be commit df97fb019b89a147a0a2c560003d74c354fcc4b6)
| * Give a better error message why NetServerSetInfo() may fail in the gui.Günther Deschner2008-03-052-1/+4
| | | | | | | | | | Guenther (This used to be commit 1bbbebb7767b8a25532e8be3dbd274c211e34bbd)
| * Makefile: reformat - break long target lines.Michael Adam2008-03-051-64/+129
| | | | | | | | | | Michael (This used to be commit e26133808469cb7e9acc41cb15219d7b736d228a)
| * Makefile: untangle -ltalloc from LIBS, making use of libtalloc explicit.Michael Adam2008-03-051-60/+60
| | | | | | | | | | Michael (This used to be commit 237ea62a49fbf47634b55795c1065250d5148600)
| * Add PICFLAG to libnetapi Makefile.Günther Deschner2008-03-051-0/+1
| | | | | | | | | | Guenther (This used to be commit 29fca3c0353f2be4577613d7e38fbc51d2a370fa)
| * Makefile: Add explicit dependecies to libtalloc.so.Michael Adam2008-03-051-59/+59
| | | | | | | | | | | | | | So as to fix building of isolated targets. Michael (This used to be commit 7dbc251e1cd28abf28342529607fa4b5f579a9c4)
| * Fix build of pam_smbpass.Günther Deschner2008-03-051-1/+2
| | | | | | | | | | Guenther (This used to be commit cd582b7705dca40b3c688c9e23d8375dab43b4d0)
| * Remove unused marshalling for SRV_NET_REMOTE_TOD.Günther Deschner2008-03-053-199/+0
| | | | | | | | | | Guenther (This used to be commit 9f0ea1d727046fef4c23bcf1e71d10f33c93b00f)
| * Use rpccli_srvsvc_NetRemoteTOD() in rpcclient.Günther Deschner2008-03-051-3/+10
| | | | | | | | | | Guenther (This used to be commit 5e9d8cdc948b678e5aa6e04ee13635376b7306f5)
| * Use pidl for _srvsvc_NetRemoteTOD().Günther Deschner2008-03-053-50/+58
| | | | | | | | | | Guenther (This used to be commit 2b4e0f0593c6378cdac4811ded830ca694afac9e)
| * Re-run make idl.Günther Deschner2008-03-055-19/+32
| | | | | | | | | | Guenther (This used to be commit b9abb783200f6c14543c3b884b9393797cfa8dbd)
| * Fix IDL for srvsvc_NetRemoteTOD().Günther Deschner2008-03-051-1/+1
| | | | | | | | | | Guenther (This used to be commit cc3ec6ac65eab8c955cd17f3d4bdf58d6fcc22be)
| * Use pidl for _srvsvc_NetShareSetInfo().Günther Deschner2008-03-052-66/+39
| | | | | | | | | | Guenther (This used to be commit 9bfa77edc68a887972b609bfb0aee8bbbc89ce04)
| * Re-run make idl.Günther Deschner2008-03-054-9/+22
| | | | | | | | | | Guenther (This used to be commit 4ace93c3df280558ef75b6619297e367ac9713c9)
| * Fix IDL for srvsvc_NetShareSetInfo().Günther Deschner2008-03-051-1/+1
| | | | | | | | | | Guenther (This used to be commit 40d780f2e75c3a62853568a149a1229828ac9da4)
| * Fix rpccli_srvsvc_NetSrvSetInfo call in libnetapi.Günther Deschner2008-03-051-1/+1
| | | | | | | | | | Guenther (This used to be commit 5911529205ca69c438e0782c07ee4fe5aa95de62)
| * Remove unused marshalling for SRV_NET_SRV_SET_INFO.Günther Deschner2008-03-052-323/+0
| | | | | | | | | | Guenther (This used to be commit a7aef18797407b1f451191647d4b0225ac838817)
| * Use pidl for _srvsvc_NetSrvSetInfo().Günther Deschner2008-03-052-32/+7
| | | | | | | | | | Guenther (This used to be commit 75b0bbf790da44c45c679c374dbe09f288f3fb8c)
| * Re-run make idl.Günther Deschner2008-03-054-9/+22
| | | | | | | | | | Guenther (This used to be commit ea03cb92c481b9bb47d2a4e133cf830acb0f22a3)
| * Fix IDL for srvsvc_NetSrvSetInfo().Günther Deschner2008-03-051-1/+1
| | | | | | | | | | Guenther (This used to be commit 024021daabe825bc7a033951aa1073ab76bd34aa)
| * Remove unused marshalling for SRV_NET_SRV_GET_INFO.Günther Deschner2008-03-053-207/+0
| | | | | | | | | | Guenther (This used to be commit 53a7e9b07d07d3e9d21360dee35fee27b46929b3)
| * Use rpccli_srvsvc_NetSrvGetInfo() in rpcclient.Günther Deschner2008-03-051-40/+38
| | | | | | | | | | Guenther (This used to be commit 4a74f1e8d2c45574973fc4c0ce4fbc9a843afaa0)
| * Use pidl for _srvsvc_NetSrvGetInfo().Günther Deschner2008-03-054-63/+152
| | | | | | | | | | Guenther (This used to be commit 34caa41fa6d44165b470508261c2bde124fc4955)
| * Whitespace cleanup in srvsvc server.Günther Deschner2008-03-051-50/+50
| | | | | | | | | | Guenther (This used to be commit 3c0a3f8de742678b56f6b998a014105c05400666)
| * Fix proxy_srvsvc_call().Günther Deschner2008-03-041-2/+2
| | | | | | | | | | | | | | Wow, this must have been broken a long time already. Guenther (This used to be commit 821762e5ab32a2fbea7c41f1d2c2ea8589daa1d3)
| * Add secure_channel_type to libnetjoin.Günther Deschner2008-03-044-1/+9
| | | | | | | | | | Guenther (This used to be commit f88910c1e5186737da4eda5a7a396c3238fc6775)
| * Re-run make idl.Günther Deschner2008-03-043-1/+94
| | | | | | | | | | Guenther (This used to be commit 8e601e2365f50e582de442daa1559f828bda3e89)
| * Add new Windows 2008 Kerberos PAC Type 12 (apparently again undocumented).Günther Deschner2008-03-041-1/+16
| | | | | | | | | | | | | | | | We need at least to parse this in order to correctly support kerberized session setup from w2k8 as well as local pam_winbind logons using kerberos. Guenther (This used to be commit 4ba62d49d740c43cf17ceef1534cf1c8a7e4a130)
| * Fix counter mismatch in lsa_LookupNames3 server.Günther Deschner2008-03-041-2/+2
| | | | | | | | | | Guenther (This used to be commit e052d6f2c82a644986e5d99f640310d71cd5c396)
| * Fix counter mismatch in lsa_LookupNames server.Günther Deschner2008-03-041-2/+2
| | | | | | | | | | Guenther (This used to be commit 80fd085c34befd38d33cf6e59080a2a36016a92d)
| * Fix lsa_QueryInfoPolicy: make proper talloc copies of the sids.Günther Deschner2008-03-041-4/+11
| | | | | | | | | | Guenther (This used to be commit b9441232d66d78e66464be6c9748a023681ce6ca)
| * Use TALLOC_FREE in libnetjoin debugging dump code.Günther Deschner2008-03-041-2/+2
| | | | | | | | | | Guenther (This used to be commit b753087ff79c1d35a409eddc1f61e115e887c1e1)
| * Zero more structs initially in LSA rpc server.Günther Deschner2008-03-041-0/+4
| | | | | | | | | | Guenther (This used to be commit d7ce643285276790a65faff76666498595a508d7)
| * Move talloc_init to the right place in "net ads join".Günther Deschner2008-03-041-6/+6
| | | | | | | | | | Guenther (This used to be commit 8cd07c1fa8f435f7ff3dc79c195da9324fb2452f)
| * Fix crash bug in pdb_init_ldapsam().Günther Deschner2008-03-041-2/+2
| | | | | | | | | | | | | | Karolin, this needs to be in 3-2-stable. Guenther (This used to be commit 0d73bde6de4391e7aec862424762473441fa0905)
| * use constant name less likely to cause conflictDerrell Lipman2008-03-031-50/+50
| | | | | | | | (This used to be commit fd18b01016d1dc4b08983975353e62084fdc323c)
| * Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testDerrell Lipman2008-03-032-2/+6
| |\ | | | | | | | | | (This used to be commit 8927b50d6051fcefd87f19dc90c5826378d03e4e)
| | * Zero out the out policy handler in lsa_CloseVolker Lendecke2008-03-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... after a REALLY long session staring at sniffs we can now join XP to v3-2-test again... Apparently not doing this makes XP keep an internal handle to LSA open which confuses the hell out of it. Karolin, this needs to be in v3-2-stable :-) Volker (This used to be commit 2c42fc21d8bede226e411623aecd69038477373b)
| | * Fix gp_find_file() which broke during the pstring removal.Günther Deschner2008-03-031-2/+5
| | | | | | | | | | | | | | | Guenther (This used to be commit f18ba6c877fa934d19ecc6a65be74b8bad7ee7e4)
| * | Missed a few 'deprecated' markersDerrell Lipman2008-03-031-2/+2
| | | | | | | | | | | | (This used to be commit 76ba37ac46b4a77fe228ca90635fa19140541ccd)