Fix crash bug with vl's new trans handling in old transs
[ira/wip.git] / source /
2007-12-04 Jeremy AllisonFix crash bug with vl's new trans handling in old transs
2007-12-04 Jeremy AllisonGone from usershare.
2007-12-04 Jeremy AllisonDon't forget to delete the stackframe.
2007-12-04 Jeremy AllisonGetting to the home stretch for elimination of pstrings...
2007-12-04 Jeremy AllisonRemove more pstrings, from the winbindd protocol def and
2007-12-04 Jeremy AllisonMake strhex_to_str clear on string limits. Remove pstri...
2007-12-03 Jeremy AllisonFix the build. fstrterminate was used in one place.
2007-12-03 Jeremy AllisonRemove unused wpstring and macros. Stop using pstrcpy...
2007-12-03 Jeremy AllisonChange tdb_unpack "P" to return a malloc'ed string...
2007-12-03 Jeremy AllisonLast pstring here.
2007-12-03 Jeremy AllisonRemove pstring from clirap2 by completely rewriting...
2007-12-03 Günther DeschnerFix shutdown callers.
2007-12-03 Günther DeschnerFix wkssvc callers.
2007-12-03 Günther DeschnerFix dfs callers.
2007-12-03 Günther DeschnerFix svcctl callers.
2007-12-03 Günther DeschnerFix winreg callers.
2007-12-03 Günther DeschnerForgot header in previous commit.
2007-12-03 Günther DeschnerRegenerate pidl rpc client calls that are WERROR based.
2007-12-03 Michael AdamRemove workaround for broken capabilites.h from lib...
2007-12-03 Michael AdamReformat configure checks for broken capabilities.h.
2007-12-03 Michael AdamMove check for broken system capabilites.h headers...
2007-12-03 Michael AdamAdd check for ppc statfs.h header to workaround for...
2007-12-03 Günther DeschnerAdd decode_wkssvc_join_password_buffer().
2007-12-03 Günther DeschnerReanimate rpcclient wkssvc command.
2007-12-03 Günther DeschnerActually implement reboot feature for net dom join...
2007-12-03 Volker LendeckeReformatting
2007-12-02 Volker LendeckeFix some bogus uninitialized variable warnings
2007-12-02 Volker LendeckeBump up debug level
2007-12-01 Volker LendeckeIn nttransact_create, we also need to check for delete...
2007-12-01 Volker LendeckeFix some C++ warnings
2007-12-01 Volker LendeckeFix an uninitialized variable
2007-12-01 Volker LendeckeFix some C++ warnings
2007-12-01 Jeremy AllisonFix missing error cleanup noticed by Derrell.
2007-12-01 Jeremy AllisonEnsure we have 2 bytes of zeros as a pad-buffer at the
2007-12-01 Jeremy AllisonWhitespace cleanup.
2007-12-01 Jeremy AllisonRemove pstring from clirap.c.
2007-11-30 Jeremy AllisonRemoved all pstrings from libsmbclient. Derryl please
2007-11-30 Jeremy AllisonFix restart after length count.
2007-11-30 Günther DeschnerAvoid to include net prototypes, just reference user...
2007-11-30 Günther DeschnerAdd "net dom" command suite to "net".
2007-11-30 Günther DeschnerAdd "net dom unjoin" code.
2007-11-30 Günther DeschnerAdd "net dom join" code.
2007-11-30 Günther DeschnerAdd header file for NetJoinDomain() and friends.
2007-11-30 Günther DeschnerAdd NetUnjoinDomain().
2007-11-30 Günther DeschnerRobustness-fixes for NetJoinDomain().
2007-11-30 Günther DeschnerGive NetJoinDomain() enough time to finish.
2007-11-30 Günther Deschnerdomain_name is a ref pointer.
2007-11-30 Günther DeschnerMerge join error codes from Samba 4.
2007-11-30 Günther DeschnerAdd NetJoinDomain call.
2007-11-30 Günther DeschnerMove param helper routines to one place.
2007-11-30 Günther DeschnerMake encode_wkssvc_join_password_buffer() non-static.
2007-11-30 Günther DeschnerMerge encode_wkssvc_join_password_buffer() from samba4.
2007-11-30 Jeremy AllisonAdd talloc versions of all the next_token() functions.
2007-11-30 Jeremy AllisonRemove pstrings from clifile.c.
2007-11-30 Jeremy AllisonRemove PSTRING_LEN from smbd/ nmbd/.
2007-11-30 Günther DeschnerFix _reg_perfcount_get_instance_info()
2007-11-30 Günther DeschnerMerge recent wkssvc changes from samba4.
2007-11-30 Günther DeschnerFix build warning.
2007-11-30 Jeremy AllisonFix memleak.
2007-11-29 Jeremy AllisonRemove the explicit TALLOC_CTX * from cli_struct.
2007-11-29 Jeremy AllisonRemove pstrings. Ensure we validate offsets.
2007-11-29 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-11-29 Michael AdamAllow calling "net rpc join" and "net rpc trustdom...
2007-11-28 Jeremy AllisonRemove unused code (and pstring).
2007-11-28 Volker LendeckeAdd a warning for a potential bug I've run into
2007-11-28 Michael AdamGive rpcclient a talloc stackframe.
2007-11-28 Jeremy AllisonRemove pstrings from asn1.c.
2007-11-28 Jeremy AllisonRemove pstrings from namequery.c.
2007-11-28 Jeremy AllisonFixed obvious typo.
2007-11-28 Jeremy AllisonRemove unused prototype for smbldap_get_single_pstring().
2007-11-28 Jeremy AllisonSave one extra strdup per lp_string. Use talloc_sub_basic()
2007-11-28 Jeremy AllisonRemove pstring from srv_spoolss_nt.c. All gone from...
2007-11-28 Jeremy AllisonFix old cut-and-paste bug where the wrong field was...
2007-11-28 Jeremy AllisonWhitespace cleanup.
2007-11-28 Jeremy AllisonMake init_unistr2_from_unistr take an explicit talloc...
2007-11-27 Jeremy AllisonRemove pstrings from everything except srv_spoolss_nt.c.
2007-11-27 Guenther Deschnerfix a obscure compiler warning
2007-11-27 Jeremy AllisonRemove pstring from everything in rpc_server except
2007-11-27 Günther DeschnerUnless talloc has some new magic there is a ctx missing...
2007-11-27 Michael AdamUse the proper boolean constants - the type has been
2007-11-27 Volker LendeckeRemove some statics
2007-11-27 Jeremy AllisonRemove pstrings from nsswitch/ and registry/
2007-11-26 Volker LendeckeRemove a global
2007-11-26 Volker LendeckeFix bug 5055
2007-11-26 Volker LendeckeImprove debug message
2007-11-26 Volker LendeckeFix a C++ warning
2007-11-26 Tomoki AONO1. lib/system.c (xattr code for Solaris) could not be
2007-11-25 Volker LendeckeIn libsmbclient, map NT_STATUS_OBJECT_PATH_NOT_FOUND...
2007-11-25 Volker LendeckeRemove a static
2007-11-23 Volker LendeckeMake remote_password_change return malloced error strings
2007-11-23 Volker Lendeckeadd talloc_stackframe() to eventlogadm
2007-11-23 Stefan Metzmacherprinting: fix default printing subsystem detection
2007-11-23 Stefan Metzmachersmbd: close_stat() should be static
2007-11-22 Volker LendeckeDo not link in SOCKET_WRAPPER_OBJ twice
2007-11-22 Volker LendeckeCosmetic fix
2007-11-22 Volker LendeckeAdd a missing prototype
2007-11-22 Volker LendeckeFix an uninitialized variable
2007-11-22 Volker LendeckeFix a type-punned warning
2007-11-22 James PeachMerge ssh://git.samba.org/data/git/samba into v3-2...
2007-11-22 Jeremy AllisonRemove pstrings from pam_smbpass - make local_password_...
next