summaryrefslogtreecommitdiff
path: root/source4/client/cifsdd.c
Commit message (Expand)AuthorAgeFilesLines
* s4: cifsdd: Allocate the event context off NULL, not talloc_autofree_context().Jeremy Allison2017-05-131-2/+8
* s4/client/cifsdd.c: typoAurelien Aptel2016-03-101-1/+1
* s4-client: Fix cifsdd arg parsing for skipAndreas Schneider2016-02-181-1/+1
* s4-cifsdd: Don't leak memory.Andreas Schneider2013-02-221-0/+6
* s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett2011-06-061-1/+1
* lib/util Rename conv_str_size() -> conv_str_size_error()Andrew Bartlett2011-04-301-1/+1
* s4:client/cifsdd.c - restore Solaris cc compatibilityMatthias Dieter Wallnöfer2010-09-091-11/+10
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-10/+10
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-5/+1
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-3/+3
* Remove use of global_loadparm for SMB2 client connections.Jelmer Vernooij2008-11-021-5/+10
* Fix build for make everything.Jelmer Vernooij2008-11-021-0/+5
* Eliminate another instance of global_loadparm.Jelmer Vernooij2008-10-241-5/+9
* Cope with API changes.Jelmer Vernooij2008-09-301-5/+10
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-141-1/+1
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-6/+11
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-031-16/+16
* r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-021-7/+11
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-2/+2
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-2/+2
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-5/+5
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-2/+2
* r26272: Remove global_loadparm in some more places.Jelmer Vernooij2007-12-211-3/+3
* r26269: Fix a couple more references to global_loadparm.Jelmer Vernooij2007-12-211-2/+2
* r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij2007-12-211-3/+3
* r26226: Avoid more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r25550: Convert to standard bool type.Jelmer Vernooij2007-10-101-5/+5
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-2/+2
* r25392: Add loadparm context as argument in a couple more places.Jelmer Vernooij2007-10-101-1/+1
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-2/+2
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r18824: fixed a bug in cifsdd when the file is exactly a multiple of the blockAndrew Tridgell2007-10-101-1/+2
* r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.Jelmer Vernooij2007-10-101-2/+2
* r14844: Support a stdbool.h replacement in lib/replace/Jelmer Vernooij2007-10-101-1/+1
* r14094: Use saner module directory names, fix loading of server service modules.Jelmer Vernooij2007-10-101-1/+1
* r13362: Rename variables for better consistency.James Peach2007-10-101-8/+9
* r13255: New CIFS dd client for use in performance testing. The guts of this isJames Peach2007-10-101-0/+599