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
/
rpcclient
/
cmd_spoolss.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename dos_errstr() to win_errstr() for consistency with Samba 4.
Jelmer Vernooij
2008-11-01
1
-7
/
+7
*
Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.
Jelmer Vernooij
2008-10-18
1
-1
/
+1
*
Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idx
Volker Lendecke
2008-07-21
1
-29
/
+29
*
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
2008-07-20
1
-2
/
+3
*
Fix a segfault in rpcclient adddriver
Volker Lendecke
2008-06-26
1
-12
/
+13
*
Fix typo.
Karolin Seeger
2008-06-17
1
-12
/
+12
*
Move user/domain from rpc_pipe_client to cli_pipe_auth_data
Volker Lendecke
2008-04-25
1
-19
/
+20
*
Introduce rpc_pipe_np_smb_conn()
Volker Lendecke
2008-04-20
1
-1
/
+1
*
Add "desthost" to rpc_pipe_client
Volker Lendecke
2008-04-20
1
-42
/
+34
*
Add a talloc context parameter to current_timestring() to fix memleaks.
Michael Adam
2008-03-28
1
-4
/
+8
*
Fix bug 5338 -- thanks to Yuya Katayama <yuya999@gmail.com>
Volker Lendecke
2008-03-19
1
-1
/
+1
*
Fix bug 5421 -- thanks to MJ Anthony
Volker Lendecke
2008-02-05
1
-1
/
+1
*
Fix bogus uninitialized variable warnings
Volker Lendecke
2008-01-25
1
-1
/
+1
*
strtok -> strtok_r
Volker Lendecke
2008-01-23
1
-4
/
+6
*
Make all the tools use the proper accessor functions.
Jeremy Allison
2007-12-06
1
-2
/
+2
*
Remove pstrings from client/client.c by doing a large rewrite.
Jeremy Allison
2007-12-06
1
-2
/
+2
*
Fix some C++ warnings
Volker Lendecke
2007-12-01
1
-9
/
+3
*
More trivial pstring removal.
Jeremy Allison
2007-11-20
1
-50
/
+106
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-24
/
+24
*
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
*
r22588: Make all uses of TALLOC_MEMDUP consistent.
Jeremy Allison
2007-10-10
1
-2
/
+10
*
r22062: Fix the parsing of info level 3. Flags is not a flags
Jeremy Allison
2007-10-10
1
-3
/
+1
*
r19991: Sorry for this 2000-liner...
Volker Lendecke
2007-10-10
1
-4
/
+3
*
r19811: Decode REG_MULTI_SZ and REG_BINARY
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r17316: More C++ warnings -- 456 left
Volker Lendecke
2007-10-10
1
-2
/
+4
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-11
/
+17
*
r16654: Fix bug #3893 reported by jason@ncac.gwu.edu.
Jeremy Allison
2007-10-10
1
-4
/
+2
*
r16339: Fix Klocwork ID
Volker Lendecke
2007-10-10
1
-0
/
+4
*
r14833: Fix resource leak on error code path. Coverity #280.
Jeremy Allison
2007-10-10
1
-2
/
+3
*
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
2007-10-10
1
-1
/
+1
*
r11454: Last 2 uninitialized warnings.
Jeremy Allison
2007-10-10
1
-17
/
+11
*
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-155
/
+347
*
r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use
Gerald Carter
2007-10-10
1
-5
/
+8
*
r9200: Add support for REG_BINARY to rpcclient getdata and setprinterdata.
Volker Lendecke
2007-10-10
1
-6
/
+24
*
r9189: Add the capability to set different registry value types (string, dwor...
Volker Lendecke
2007-10-10
1
-14
/
+85
*
r9076: fix two other issues invented along the
Günther Deschner
2007-10-10
1
-1
/
+1
*
r8900: fix typo thyat broke compile in my last commit
Gerald Carter
2007-10-10
1
-1
/
+1
*
r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu...
Gerald Carter
2007-10-10
1
-3
/
+2
*
r8654: merging cli_spoolss_XX() updates from trunk
Gerald Carter
2007-10-10
1
-222
/
+138
*
r5944: cleaning up compiler warnings reported by Jason Mader
Gerald Carter
2007-10-10
1
-7
/
+6
*
r5891: Make enum- and getform use the same form_display-function.
Günther Deschner
2007-10-10
1
-35
/
+37
*
r5760: Be more verbose on listing forms.
Günther Deschner
2007-10-10
1
-1
/
+22
*
r4966: don't enumerate the drivers for the same architecture string more than...
Gerald Carter
2007-10-10
1
-0
/
+12
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-4
/
+3
*
r3649: Fix a couple of rpcclient spoolss commands (setprinter, setprintername,
Günther Deschner
2007-10-10
1
-3
/
+3
*
r3645: Allow deldriverex in rpcclient to delete drivers for a specific
Günther Deschner
2007-10-10
1
-12
/
+8
*
r3639: patch from Martin Zielinski <mz@seh.de> to add DeleteDriverEx() functi...
Gerald Carter
2007-10-10
1
-6
/
+66
*
r3627: Allow to add dummy-form in rpcclient.
Günther Deschner
2007-10-10
1
-1
/
+1
[next]