index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpc_client
/
cli_spoolss.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-14
/
+14
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22589: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
2007-10-10
1
-49
/
+102
*
r22588: Make all uses of TALLOC_MEMDUP consistent.
Jeremy Allison
2007-10-10
1
-3
/
+15
*
r17316: More C++ warnings -- 456 left
Volker Lendecke
2007-10-10
1
-3
/
+4
*
r14244: Okay, had not seen that this happened twice.
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r14243: Fix Coverity bug # 143
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r13958: Fix Coverity Bug # 141
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r12106: Fix return value
Günther Deschner
2007-10-10
1
-1
/
+1
*
r11443: Fix error code returns on client spoolss code. Fix them
Jeremy Allison
2007-10-10
1
-117
/
+280
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-99
/
+99
*
r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use
Gerald Carter
2007-10-10
1
-2
/
+0
*
r9041: typo. Thanks jerry.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r9040: revert pointer checks that I had removed; fixes crash in calls to enum...
Gerald Carter
2007-10-10
1
-3
/
+5
*
r8833: Fix some uninitialized variables.
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r8654: merging cli_spoolss_XX() updates from trunk
Gerald Carter
2007-10-10
1
-1722
/
+1017
*
r7691: * add .gdbinit to the svn:ignore files
Gerald Carter
2007-10-10
1
-1
/
+0
*
r5946: BUG 2497: fix bug in rpcclient's deletedriverex when asking to delete ...
Gerald Carter
2007-10-10
1
-1
/
+1
*
r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...
Gerald Carter
2007-10-10
1
-48
/
+36
*
r4561: This looks a lot larger than it is, this is to reduce the clutter on f...
Volker Lendecke
2007-10-10
1
-37
/
+37
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-18
/
+18
*
r3645: Allow deldriverex in rpcclient to delete drivers for a specific
Günther Deschner
2007-10-10
1
-2
/
+2
*
r3639: patch from Martin Zielinski <mz@seh.de> to add DeleteDriverEx() functi...
Gerald Carter
2007-10-10
1
-0
/
+52
*
r2073: Adding getprinter level 7 to rpcclient.
Günther Deschner
2007-10-10
1
-0
/
+24
*
working on fix for BUG #294. Not done yet, but this at least clears
Gerald Carter
2003-08-19
1
-2
/
+2
*
get rid of more compiler warnings
Herb Lewis
2003-08-15
1
-3
/
+3
*
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
2003-07-03
1
-16
/
+16
*
Merge: const fixes.
Tim Potter
2003-02-25
1
-8
/
+9
*
Ensure that only parse_prs.c access internal members of the prs_struct.
Jeremy Allison
2003-02-14
1
-10
/
+10
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-8
/
+8
*
Sync with HEAD to get enumprinterkey api.
Jim McDonough
2002-11-08
1
-0
/
+100
*
Fix a silly memset typo.
Tim Potter
2002-10-21
1
-2
/
+2
*
Zero tallocated memory in decode_printer_info, decode_driver_info,
Tim Potter
2002-10-21
1
-0
/
+10
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-42
/
+241
*
Sync 3.0 branch with HEAD
Jelmer Vernooij
2002-08-17
1
-633
/
+1969
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-0
/
+3
*
Renamed get_nt_error_msg() to nt_errstr().
Tim Potter
2002-03-17
1
-13
/
+13
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-4
/
+0
*
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
2001-08-27
1
-11
/
+11
*
Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.
Tim Potter
2001-07-25
1
-10
/
+10
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-1
/
+1
*
few cleanups to bring in line with 2.2
Gerald Carter
2001-04-28
1
-1
/
+0
*
added getdriver and enumdrivers commands. Also fixed
Gerald Carter
2001-03-15
1
-1
/
+1
*
Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.
Jeremy Allison
2001-03-09
1
-26
/
+26
*
Ooops - forgot to check the rpcclient and smbcacls compile with the new
Jeremy Allison
2001-02-28
1
-2
/
+2
*
Move to talloc control of SPOOL_XXX structs. Move to talloc control of
Jeremy Allison
2001-02-28
1
-2
/
+0
*
Herb's warning fixes. Also the POSIX locking fix.
Jeremy Allison
2000-10-06
1
-1
/
+1
*
spoolgetprinterdriver now returns "Windows NT x86" and "Windows 4.0"
Gerald Carter
2000-09-12
1
-1
/
+1
[next]