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