summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix the build of cifs.spnego.Günther Deschner2008-03-061-1/+1
| | | | | Guenther (This used to be commit 9eaaf17d30388ef9446fb18e69197baa699b7eac)
* Revert "Build: Add an rpath of $(LIBDIR) to binary targets."Michael Adam2008-03-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3a0f781352f364ce625a35ffd78257b27d984c47. This needs more thought. Setting RPATH like this does not work on all supported platforms (Linux, Solaris and AIX seem to work, HP-UX, Tru64 and MacOS don't, MacOS doesn't even seem to have an rpath at all prior to 10.4). What is more, rpath also has some bad effects (when updating libraries, e.g.), so it should not be set unconditionally. I will come up with a confiugure mechanism to control this. For now, just use the LDFLAGS environment variable if you want to use an rpath. Sorry for any inconveniences. Michael (This used to be commit 6850dc242b010bdcef5e427e51be04201f55b7f3)
* Re-run make idl.Günther Deschner2008-03-063-107/+59
| | | | | Guenther (This used to be commit c0bc09854f0cea03bc0cc6845244ff12ca7229b6)
* Ignore Kerberos PAC type 12.Günther Deschner2008-03-061-5/+6
| | | | | | | | Until we worked out the PAC_TYPE_UNKNOWN_12 format (or received documentation) ignore it so that the PAC parsing can proceed. Guenther (This used to be commit 3630ec26c99fdea46c47117d026f9bffb2c4590a)
* Eliminate global variable in_client and a plethora of extern declarations.Derrell Lipman2008-03-068-19/+30
| | | | | Derrell (This used to be commit b7f34e7ef2907b498a0645ce68f2773ed7d60cdc)
* Fix a "nested extern declaration" warningVolker Lendecke2008-03-061-1/+2
| | | | (This used to be commit e473e6d50c56f52ef5e4853e4ca3b3548af06f51)
* Check for NULL pointers before dereferencing them.Derrell Lipman2008-03-061-4/+4
| | | | (This used to be commit 6f65390cec218a6aac4370ee381f30439617dcec)
* Build: Add an rpath of $(LIBDIR) to binary targets.Michael Adam2008-03-061-2/+2
| | | | | | | This removes the need of setting LD_LIBRARY_PATH. Michael (This used to be commit 3a0f781352f364ce625a35ffd78257b27d984c47)
* Re-run make idl.Günther Deschner2008-03-062-8/+8
| | | | | Guenther (This used to be commit 9ccda75b376b559f81ed11e729bc11a1c83f6861)
* Slowly making progress on PAC_UNKNOWN_12.Günther Deschner2008-03-061-3/+3
| | | | | | | unknown1 and unknown2 are offset headers for the strings. Guenther (This used to be commit 7af70e75b9abf92921f33ec4207ad486ee2493d6)
* Change default bufsize to 512kVolker Lendecke2008-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | I did not do any scientific tests, but the dummy test on my laptop against a w2k3 vmware shows that in this specific situation going beyond 512k seems not to gain anything anymore. smb: \> iosize 64512 iosize is now 64512 smb: \> lcd /dev smb: \> get random null getting file \random of size 104857600 as null (33453,1 kb/s) (average 19718,5 kb/s) smb: \> get random null getting file \random of size 104857600 as null (34236,0 kb/s) (average 20509,1 kb/s) smb: \> iosize 524288 iosize is now 524288 smb: \> get random null getting file \random of size 104857600 as null (49042,1 kb/s) (average 22521,9 kb/s) smb: \> get random null getting file \random of size 104857600 as null (49420,8 kb/s) (average 23432,9 kb/s) smb: \> iosize 1048576 iosize is now 1048576 smb: \> get random null getting file \random of size 104857600 as null (49420,8 kb/s) (average 24284,2 kb/s) smb: \> get random null getting file \random of size 104857600 as null (49136,3 kb/s) (average 25076,9 kb/s) (This used to be commit 1bcfef6a9093aa873550a263dc142c8a3f5edffd)
* Use io_bufsize as window size in smbclient get commandVolker Lendecke2008-03-061-1/+1
| | | | (This used to be commit e602f06cbba852a7eacd15b2511ef2571a95cc80)
* Convert cli_read to use cli_pullVolker Lendecke2008-03-061-163/+15
| | | | (This used to be commit d69b20111a849152a7d9108763207c813bf9068b)
* Add async cli_pull supportVolker Lendecke2008-03-062-29/+441
| | | | | | | | | | | | | This is the big (and potentially controversial) one. It took a phone call to explain to metze what is going on inside cli_pull_read_done, but I would really like everybody to understand this function. It is a very good and reasonably complex example of async programming. If we want more asynchronism in s3, this is what we will have to deal with :-) Make use of it in the smbclient "get" command. Volker (This used to be commit 76f9b360ee1d973630d82d401eeddce858189301)
* Add infrastructure to support async SMB requestsVolker Lendecke2008-03-065-1/+577
| | | | (This used to be commit e2153301351559f30f2714345f4c1ca6c5f1a45f)
* Add basic infrastructure for general async requestsVolker Lendecke2008-03-064-1/+159
| | | | (This used to be commit 9f8b2a87ee8bba930b776dcfda608a5639f6d55a)
* Merge commit 'origin/v3-2-stable' into v3-2-testStefan Metzmacher2008-03-062-11/+25
|\ | | | | | | | | | | | | | | | | This brings the release-3-2-0pre2 tag into the v3-2-test history. I skipped the source/VERSION changes. metze (This used to be commit 6761fed30821b30246a0f25874566f8a6019abde)
| * Make test: set LD_LIBRARY_PATH for make test_shlibs and friends.Michael Adam2008-03-061-3/+6
| | | | | | | | | | | | Michael (cherry picked from commit 21a527569bccff8e8cb6e751c9f3fce6ff598204) (This used to be commit 25a63d044e82ae3cbd9b8e350fcf4cf548236caa)
| * Fix build targets for bin/net.Günther Deschner2008-03-061-1/+1
| | | | | | | | | | | | Guenther (cherry picked from commit 5159e3dafa9f9bb85cde6681052d8f54b8bf8a2e) (This used to be commit 1718c1b5448d0e73cbd50da5ffba29a487d68b3d)
| * Another build fix for pam_smbpass: make sure libwbclient is there.Günther Deschner2008-03-061-1/+1
| | | | | | | | | | | | Guenther (cherry picked from commit f6762f9cd0b2ace46e16d246adf2e386749650f9) (This used to be commit 4c2a6ef16090df2bca0811806c982e0e8f3f1eb8)
| * Respect FAMChanged -- attempt to fix bug 5307Volker Lendecke2008-03-061-0/+3
| | | | | | | | | | | | Thanks to Ricardo Santos (cherry picked from commit 8ef57a34ebf24e577ba7bca57a5456c1f78a3659) (This used to be commit a00275fde179ab8228fa9d678ec114b677bdecc0)
| * Build: fix bin/net on Solaris - use -ltdb instead of bin/libtdb.soMichael Adam2008-03-061-1/+1
| | | | | | | | | | | | | | | | Reported by Christian McHugh <christian.mchugh@nau.edu> on the samba ML. Michael (cherry picked from commit 3398403c22c0f39b0d91621d81e31004fc8d28bc) (This used to be commit 350edda357a527822468bc055f6b866e11a99de7)
| * Makefile: reformat - break long target lines.Michael Adam2008-03-061-64/+129
| | | | | | | | | | | | Michael (cherry picked from commit e26133808469cb7e9acc41cb15219d7b736d228a) (This used to be commit f3c06fccd6011d4e3c2e3f0dc1e37a0eb7e0f645)
| * Makefile: untangle -ltalloc from LIBS, making use of libtalloc explicit.Michael Adam2008-03-061-60/+60
| | | | | | | | | | | | Michael (cherry picked from commit 237ea62a49fbf47634b55795c1065250d5148600) (This used to be commit 393fc8df2898208dff14aedd7b0924624cc4f164)
| * In libnetapi, point out that lp_load has failed.Günther Deschner2008-03-061-0/+1
| | | | | | | | | | | | Guenther (cherry picked from commit be673bfc61559f661040c6fb1ba7d2e4552967f2) (This used to be commit 0fba3713e1c3379edcd99fb28ddac21616f34777)
| * Fix lp_load with an empty registry and "config backend = registry". Michael, ↵Günther Deschner2008-03-061-0/+7
| | | | | | | | | | | | | | | | please check. Guenther (cherry picked from commit d9f4060c660da0ad671e061b123df71d109d51b9) (This used to be commit 11b151f3552cbcddcfe671dcda4fe0110c4f2b48)
| * Give a better error message why NetServerSetInfo() may fail in the gui.Günther Deschner2008-03-062-1/+4
| | | | | | | | | | | | Guenther (cherry picked from commit 1bbbebb7767b8a25532e8be3dbd274c211e34bbd) (This used to be commit 370d030b227486ba87a98f4f6e8920f52f743a94)
| * Add PICFLAG to libnetapi Makefile.Günther Deschner2008-03-061-0/+1
| | | | | | | | | | | | Guenther (cherry picked from commit 29fca3c0353f2be4577613d7e38fbc51d2a370fa) (This used to be commit 1e7ee35c0cb937405689f58e8846016b2ab44582)
| * Fix coverity ID 525, 526, 527, 528, 529 and 530Volker Lendecke2008-03-061-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. (cherry picked from commit 6cac3127312acaac65fcd54280605605765787ad) (This used to be commit f990498818e28cbf12fe387746b182c6893d2639)
| * Makefile: Add explicit dependecies to libtalloc.so.Michael Adam2008-03-051-59/+59
| | | | | | | | | | | | | | | | So as to fix building of isolated targets. Michael (cherry picked from commit 7dbc251e1cd28abf28342529607fa4b5f579a9c4) (This used to be commit ad711da7972b9ccc8b82c506db830b192a833918)
| * Fix build of pam_smbpass.Günther Deschner2008-03-051-1/+2
| | | | | | | | | | | | Guenther (cherry picked from commit cd582b7705dca40b3c688c9e23d8375dab43b4d0) (This used to be commit ecdbc96b4dd56629bb8f99c41ecf76506df91d71)
| * ask for the keyid in the release script.Karolin Seeger2008-03-041-1/+7
| | | | | | | | (This used to be commit bccae9487485a6c9468bc6afb9ada8c8d9f6e135)
| * Re-run make idl.Günther Deschner2008-03-043-1/+94
| | | | | | | | | | | | Guenther (cherry picked from commit 8e601e2365f50e582de442daa1559f828bda3e89) (This used to be commit 3c26f1899e4b1d47f0463f05a81ac70d6d484e7a)
| * 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 (cherry picked from commit 4ba62d49d740c43cf17ceef1534cf1c8a7e4a130) (This used to be commit a3b623bfbbfb1abe0c1f0adcf83afbf808df60a4)
| * Fix counter mismatch in lsa_LookupNames3 server.Günther Deschner2008-03-041-2/+2
| | | | | | | | | | | | Guenther (cherry picked from commit e052d6f2c82a644986e5d99f640310d71cd5c396) (This used to be commit 59d5e15ee50fbae858358aedf0e458b7e4a4af20)
| * Fix counter mismatch in lsa_LookupNames server.Günther Deschner2008-03-041-2/+2
| | | | | | | | | | | | Guenther (cherry picked from commit 80fd085c34befd38d33cf6e59080a2a36016a92d) (This used to be commit af7aded25d9007a8c2037940ab90fb30d0a3eef2)
| * Fix lsa_QueryInfoPolicy: make proper talloc copies of the sids.Günther Deschner2008-03-041-4/+11
| | | | | | | | | | | | Guenther (cherry picked from commit b9441232d66d78e66464be6c9748a023681ce6ca) (This used to be commit 1081da4d83dbfb6d87c3267c5e00e668b2151294)
| * Zero more structs initially in LSA rpc server.Günther Deschner2008-03-041-0/+4
| | | | | | | | | | | | Guenther (cherry picked from commit d7ce643285276790a65faff76666498595a508d7) (This used to be commit 7867f40567503db32dbb13b4fca19792cf198505)
| * Fix crash bug in pdb_init_ldapsam().Günther Deschner2008-03-041-2/+2
| | | | | | | | | | | | | | | | Karolin, this needs to be in 3-2-stable. Guenther (cherry picked from commit 0d73bde6de4391e7aec862424762473441fa0905) (This used to be commit 4c2d6ce18daf07de7233e3e90bd24fa2a5f9e945)
| * Update release date.Karolin Seeger2008-03-041-1/+1
| | | | | | | | | | Karolin (This used to be commit 491535d0911c64869055b85a210c2ef076086b83)
| * Fix init_registry_data for subkeyless top-level keys.Günther Deschner2008-03-041-1/+18
| | | | | | | | | | | | | | | | | | | | | | On a fresh install with no existing registry.tdb, make sure we are able to create our initial top-level entries. Michael, Volker, please check. Guenther (cherry picked from commit 956bc602062825493e1c357e2388fee1e5514b50) (This used to be commit bf03cba57d3cfe07b8d848aa3b5a165bb198b7aa)
| * use constant name less likely to cause conflictDerrell Lipman2008-03-041-50/+50
| | | | | | | | | | (cherry picked from commit fd18b01016d1dc4b08983975353e62084fdc323c) (This used to be commit 4279cc49ff73d4503df2fd0c6176c3f90f67066c)
| * Missed a few 'deprecated' markersDerrell Lipman2008-03-042-3/+3
| | | | | | | | | | (cherry picked from commit 76ba37ac46b4a77fe228ca90635fa19140541ccd) (This used to be commit 7c2a0be9cb2916c07074d8d56d698721b02bcfc3)
| * Continued revamping of libsmbclient.Derrell Lipman2008-03-0416-1282/+1223
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - James suggested using gcc's "deprecated" attribute to mark the context structure fields to generate warnings. This creates a scenario with the best of all worlds. I'm able to move to an organization that more easily allows future enhancements, while avoiding any mandatory changes by applications. Thanks, James! - Updated WHATSNEW.txt so that it accurately reflects the current state of affairs. Derrell (cherry picked from commit a67f96fbe9683b46c2149f7cb439d13f7f0e6ecd) (This used to be commit 046653403fadfa2d42decce7048eca6321b321c6)
| * Remove use of deprecated functionDerrell Lipman2008-03-045-8/+8
| | | | | | | | | | (cherry picked from commit 93580bce833453ba512ee436d6dfdbdcd2c53777) (This used to be commit 0621dfe10f1fd3d8ce04a039d2d44d6c67407746)
| * fixed missing white spaceDerrell Lipman2008-03-041-0/+1
| | | | | | | | | | (cherry picked from commit 71e86f13b0ace3841c6712084728c79db74ff803) (This used to be commit 8bf707c13794539029be2229f0c587b713b4fd20)
| * Update WHATSNEW for libsmbclient changesDerrell Lipman2008-03-041-0/+65
| | | | | | | | | | (cherry picked from commit f07407a32e178a47c8f9b3e3703aa5a20f0a4f06) (This used to be commit 938c6aef24c696be9bd247e43c7c5ec1f792dbd6)
| * Return NULL, not 0, from a function which returns a pointer.Derrell Lipman2008-03-042-3/+2
| | | | | | | | | | (cherry picked from commit 23cb9c49e3724cecaa66655ef64c3111bf14c552) (This used to be commit 9b4bd6473ed3f93c1bbfae3f82d0a100e832df48)
| * change variable name from f to fn for function pointersDerrell Lipman2008-03-041-37/+37
| | | | | | | | | | (cherry picked from commit 1fd65359f6cd07539cfe43146ac367a48708a678) (This used to be commit b7f10bd31dec8047ea996c4738a6db5535c9261a)
| * Comment was in wrong placeDerrell Lipman2008-03-041-4/+3
| | | | | | | | | | (cherry picked from commit dec70fa3c0424c148016cc667a3c159e16d8a944) (This used to be commit eb4d6dda1091199af7e62fb584525deb382978e2)