summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Fix linking of smbget when there is no shared library support.Michael Adam2008-02-291-1/+1
| * | | | | | | | Fill in WHATSNEW.txt.Günther Deschner2008-02-291-2/+42
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Attempt to fix the buildVolker Lendecke2008-02-291-5/+0
| * | | | | | | configure: only build vfs_syncops if dirfd() is availableStefan Metzmacher2008-02-291-1/+6
| * | | | | | | configure: Remove lib/repdir.c and related stuffStefan Metzmacher2008-02-293-449/+0
| * | | | | | | Add vfs_aio_forkVolker Lendecke2008-02-294-0/+786
| * | | | | | | Fix creation of replacetort.Michael Adam2008-02-291-0/+1
| * | | | | | | libreplace: add snprintf.c to test code for getifaddrs - needed on some systems.Michael Adam2008-02-291-0/+4
| * | | | | | | libreplace: ifdef out ip6 code if unsupported.Michael Adam2008-02-291-0/+2
| * | | | | | | libreplace: fix rep_freeifaddrs to not segfault on NULL input.Michael Adam2008-02-291-6/+7
| * | | | | | | libreplace: fix silly crashbug in getifaddrs_test().Michael Adam2008-02-291-1/+3
| * | | | | | | libreplace: add missing newline in output of getifaddrs test.Michael Adam2008-02-291-1/+1
| * | | | | | | libreplace: add missing semicolon to getifaddrs.Michael Adam2008-02-291-1/+1
| * | | | | | | libreplace: try and fix rep_getifaddrs() for Tru64.Michael Adam2008-02-291-21/+16
| * | | | | | | libreplace: use the new getifaddrs test also for autoconf.Michael Adam2008-02-292-33/+16
| * | | | | | | libreplace: add extended getifaddrs test that prints out the interfaces.Michael Adam2008-02-293-7/+100
| * | | | | | | Trying to fix libnetapi examples Makefile.in.Günther Deschner2008-02-291-14/+19
| * | | | | | | libnetjoin: add fallback to level 24 samr setinfo so that libnet can join NT4.Günther Deschner2008-02-291-0/+19
| * | | | | | | libnetjoin: Trying to avoid confusion between acct_flags, acb_info andGünther Deschner2008-02-291-12/+14
| * | | | | | | Fix samr querydispinfo w.r.t. lsa_AsciiStringLarge.Günther Deschner2008-02-282-4/+13
| * | | | | | | Re-run make idl.Günther Deschner2008-02-285-43/+117
| * | | | | | | samr.idl: windows uses lsa_AsciiStringLarge in QueryDisplayInfoStefan Metzmacher2008-02-281-1/+1
| * | | | | | | lsa.idl: strlen_m*() also for the lsa_AsciiString* versionsStefan Metzmacher2008-02-281-4/+4
| * | | | | | | lsa.idl: use strlen_m_term() in lsa_StringLarge to support NULL stringsStefan Metzmacher2008-02-281-1/+1
| * | | | | | | lsa.idl: add lsa_AsciiStringLargeStefan Metzmacher2008-02-281-0/+6
| * | | | | | | lsa.idl: don't use ascstr_noterm anymoreStefan Metzmacher2008-02-281-3/+3
| * | | | | | | Remove DomainControllerAddressType which we now have in IDL.Günther Deschner2008-02-281-5/+0
| * | | | | | | Fix memleak in netsamlogon_cache_get().Günther Deschner2008-02-281-0/+1
| * | | | | | | winbind: use a struct element for WBFLAG_PAM_UNIX_NAMEStefan Metzmacher2008-02-284-17/+9
| * | | | | | | While we are at it: add _wkssvc_NetrUnjoinDomain2 implementation.Günther Deschner2008-02-281-4/+64
| * | | | | | | Re-enable _wkssvc_NetrJoinDomain2 remote join implementation now that we are ...Günther Deschner2008-02-281-6/+13
| * | | | | | | Remove original copy of now redundant join code.Günther Deschner2008-02-283-718/+1
| * | | | | | | libnetjoin: Merge in comments, debugs and missing code from original join code.Günther Deschner2008-02-281-3/+117
| * | | | | | | Fix macro name (no 's' in ifr_addr).Gerald W. Carter2008-02-281-1/+1
| * | | | | | | Only set DEBUGLEVEL to 0 in libnetapi when not set already.Günther Deschner2008-02-281-1/+3
| * | | | | | | Add some more error handling in libnetjoin.Günther Deschner2008-02-281-0/+10
| * | | | | | | Use libnetapi_get_error_string() in "net dom" commands.Günther Deschner2008-02-281-2/+2
| * | | | | | | Update WHATSNEW.Karolin Seeger2008-02-281-1/+6
| * | | | | | | Remove smbmount.Karolin Seeger2008-02-289-1643/+4
| * | | | | | | Add mount.cifs as a wrapper for mount.cifs.Karolin Seeger2008-02-281-0/+115
| * | | | | | | Convert cli_read to use cli_pullVolker Lendecke2008-02-281-163/+15
| * | | | | | | Add async cli_pull supportVolker Lendecke2008-02-282-27/+440
| * | | | | | | 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
| * | | | | | | Don't define SMB_TRANS_ENC_GSS if we don't have KRB5.Jeremy Allison2008-02-281-1/+6
| * | | | | | | Some fixes for net ads join (uninitialized vars).Günther Deschner2008-02-281-9/+8
| * | | | | | | Use libnet_Join() for "net ads join".Günther Deschner2008-02-281-150/+33
| * | | | | | | Add cli_setup_packet_bufVolker Lendecke2008-02-281-22/+32
| * | | | | | | Make cli_struct a talloc parentVolker Lendecke2008-02-281-2/+2