summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * libreplace: use the new getifaddrs test also for autoconf.Michael Adam2008-02-292-33/+16
| | | | | | | | | | Michael (cherry picked from commit a2a506ff0eae2a64ebe2ddbb81a6c2a5fa7fe3da)
| * libreplace: add extended getifaddrs test that prints out the interfaces.Michael Adam2008-02-293-7/+100
| | | | | | | | | | | | | | Michael cherry-picked from libreplace-part of 9d2bab09aac22c00fe23f1e1265a2dbd0901e9ce and adapted replacetort creation
| * Trying to fix libnetapi examples Makefile.in.Günther Deschner2008-02-291-14/+19
| | | | | | | | Guenther
| * libnetjoin: add fallback to level 24 samr setinfo so that libnet can join NT4.Günther Deschner2008-02-291-0/+19
| | | | | | | | Guenther
| * libnetjoin: Trying to avoid confusion between acct_flags, acb_info andGünther Deschner2008-02-291-12/+14
| | | | | | | | | | | | access_desired. Guenther
| * Fix samr querydispinfo w.r.t. lsa_AsciiStringLarge.Günther Deschner2008-02-282-4/+13
| | | | | | | | | | | | Thanks metze for the fix. Guenther
| * Re-run make idl.Günther Deschner2008-02-285-43/+117
| | | | | | | | Guenther
| * samr.idl: windows uses lsa_AsciiStringLarge in QueryDisplayInfoStefan Metzmacher2008-02-281-1/+1
| | | | | | | | | | | | Tested with nt4 and w2k3. metze
| * lsa.idl: strlen_m*() also for the lsa_AsciiString* versionsStefan Metzmacher2008-02-281-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 stringsStefan Metzmacher2008-02-281-1/+1
| | | | | | | | metze
| * lsa.idl: add lsa_AsciiStringLargeStefan Metzmacher2008-02-281-0/+6
| | | | | | | | metze
| * lsa.idl: don't use ascstr_noterm anymoreStefan Metzmacher2008-02-281-3/+3
| | | | | | | | metze
| * Remove DomainControllerAddressType which we now have in IDL.Günther Deschner2008-02-281-5/+0
| | | | | | | | Guenther
| * Fix memleak in netsamlogon_cache_get().Günther Deschner2008-02-281-0/+1
| | | | | | | | Guenther
| * winbind: use a struct element for WBFLAG_PAM_UNIX_NAMEStefan Metzmacher2008-02-284-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 Deschner2008-02-281-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 Deschner2008-02-281-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 Deschner2008-02-283-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 Deschner2008-02-281-3/+117
| | | | | | | | Guenther
| * Fix macro name (no 's' in ifr_addr).Gerald W. Carter2008-02-281-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 Deschner2008-02-281-1/+3
| | | | | | | | Guenther
| * Add some more error handling in libnetjoin.Günther Deschner2008-02-281-0/+10
| | | | | | | | Guenther
| * Use libnetapi_get_error_string() in "net dom" commands.Günther Deschner2008-02-281-2/+2
| | | | | | | | Guenther
| * Update WHATSNEW.Karolin Seeger2008-02-281-1/+6
| | | | | | | | Karolin
| * Remove smbmount.Karolin Seeger2008-02-289-1643/+4
| | | | | | | | Karolin
| * Add mount.cifs as a wrapper for mount.cifs.Karolin Seeger2008-02-281-0/+115
| | | | | | | | Karolin
| * Convert cli_read to use cli_pullVolker Lendecke2008-02-281-163/+15
| |
| * 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
| * Add infrastructure to support async SMB requestsVolker Lendecke2008-02-285-1/+577
| |
| * Add basic infrastructure for general async requestsVolker Lendecke2008-02-284-1/+159
| |
| * Fix the build - don't use SMB_TRANS_ENC_GSS withoutJeremy Allison2008-02-281-6/+2
| | | | | | | | | | KRB5. Jeremy.
| * Don't define SMB_TRANS_ENC_GSS if we don't have KRB5.Jeremy Allison2008-02-281-1/+6
| | | | | | | | Jeremy.
| * Some fixes for net ads join (uninitialized vars).Günther Deschner2008-02-281-9/+8
| | | | | | | | Guenther
| * Use libnet_Join() for "net ads join".Günther Deschner2008-02-281-150/+33
| | | | | | | | Guenther
| * Add cli_setup_packet_bufVolker Lendecke2008-02-281-22/+32
| | | | | | | | This is == cli_setup_packet but takes an explicit buffer argument
| * Make cli_struct a talloc parentVolker Lendecke2008-02-281-2/+2
| |
| * Nicen error output in net_ads_leave.Günther Deschner2008-02-281-2/+3
| | | | | | | | Guenther
| * Add WERR_TIME_SKEW to werror mapping tables.Günther Deschner2008-02-281-0/+2
| | | | | | | | Guenther
| * Add missing full stops and blank lines.Karolin Seeger2008-02-281-9/+11
| | | | | | | | Karolin
| * Add explicit buf arg to cli_check_sign_macVolker Lendecke2008-02-283-4/+4
| |
| * Add explicit buf arg to cli_encrypt_message and cli_calculate_sign_macVolker Lendecke2008-02-284-8/+9
| |
| * Re-arrange dns update block during "net ads join" a little.Günther Deschner2008-02-281-20/+22
| | | | | | | | Guenther
| * Fix one dsgetdcname call in wkssvc rpc server.Günther Deschner2008-02-281-2/+2
| | | | | | | | Guenther
| * WHATSNEW: Add changes by Andreas Schneider.Michael Adam2008-02-281-0/+4
| | | | | | | | Michael
| * Remove unused display_ds_domain_controller_info() function.Günther Deschner2008-02-282-75/+2
| | | | | | | | Guenther
| * Add another WHATSNEWVolker Lendecke2008-02-281-0/+2
| |
| * Let dsgetdcname() return a struct netr_DsRGetDCNameInfo.Günther Deschner2008-02-285-94/+87
| | | | | | | | Guenther
| * Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-02-281-0/+2
| |\ | | | | | | | | | v3-2-test
| | * WHATSNEW: add another change.Michael Adam2008-02-281-0/+2
| | | | | | | | | | | | Michael
| * | Updated comments on the encryption support.Jeremy Allison2008-02-281-6/+4
| |/ | | | | | | Jeremy.