Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | libreplace: use the new getifaddrs test also for autoconf. | Michael Adam | 2008-02-29 | 2 | -33/+16 | |
| | | | | | | | | | | Michael (cherry picked from commit a2a506ff0eae2a64ebe2ddbb81a6c2a5fa7fe3da) | |||||
| * | libreplace: add extended getifaddrs test that prints out the interfaces. | Michael Adam | 2008-02-29 | 3 | -7/+100 | |
| | | | | | | | | | | | | | | Michael cherry-picked from libreplace-part of 9d2bab09aac22c00fe23f1e1265a2dbd0901e9ce and adapted replacetort creation | |||||
| * | Trying to fix libnetapi examples Makefile.in. | Günther Deschner | 2008-02-29 | 1 | -14/+19 | |
| | | | | | | | | Guenther | |||||
| * | libnetjoin: add fallback to level 24 samr setinfo so that libnet can join NT4. | Günther Deschner | 2008-02-29 | 1 | -0/+19 | |
| | | | | | | | | Guenther | |||||
| * | libnetjoin: Trying to avoid confusion between acct_flags, acb_info and | Günther Deschner | 2008-02-29 | 1 | -12/+14 | |
| | | | | | | | | | | | | access_desired. Guenther | |||||
| * | Fix samr querydispinfo w.r.t. lsa_AsciiStringLarge. | Günther Deschner | 2008-02-28 | 2 | -4/+13 | |
| | | | | | | | | | | | | Thanks metze for the fix. Guenther | |||||
| * | Re-run make idl. | Günther Deschner | 2008-02-28 | 5 | -43/+117 | |
| | | | | | | | | Guenther | |||||
| * | samr.idl: windows uses lsa_AsciiStringLarge in QueryDisplayInfo | Stefan Metzmacher | 2008-02-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | Tested with nt4 and w2k3. metze | |||||
| * | lsa.idl: strlen_m*() also for the lsa_AsciiString* versions | Stefan Metzmacher | 2008-02-28 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | We already did this before b994f899b42d294c0418bdc82660a2f7510667d6. This is needed to handle NULL strings, where strlen() would crash... Maybe we should add a strlen_a() and strlen_a_term() later... metze | |||||
| * | lsa.idl: use strlen_m_term() in lsa_StringLarge to support NULL strings | Stefan Metzmacher | 2008-02-28 | 1 | -1/+1 | |
| | | | | | | | | metze | |||||
| * | lsa.idl: add lsa_AsciiStringLarge | Stefan Metzmacher | 2008-02-28 | 1 | -0/+6 | |
| | | | | | | | | metze | |||||
| * | lsa.idl: don't use ascstr_noterm anymore | Stefan Metzmacher | 2008-02-28 | 1 | -3/+3 | |
| | | | | | | | | metze | |||||
| * | Remove DomainControllerAddressType which we now have in IDL. | Günther Deschner | 2008-02-28 | 1 | -5/+0 | |
| | | | | | | | | Guenther | |||||
| * | Fix memleak in netsamlogon_cache_get(). | Günther Deschner | 2008-02-28 | 1 | -0/+1 | |
| | | | | | | | | Guenther | |||||
| * | winbind: use a struct element for WBFLAG_PAM_UNIX_NAME | Stefan Metzmacher | 2008-02-28 | 4 | -17/+9 | |
| | | | | | | | | | | | | | | | | To not conflict with WBFLAG_PAM_INFO3_TEXT. This should fix pam_winbind. metze | |||||
| * | While we are at it: add _wkssvc_NetrUnjoinDomain2 implementation. | Günther Deschner | 2008-02-28 | 1 | -4/+64 | |
| | | | | | | | | | | | | This can be tested with e.g. "netdom remove SAMBAHOST" from windows. Guenther | |||||
| * | Re-enable _wkssvc_NetrJoinDomain2 remote join implementation now that we are ↵ | Günther Deschner | 2008-02-28 | 1 | -6/+13 | |
| | | | | | | | | | | | | | | | | ready for it. "netdom join SAMBAHOST" from a windows workstation nicely demonstrates it. Guenther | |||||
| * | Remove original copy of now redundant join code. | Günther Deschner | 2008-02-28 | 3 | -718/+1 | |
| | | | | | | | | | | | | | | Jerry, I checked this very carefully that nothing got lost. The only thing I need to re-add still is the normalized DN handling for account precreation in "net ads join". Guenther | |||||
| * | libnetjoin: Merge in comments, debugs and missing code from original join code. | Günther Deschner | 2008-02-28 | 1 | -3/+117 | |
| | | | | | | | | Guenther | |||||
| * | Fix macro name (no 's' in ifr_addr). | Gerald W. Carter | 2008-02-28 | 1 | -1/+1 | |
| | | | | | | | | | | Interface detection on Solaris still failing due to items pointed out here: http://lists.samba.org/archive/samba-technical/2007-November/056701.html | |||||
| * | Only set DEBUGLEVEL to 0 in libnetapi when not set already. | Günther Deschner | 2008-02-28 | 1 | -1/+3 | |
| | | | | | | | | Guenther | |||||
| * | Add some more error handling in libnetjoin. | Günther Deschner | 2008-02-28 | 1 | -0/+10 | |
| | | | | | | | | Guenther | |||||
| * | Use libnetapi_get_error_string() in "net dom" commands. | Günther Deschner | 2008-02-28 | 1 | -2/+2 | |
| | | | | | | | | Guenther | |||||
| * | Update WHATSNEW. | Karolin Seeger | 2008-02-28 | 1 | -1/+6 | |
| | | | | | | | | Karolin | |||||
| * | Remove smbmount. | Karolin Seeger | 2008-02-28 | 9 | -1643/+4 | |
| | | | | | | | | Karolin | |||||
| * | Add mount.cifs as a wrapper for mount.cifs. | Karolin Seeger | 2008-02-28 | 1 | -0/+115 | |
| | | | | | | | | Karolin | |||||
| * | Convert cli_read to use cli_pull | Volker Lendecke | 2008-02-28 | 1 | -163/+15 | |
| | | ||||||
| * | Add async cli_pull support | Volker Lendecke | 2008-02-28 | 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 | |||||
| * | Add infrastructure to support async SMB requests | Volker Lendecke | 2008-02-28 | 5 | -1/+577 | |
| | | ||||||
| * | Add basic infrastructure for general async requests | Volker Lendecke | 2008-02-28 | 4 | -1/+159 | |
| | | ||||||
| * | Fix the build - don't use SMB_TRANS_ENC_GSS without | Jeremy Allison | 2008-02-28 | 1 | -6/+2 | |
| | | | | | | | | | | KRB5. Jeremy. | |||||
| * | Don't define SMB_TRANS_ENC_GSS if we don't have KRB5. | Jeremy Allison | 2008-02-28 | 1 | -1/+6 | |
| | | | | | | | | Jeremy. | |||||
| * | Some fixes for net ads join (uninitialized vars). | Günther Deschner | 2008-02-28 | 1 | -9/+8 | |
| | | | | | | | | Guenther | |||||
| * | Use libnet_Join() for "net ads join". | Günther Deschner | 2008-02-28 | 1 | -150/+33 | |
| | | | | | | | | Guenther | |||||
| * | Add cli_setup_packet_buf | Volker Lendecke | 2008-02-28 | 1 | -22/+32 | |
| | | | | | | | | This is == cli_setup_packet but takes an explicit buffer argument | |||||
| * | Make cli_struct a talloc parent | Volker Lendecke | 2008-02-28 | 1 | -2/+2 | |
| | | ||||||
| * | Nicen error output in net_ads_leave. | Günther Deschner | 2008-02-28 | 1 | -2/+3 | |
| | | | | | | | | Guenther | |||||
| * | Add WERR_TIME_SKEW to werror mapping tables. | Günther Deschner | 2008-02-28 | 1 | -0/+2 | |
| | | | | | | | | Guenther | |||||
| * | Add missing full stops and blank lines. | Karolin Seeger | 2008-02-28 | 1 | -9/+11 | |
| | | | | | | | | Karolin | |||||
| * | Add explicit buf arg to cli_check_sign_mac | Volker Lendecke | 2008-02-28 | 3 | -4/+4 | |
| | | ||||||
| * | Add explicit buf arg to cli_encrypt_message and cli_calculate_sign_mac | Volker Lendecke | 2008-02-28 | 4 | -8/+9 | |
| | | ||||||
| * | Re-arrange dns update block during "net ads join" a little. | Günther Deschner | 2008-02-28 | 1 | -20/+22 | |
| | | | | | | | | Guenther | |||||
| * | Fix one dsgetdcname call in wkssvc rpc server. | Günther Deschner | 2008-02-28 | 1 | -2/+2 | |
| | | | | | | | | Guenther | |||||
| * | WHATSNEW: Add changes by Andreas Schneider. | Michael Adam | 2008-02-28 | 1 | -0/+4 | |
| | | | | | | | | Michael | |||||
| * | Remove unused display_ds_domain_controller_info() function. | Günther Deschner | 2008-02-28 | 2 | -75/+2 | |
| | | | | | | | | Guenther | |||||
| * | Add another WHATSNEW | Volker Lendecke | 2008-02-28 | 1 | -0/+2 | |
| | | ||||||
| * | Let dsgetdcname() return a struct netr_DsRGetDCNameInfo. | Günther Deschner | 2008-02-28 | 5 | -94/+87 | |
| | | | | | | | | Guenther | |||||
| * | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵ | Jeremy Allison | 2008-02-28 | 1 | -0/+2 | |
| |\ | | | | | | | | | | v3-2-test | |||||
| | * | WHATSNEW: add another change. | Michael Adam | 2008-02-28 | 1 | -0/+2 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Updated comments on the encryption support. | Jeremy Allison | 2008-02-28 | 1 | -6/+4 | |
| |/ | | | | | | | Jeremy. |