summaryrefslogtreecommitdiff
path: root/source4/client/cifsdd.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-15lib: Move conv_str_bool() to its only userVolker Lendecke1-0/+25
2026-02-15lib: Remove very little used wrapper conv_str_u64()Volker Lendecke1-5/+10
2025-04-18s4:client: remove unused ports from cifsdd* functionsStefan Metzmacher1-5/+5
2023-08-08s4:client: Add missing newlines to logging messagesJoseph Sutton1-3/+3
2023-08-03s4:client: Fix code spellingAndreas Schneider1-1/+1
2021-09-10s4/cifsdd: don't ignore unknown optionsRalph Boehme1-1/+7
2021-06-16s4:client: Migrate cifsdd to new cmdline option parserAndreas Schneider1-11/+40
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-1/+1
2019-08-22s4: free popt context in clientSwen Schillig1-0/+2
2019-01-28s4:cifsdd: Use C99 initializers for cifsdd argdefAndreas Schneider1-11/+55
2019-01-28s4:client: Use C99 initializer for poptOption in cifsddAndreas Schneider1-5/+21
2017-05-13s4: cifsdd: Allocate the event context off NULL, not talloc_autofree_context().Jeremy Allison1-2/+8
2016-03-10s4/client/cifsdd.c: typoAurelien Aptel1-1/+1
2016-02-18s4-client: Fix cifsdd arg parsing for skipAndreas Schneider1-1/+1
2013-02-22s4-cifsdd: Don't leak memory.Andreas Schneider1-0/+6
2011-06-06s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett1-1/+1
2011-04-30lib/util Rename conv_str_size() -> conv_str_size_error()Andrew Bartlett1-1/+1
2010-09-09s4:client/cifsdd.c - restore Solaris cc compatibilityMatthias Dieter Wallnöfer1-11/+10
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-10/+10
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-5/+1
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-3/+3
2008-11-02Remove use of global_loadparm for SMB2 client connections.Jelmer Vernooij1-5/+10
2008-11-02Fix build for make everything.Jelmer Vernooij1-0/+5
2008-10-24Eliminate another instance of global_loadparm.Jelmer Vernooij1-5/+9
2008-09-30Cope with API changes.Jelmer Vernooij1-5/+10
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce1-1/+1
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-6/+11
2008-01-03r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij1-16/+16
2008-01-02r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij1-7/+11
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij1-2/+2
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij1-2/+2
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-5/+5
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij1-2/+2
2007-12-21r26272: Remove global_loadparm in some more places.Jelmer Vernooij1-3/+3
2007-12-21r26269: Fix a couple more references to global_loadparm.Jelmer Vernooij1-2/+2
2007-12-21r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij1-3/+3
2007-12-21r26226: Avoid more uses of global_loadparm.Jelmer Vernooij1-1/+1
2007-10-10r25550: Convert to standard bool type.Jelmer Vernooij1-5/+5
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-2/+2
2007-10-10r25392: Add loadparm context as argument in a couple more places.Jelmer Vernooij1-1/+1
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-2/+2
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r18824: fixed a bug in cifsdd when the file is exactly a multiple of the blockAndrew Tridgell1-1/+2
2007-10-10r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.Jelmer Vernooij1-2/+2
2007-10-10r14844: Support a stdbool.h replacement in lib/replace/Jelmer Vernooij1-1/+1
2007-10-10r14094: Use saner module directory names, fix loading of server service modules.Jelmer Vernooij1-1/+1
2007-10-10r13362: Rename variables for better consistency.James Peach1-8/+9
2007-10-10r13255: New CIFS dd client for use in performance testing. The guts of this isJames Peach1-0/+599