index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
client
/
smbspool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-30
From Michael R Sweet <mike@easysw.com>.
Jeremy Allison
1
-1
/
+1
2008-04-21
smbspool: Fix the smbspool build.
James Peach
1
-11
/
+15
2008-04-21
smbspool: minor formatting cleanups.
James Peach
1
-88
/
+133
2008-04-21
smbspool: Run indent to approximate conding standards.
James Peach
1
-533
/
+485
2008-04-21
smbspool: add my copyright.
James Peach
1
-0
/
+1
2008-04-21
smbspool: Fix CUPS authentication protocol support.
Mike Sweet
1
-34
/
+75
2008-04-21
smbspool: fix Kerberos support for CUPS 1.3.
Mike Sweet
1
-144
/
+87
2008-03-06
Eliminate global variable in_client and a plethora of extern declarations.
Derrell Lipman
1
-2
/
+1
2008-01-05
Add general '-e' option to enable smb encryption
Jeremy Allison
1
-1
/
+20
2007-12-10
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
1
-2
/
+2
2007-11-08
Remove more pstring/fstrings.
Jeremy Allison
1
-11
/
+19
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-1
/
+1
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23527: Use existing escaping function pointed by James
Simo Sorce
1
-27
/
+3
2007-10-10
r23524: Fix bug 2319.
Simo Sorce
1
-13
/
+60
2007-10-10
r17571: Change the return code of cli_session_setup from BOOL to NTSTATUS
Volker Lendecke
1
-3
/
+4
2007-10-10
r16608: Klocwork #2035. Null deref (bit of a stretch... :-).
Jeremy Allison
1
-2
/
+4
2007-10-10
r15552: Fix segfault...
Günther Deschner
1
-0
/
+2
2007-10-10
r15448: New autoconf macro to test for sysconf variables.
James Peach
1
-1
/
+0
2007-10-10
r14176: Fix coverity bug #30. Ensure no possible null deref.
Jeremy Allison
1
-2
/
+7
2007-10-10
r14148: Removing the not very well tested krb5 ticket refresh handling activated
Günther Deschner
1
-10
/
+0
2007-10-10
r14145: Add missing WITH_KCM hunks from my local tree.
Günther Deschner
1
-2
/
+12
2007-10-10
r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
Derrell Lipman
1
-1
/
+1
2007-10-10
r12015: When smbspool tries to connect to a printer shared on a standalone
Günther Deschner
1
-1
/
+14
2007-10-10
r11790: Avoid infinite retry to gather a connection.
Günther Deschner
1
-3
/
+11
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-5
/
+6
2007-10-10
r10590: merging lost fix from the release branch
Gerald Carter
1
-0
/
+2
2007-10-10
r10554: * BUG 3057: assume x64 drivers are v3 drivers
Gerald Carter
1
-6
/
+6
2007-10-10
r9736: be a little more verbose on error.
Günther Deschner
1
-5
/
+5
2007-10-10
r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR.
Jeremy Allison
1
-2
/
+4
2007-10-10
r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.
Tim Potter
1
-2
/
+0
2007-10-10
r7879: fix compile issue caused by not statoc value for intializing cpp macros
Gerald Carter
1
-2
/
+2
2007-10-10
r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...
Gerald Carter
1
-2
/
+2
2007-10-10
r6684: BUG 1780: patch from Rodrigo Fernandez-Vizarra <Rodrigo.Fernandez-Viza...
Gerald Carter
1
-21
/
+203
2007-10-10
r6149: Fixes bugs #2498 and 2484.
Derrell Lipman
1
-2
/
+2
2007-10-10
r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopen
Gerald Carter
1
-3
/
+3
2007-10-10
r3275: Fix from Michael Sweet <mike@easysw.com> for bug #1892.
Jeremy Allison
1
-4
/
+4
2007-10-10
r947: Patch from Fabian Franz <FabianFranz@gmx.de> that allows you
Jelmer Vernooij
1
-4
/
+16
2003-07-30
Add a command line option (-S on|off|required) to enable signing on client
Jeremy Allison
1
-1
/
+1
2003-05-10
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
Jelmer Vernooij
1
-2
/
+0
2003-05-10
Patch from metze and me that adds dummy smb_register_*() functions so
Jelmer Vernooij
1
-0
/
+2
2003-02-15
fix dumb perror used without errno beeing set.
Simo Sorce
1
-2
/
+2
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-2
/
+2
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-7
/
+7
2002-10-17
Added new error codes. Fix up connection code to retry in the same way
Jeremy Allison
1
-1
/
+1
2002-08-17
sync 3.0 branch with head
Jelmer Vernooij
1
-9
/
+6
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-57
/
+11
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-11-26
Got medieval on another pointless extern. Removed extern struct ipzero
Tim Potter
1
-2
/
+1
[next]