Revert "Add infrastructure to support async SMB requests"
[samba.git] / source /
2008-03-03 Volker LendeckeRevert "Add infrastructure to support async SMB requests"
2008-03-03 Volker LendeckeRevert "Add async cli_pull support"
2008-03-03 Volker LendeckeRevert "Convert cli_read to use cli_pull"
2008-03-03 Günther DeschnerMake sure we are still able to join Windows 2008.
2008-02-29 Karolin SeegerPrepare for release 3.2.0pre2
2008-02-29 Jeremy AllisonPatch to fix the "Invalid read of size 4" errors. Bug...
2008-02-29 Andreas SchneiderRename the 'hidden' variable to 'administrative share'.
2008-02-29 Michael AdamFix linking of smbget when there is no shared library...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-29 Volker LendeckeAttempt to fix the build
2008-02-29 Stefan Metzmacherconfigure: only build vfs_syncops if dirfd() is available
2008-02-29 Stefan Metzmacherconfigure: Remove lib/repdir.c and related stuff
2008-02-29 Volker LendeckeAdd vfs_aio_fork
2008-02-29 Michael AdamFix creation of replacetort.
2008-02-29 Michael Adamlibreplace: add snprintf.c to test code for getifaddrs...
2008-02-29 Michael Adamlibreplace: ifdef out ip6 code if unsupported.
2008-02-29 Michael Adamlibreplace: fix rep_freeifaddrs to not segfault on...
2008-02-29 Michael Adamlibreplace: fix silly crashbug in getifaddrs_test().
2008-02-29 Michael Adamlibreplace: add missing newline in output of getifaddrs...
2008-02-29 Michael Adamlibreplace: add missing semicolon to getifaddrs.
2008-02-29 Michael Adamlibreplace: try and fix rep_getifaddrs() for Tru64.
2008-02-29 Michael Adamlibreplace: use the new getifaddrs test also for autoconf.
2008-02-29 Michael Adamlibreplace: add extended getifaddrs test that prints...
2008-02-29 Günther DeschnerTrying to fix libnetapi examples Makefile.in.
2008-02-29 Günther Deschnerlibnetjoin: add fallback to level 24 samr setinfo so...
2008-02-29 Günther Deschnerlibnetjoin: Trying to avoid confusion between acct_flag...
2008-02-28 Günther DeschnerFix samr querydispinfo w.r.t. lsa_AsciiStringLarge.
2008-02-28 Günther DeschnerRe-run make idl.
2008-02-28 Stefan Metzmachersamr.idl: windows uses lsa_AsciiStringLarge in QueryDis...
2008-02-28 Stefan Metzmacherlsa.idl: strlen_m*() also for the lsa_AsciiString*...
2008-02-28 Stefan Metzmacherlsa.idl: use strlen_m_term() in lsa_StringLarge to...
2008-02-28 Stefan Metzmacherlsa.idl: add lsa_AsciiStringLarge
2008-02-28 Stefan Metzmacherlsa.idl: don't use ascstr_noterm anymore
2008-02-28 Günther DeschnerRemove DomainControllerAddressType which we now have...
2008-02-28 Günther DeschnerFix memleak in netsamlogon_cache_get().
2008-02-28 Stefan Metzmacherwinbind: use a struct element for WBFLAG_PAM_UNIX_NAME
2008-02-28 Günther DeschnerWhile we are at it: add _wkssvc_NetrUnjoinDomain2 imple...
2008-02-28 Günther DeschnerRe-enable _wkssvc_NetrJoinDomain2 remote join implement...
2008-02-28 Günther DeschnerRemove original copy of now redundant join code.
2008-02-28 Günther Deschnerlibnetjoin: Merge in comments, debugs and missing code...
2008-02-28 Gerald W. CarterFix macro name (no 's' in ifr_addr).
2008-02-28 Günther DeschnerOnly set DEBUGLEVEL to 0 in libnetapi when not set...
2008-02-28 Günther DeschnerAdd some more error handling in libnetjoin.
2008-02-28 Günther DeschnerUse libnetapi_get_error_string() in "net dom" commands.
2008-02-28 Karolin SeegerRemove smbmount.
2008-02-28 Volker LendeckeConvert cli_read to use cli_pull
2008-02-28 Volker LendeckeAdd async cli_pull support
2008-02-28 Volker LendeckeAdd infrastructure to support async SMB requests
2008-02-28 Volker LendeckeAdd basic infrastructure for general async requests
2008-02-28 Jeremy AllisonFix the build - don't use SMB_TRANS_ENC_GSS without
2008-02-28 Jeremy AllisonDon't define SMB_TRANS_ENC_GSS if we don't have KRB5.
2008-02-28 Günther DeschnerSome fixes for net ads join (uninitialized vars).
2008-02-28 Günther DeschnerUse libnet_Join() for "net ads join".
2008-02-28 Volker LendeckeAdd cli_setup_packet_buf
2008-02-28 Volker LendeckeMake cli_struct a talloc parent
2008-02-28 Günther DeschnerNicen error output in net_ads_leave.
2008-02-28 Günther DeschnerAdd WERR_TIME_SKEW to werror mapping tables.
2008-02-28 Volker LendeckeAdd explicit buf arg to cli_check_sign_mac
2008-02-28 Volker LendeckeAdd explicit buf arg to cli_encrypt_message and cli_cal...
2008-02-28 Günther DeschnerRe-arrange dns update block during "net ads join" a...
2008-02-28 Günther DeschnerFix one dsgetdcname call in wkssvc rpc server.
2008-02-28 Günther DeschnerRemove unused display_ds_domain_controller_info() function.
2008-02-28 Günther DeschnerLet dsgetdcname() return a struct netr_DsRGetDCNameInfo.
2008-02-28 Michael AdamRemove a useless variable.
2008-02-28 Günther DeschnerUse libnet_Unjoin() for "net ads leave".
2008-02-28 Günther DeschnerStore domain_is_ad info as early as possible in libnetjoin.
2008-02-28 Günther DeschnerCheck for mandatory domain name in libnetjoin/unjoin.
2008-02-28 Günther DeschnerDelete affinity cache entries while unjoining with...
2008-02-28 Günther DeschnerFill in machine account manipulation flags while unjoin...
2008-02-28 Günther DeschnerAdd preliminary libnet_join_post_verify call to libnetjoin.
2008-02-28 Günther DeschnerRe-run make idl.
2008-02-28 Günther DeschnerAdd disabled_machine_account and deleted_machine_accout...
2008-02-28 Günther DeschnerMerge all connect ads calls into libnet_join_post_proce...
2008-02-28 Günther DeschnerUse W_ERROR_NOT_OK_GOTO_DONE macro in libnetjoin.
2008-02-28 Günther DeschnerAdd noopnum to libnet join/unjoin calls.
2008-02-28 Günther DeschnerSome cosmetics for net_derive_salting_principal().
2008-02-28 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-28 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-28 Jeremy AllisonFix from Guenter Kukkukk <linux@kukkukk.com> to fix...
2008-02-28 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-28 Jeremy AllisonRemove my change
2008-02-28 Jeremy AllisonFix debug %lu message.
2008-02-28 Günther DeschnerFix segfault in _srv_net_file_enum.
2008-02-28 Stefan Metzmachercall libnet_conf_get_seqnum() just once and fix compile...
2008-02-27 Günther DeschnerRemove unused marshalling for SVCCTL_SET_SERVICE_SEC.
2008-02-27 Günther DeschnerUse pidl for _svcctl_SetServiceObjectSecurity().
2008-02-27 Günther DeschnerRe-run make idl.
2008-02-27 Günther DeschnerFill in IDL for svcctl_SetServiceObjectSecurity.
2008-02-27 Günther DeschnerRemove unused marshalling for SVCCTL_QUERY_SERVICE_SEC.
2008-02-27 Günther DeschnerUse pidl for _svcctl_QueryServiceObjectSecurity().
2008-02-27 Günther DeschnerRe-run make idl.
2008-02-27 Günther DeschnerFill in IDL for svcctl_QueryServiceObjectSecurity.
2008-02-27 Stefan Metzmacherremove unused unixinfo.idl and generated files
2008-02-27 Günther DeschnerAdd my copyright.
2008-02-27 Günther DeschnerCosmetics: make check_bind_req() debug statements a...
2008-02-27 Günther DeschnerRemove unused BRS marshalling headers.
2008-02-27 Günther DeschnerRemove unneeded rpc_samr.h.
2008-02-27 Günther DeschnerRe-run make idl.
2008-02-27 Günther DeschnerMove MAX_SAM_ENTRIES defines to samr rpc_server and...
2008-02-27 Günther DeschnerRe-run make idl.
next