summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Convert cli_read to use cli_pullVolker Lendecke2008-02-281-163/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 719527f55e88f0c5fdceda5c807475aba299c79f)
| * | | | | | | Add async cli_pull supportVolker Lendecke2008-02-282-27/+440
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 844a163458c7585e4306a21ffdae5d08e03d6e4d)
| * | | | | | | Add infrastructure to support async SMB requestsVolker Lendecke2008-02-285-1/+577
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit f5356825698a02df2d400b51dd95d1f857c83e81)
| * | | | | | | Add basic infrastructure for general async requestsVolker Lendecke2008-02-284-1/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit ae254cb61f4b9331755848c47ebc34e90dd80390)
| * | | | | | | Fix the build - don't use SMB_TRANS_ENC_GSS withoutJeremy Allison2008-02-281-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KRB5. Jeremy. (This used to be commit d16c295642c3df49be02440427ded0cd9b4179f5)
| * | | | | | | Don't define SMB_TRANS_ENC_GSS if we don't have KRB5.Jeremy Allison2008-02-281-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jeremy. (This used to be commit 6f2b33f6072629be393f88d4450fa6631ef672f6)
| * | | | | | | Some fixes for net ads join (uninitialized vars).Günther Deschner2008-02-281-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 735235e32bf41a7564ce2d585c1dae187b00bf6b)
| * | | | | | | Use libnet_Join() for "net ads join".Günther Deschner2008-02-281-150/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 9a7a2777e4ea1a2b5d7c800af8522b38cf22c511)
| * | | | | | | Add cli_setup_packet_bufVolker Lendecke2008-02-281-22/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is == cli_setup_packet but takes an explicit buffer argument (This used to be commit f64b46dc278899c3449cfd3dbb614aadcf5614d3)
| * | | | | | | Make cli_struct a talloc parentVolker Lendecke2008-02-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit e69244a5c8c7c6b7c1897adc4b4b1cfdfc7a7999)
| * | | | | | | Nicen error output in net_ads_leave.Günther Deschner2008-02-281-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit b0d1db95e5d7590f9c67be7bf5cb78adfee16635)
| * | | | | | | Add WERR_TIME_SKEW to werror mapping tables.Günther Deschner2008-02-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 74767be627d48eb1a8deea3784847159b536a0fb)
| * | | | | | | Add missing full stops and blank lines.Karolin Seeger2008-02-281-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Karolin (This used to be commit cd784938b72f4e571f6ae178ed953a341f7d0f63)
| * | | | | | | Add explicit buf arg to cli_check_sign_macVolker Lendecke2008-02-283-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit ffc1c8cc03e6bad40ed2be91392074b4f038a1bf)
| * | | | | | | Add explicit buf arg to cli_encrypt_message and cli_calculate_sign_macVolker Lendecke2008-02-284-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit db6ae9ed2326e6cd68475375d049084cf1d5a98c)
| * | | | | | | Re-arrange dns update block during "net ads join" a little.Günther Deschner2008-02-281-20/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 5d30e9f9fef98de7764ae53d3cbe659b78ae9fce)
| * | | | | | | Fix one dsgetdcname call in wkssvc rpc server.Günther Deschner2008-02-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit a69b918784b037aa17d2dd88a33bd99930631c9b)
| * | | | | | | WHATSNEW: Add changes by Andreas Schneider.Michael Adam2008-02-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit cfb853e6c2d0f6ef6bca3b5b950bb015603f1c2d)
| * | | | | | | Remove unused display_ds_domain_controller_info() function.Günther Deschner2008-02-282-75/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 24a5098b1c3452b2d7088cab6ecdd1d75810e403)
| * | | | | | | Add another WHATSNEWVolker Lendecke2008-02-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit c6f0ff949b480addfa72cd59a790d673bc40f204)
| * | | | | | | Let dsgetdcname() return a struct netr_DsRGetDCNameInfo.Günther Deschner2008-02-285-94/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit b1a4b21f8c35dc23e5c986ebe44d3806055eb39b)
| * | | | | | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-02-281-0/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v3-2-test (This used to be commit 8b0082840535eaca19911bf4c15d4e56297e373f)
| | * | | | | | | WHATSNEW: add another change.Michael Adam2008-02-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit 9436afad7e73a22a3320995f8a25e65a74a0532b)
| * | | | | | | | Updated comments on the encryption support.Jeremy Allison2008-02-281-6/+4
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jeremy. (This used to be commit ab6a9fad3873a9e4f5945e5d72faabbf42bd4f48)
| * | | | | | | WHATSNEW: add two more items to my changes.Michael Adam2008-02-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit d8555f09d4240736b0c5fc93cea33285b33531b4)
| * | | | | | | WHATSNEW: Also merge changes in "Major enhancements" section from v3-2-stable.Michael Adam2008-02-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit 1984e91f05ce95eb43d149e66994196718a6ffba)
| * | | | | | | WHATSNEW: give a new date for the upcoming prerelease.Michael Adam2008-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit 38d327d51f17cb2be9e5963496c97c6d68be79ef)
| * | | | | | | WHATSNEW: Fix spacingsMichael Adam2008-02-281-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit ac37d607ce799d5dc380a24447768b500a0c64ad)
| * | | | | | | WHATSNEW: fix a typo and spacingsMichael Adam2008-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit 4c02a60a985285d07ee54bb39de6a7568467c944)
| * | | | | | | WHATSNEW: Merge additions from v3-2-stable's WHATSNEW. :-}Michael Adam2008-02-281-0/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit 5d1631bd9bfd79357eb0dc47c3ab0b698696efb4)
| * | | | | | | WHATSNEW: Move Volker's post pre1 changes to the appropriate section.Michael Adam2008-02-281-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit 8cc0d46c388f5971bf468e6eb607b5e230f9a2dd)
| * | | | | | | WHATSNEW: adapt section on registry configuration to new facts.Michael Adam2008-02-281-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add to smb.conf changes. Michael (This used to be commit b1a55cd1570d71a015cfeac976fbd1f13c44cc7d)
| * | | | | | | Remove a useless variable.Michael Adam2008-02-281-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit 661b9f3d779b419e72968dd3b42348f9da68d803)
| * | | | | | | Use libnet_Unjoin() for "net ads leave".Günther Deschner2008-02-281-47/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 11a19e88e208e09d7590370f2e68aa1df5c89e31)
| * | | | | | | Store domain_is_ad info as early as possible in libnetjoin.Günther Deschner2008-02-281-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit c4ba68aa94888eace393b91a669e22b27ffaba3e)
| * | | | | | | Check for mandatory domain name in libnetjoin/unjoin.Günther Deschner2008-02-281-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 95bdf2f23c195cad1b317995e362f153695e793a)
| * | | | | | | Delete affinity cache entries while unjoining with libnetunjoin.Günther Deschner2008-02-281-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 0315b8e53dca9a836d6bc2282fb1192f40545601)
| * | | | | | | Fill in machine account manipulation flags while unjoining in libnetunjoin.Günther Deschner2008-02-281-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 23ae67158e6506199318025e3dd5fd5c0b099548)
| * | | | | | | Add preliminary libnet_join_post_verify call to libnetjoin.Günther Deschner2008-02-281-0/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit f0e319a18d86303aeb73c08841024c27c1b135cd)
| * | | | | | | Re-run make idl.Günther Deschner2008-02-283-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 5895a03fd600745ec897d987910abca83d79de3e)
| * | | | | | | Add disabled_machine_account and deleted_machine_accoutn flags to libnetunjoin.Günther Deschner2008-02-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 365943063497c6330ba77914bb01a2be324866f7)
| * | | | | | | Merge all connect ads calls into libnet_join_post_processing_ads().Günther Deschner2008-02-281-21/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit be96baeffc60d05d8e297034e5253c8b75512ab2)
| * | | | | | | Use W_ERROR_NOT_OK_GOTO_DONE macro in libnetjoin.Günther Deschner2008-02-281-19/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit fec230b28f456469bce051a2b26249d2026a48ea)
| * | | | | | | Add noopnum to libnet join/unjoin calls.Günther Deschner2008-02-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 0d8081499fd211e1225d651ff208a857167ce1db)
| * | | | | | | Some cosmetics for net_derive_salting_principal().Günther Deschner2008-02-281-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 6f8e83b43085c038bb8fb2500319fed1daf6e4e4)
| * | | | | | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-02-281-5/+5
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v3-2-test (This used to be commit 61b4bc13d0f0cf1cf4139ecdfafc78b9bfff0480)
| | * | | | | | | WHATSNEW: Fix some typos.Karolin Seeger2008-02-281-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Karolin (This used to be commit 5c8b57750186ec482bbfbf608157e4f5e3e80cc0)
| * | | | | | | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-02-281-4/+5
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v3-2-test (This used to be commit 22c38c040c37d1e3922be45f22cfb4e7b733df9b)
| | * | | | | | | WHATSNEW: Add new parameter 'config backend'.Karolin Seeger2008-02-281-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Karolin (This used to be commit f503d193ab4f7cd075f23dd37e83942f9245cfb5)
| * | | | | | | | Fix from Guenter Kukkukk <linux@kukkukk.com> to fix listing againstJeremy Allison2008-02-282-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OS/2 servers. OS/2 returns eclass == ERRDOS && ecode == ERRnofiles for a zero entry directory listing. Jeremy. (This used to be commit b34da627053581a9584367e177566d4a2cef7e82)