summaryrefslogtreecommitdiff
path: root/source3/client/smbspool.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r7879: fix compile issue caused by not statoc value for intializing cpp macrosGerald Carter1-2/+2
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-2/+2
2007-10-10r6684: BUG 1780: patch from Rodrigo Fernandez-Vizarra <Rodrigo.Fernandez-Viza...Gerald Carter1-21/+203
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-2/+2
2007-10-10r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopenGerald Carter1-3/+3
2007-10-10r3275: Fix from Michael Sweet <mike@easysw.com> for bug #1892.Jeremy Allison1-4/+4
2007-10-10r947: Patch from Fabian Franz <FabianFranz@gmx.de> that allows youJelmer Vernooij1-4/+16
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-1/+1
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-2/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+2
2003-02-15fix dumb perror used without errno beeing set.Simo Sorce1-2/+2
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-7/+7
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-1/+1
2002-08-17sync 3.0 branch with headJelmer Vernooij1-9/+6
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-57/+11
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-2/+1
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-2/+2
2001-08-24fixed handling of 139/445 in clientsAndrew Tridgell1-6/+0
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-4/+4
2001-07-04The big character set handling changeover!Andrew Tridgell1-3/+0
2001-07-03Applied Michael Sweet's patch, with one minor signal change.Jeremy Allison1-4/+26
2001-04-27More gcc compile on solaris tidyups.Jeremy Allison1-1/+1
2001-04-22a couple of minor merges from 2_2Andrew Tridgell1-1/+1
2001-03-16Updates for CUPS 1.1 from Michael Sweet.Jeremy Allison1-1/+38
2000-01-08cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.Andrew Tridgell1-1/+1
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell1-2/+2
1999-12-17client/smbspool.c from 2.0.6Andrew Tridgell1-0/+366