summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_samdump.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-29Ensure convert_string_XXX is always called with a valid converted_size pointer.Jeremy Allison1-1/+2
2011-03-25lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett1-1/+1
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-1/+1
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-1/+1
2009-07-19Add missing includes.Jelmer Vernooij1-0/+1
2009-04-14Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett1-1/+0
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij1-2/+2
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij1-1/+1
2009-02-02s4:libnet: s/new/nStefan Metzmacher1-9/+9
2009-02-02s4:libnet/: s/private/private_dataStefan Metzmacher1-3/+3
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2007-12-21r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij1-1/+1
2007-12-21r26328: remove more uses of global_loadparm.Jelmer Vernooij1-1/+1
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-1/+1
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-1/+1
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-2/+2
2007-10-10r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij1-1/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r21300: let the caller decide if it wants rid decrypted hashes or notStefan Metzmacher1-0/+1
2007-10-10r18609: error_string should not contain newlines.Günther Deschner1-1/+1
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r16830: Fix IBM checker and GCC warnings.Andrew Bartlett1-3/+3
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij1-1/+1
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r12903: Factor out a new routine libnet_RpcConnectDCInfo, to both connect toAndrew Bartlett1-7/+2
2007-10-10r12865: Upgrade the librpc and libnet code.Andrew Bartlett1-47/+24
2007-10-10r12696: Reduce the size of include/structs.hJelmer Vernooij1-0/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-2/+0
2007-10-10r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij1-1/+1
2007-10-10r8744: Split 'net samdump' out into a separate fileAndrew Bartlett1-0/+232