summaryrefslogtreecommitdiff
path: root/source4/client/cifsdd.c
AgeCommit message (Expand)AuthorFilesLines
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