index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libads
/
ldap_printer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Fix Coverity ID 770, REVERSE_INULL
Volker Lendecke
2011-03-21
1
-15
/
+7
*
s3:libads: use dcerpc_spoolss_X() functions
Stefan Metzmacher
2011-01-21
1
-2
/
+4
*
s3: avoid global include of ads.h.
Günther Deschner
2010-08-05
1
-0
/
+1
*
s3-printing: remove unused get_local_printer_publishing_data() call.
Günther Deschner
2010-07-31
1
-14
/
+0
*
s3-build: avoid to globally include printing and spoolss headers.
Günther Deschner
2010-07-31
1
-1
/
+2
*
s3-printing: fix buildwarning in publishing code after registry changes.
Günther Deschner
2010-05-26
1
-5
/
+5
*
s3:registry: move reg_objects.h to registry/ and use it only where needed
Michael Adam
2010-05-25
1
-0
/
+1
*
s3:libads:use regval_ctr/blob accessor functions in ldap_printer.c
Michael Adam
2010-05-25
1
-34
/
+42
*
s3-rpc_client: move protos to cli_spoolss.h
Günther Deschner
2010-05-18
1
-0
/
+1
*
s3-registry: only include registry headers when really needed.
Günther Deschner
2010-05-18
1
-0
/
+1
*
s3-libads: fix get_remote_printer_publishing_data after spoolss_EnumPrinterDa...
Günther Deschner
2010-03-05
1
-26
/
+14
*
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
2009-11-26
1
-0
/
+1
*
s3:registry: replace typedef REGISTRY_VALUE by struct regval_blob
Michael Adam
2009-04-27
1
-8
/
+8
*
s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.
Michael Adam
2009-04-27
1
-1
/
+1
*
Fix coverity #901 - uninitialized data.
Jeremy Allison
2009-04-23
1
-1
/
+1
*
s3: remove POLICY_HND.
Günther Deschner
2009-03-18
1
-1
/
+1
*
s3-spoolss: use rpccli_spoolss_enumprinterdataex in ldap_printer.c.
Günther Deschner
2009-03-18
1
-26
/
+43
*
s3-rpcclient: use rpccli_spoolss_openprinter_ex helper.
Günther Deschner
2009-02-10
1
-5
/
+5
*
s3-spoolss: fix memleak in get_remote_printer_publishing_data().
Günther Deschner
2009-02-10
1
-2
/
+8
*
s3-rpcclient: use srv_name_slash instead of formating servername again and ag...
Günther Deschner
2009-02-09
1
-4
/
+3
*
s3-spoolss: use rpccli_spoolss_ClosePrinter.
Günther Deschner
2009-02-06
1
-1
/
+1
*
Fix more asprintf errors and error code paths.
Jeremy Allison
2008-12-23
1
-4
/
+22
*
Rename dos_errstr() to win_errstr() for consistency with Samba 4.
Jelmer Vernooij
2008-11-01
1
-3
/
+3
*
Cleanup size_t return values in callers of convert_string_allocate
Tim Prouty
2008-05-20
1
-5
/
+14
*
Move user/domain from rpc_pipe_client to cli_pipe_auth_data
Volker Lendecke
2008-04-25
1
-1
/
+2
*
Use rpc_pipe_client->user_name instead of rpc_pipe_client->cli->user_name
Volker Lendecke
2008-04-20
1
-1
/
+1
*
Fix two "ignoring asprintf result" warnings
Volker Lendecke
2008-04-20
1
-3
/
+2
*
Add "desthost" to rpc_pipe_client
Volker Lendecke
2008-04-20
1
-1
/
+1
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-6
/
+6
*
r23888: move elements belonging to the current ldap connection to a
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
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
*
r19039: Do not segfault in "net ads printer info" when a requested printserver
Günther Deschner
2007-10-10
1
-0
/
+10
*
r18019: Fix a C++ warnings: Don't use void * in libads/ for LDAPMessage anymore.
Volker Lendecke
2007-10-10
1
-3
/
+4
*
r16326: Klocwork #509. Always check return allocs.
Jeremy Allison
2007-10-10
1
-0
/
+9
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-7
/
+7
*
r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use
Gerald Carter
2007-10-10
1
-17
/
+24
*
r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu...
Gerald Carter
2007-10-10
1
-2
/
+2
*
r8675: fix some compile warnings.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r8654: merging cli_spoolss_XX() updates from trunk
Gerald Carter
2007-10-10
1
-18
/
+3
*
r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...
Gerald Carter
2007-10-10
1
-4
/
+2
*
r6149: Fixes bugs #2498 and 2484.
Derrell Lipman
2007-10-10
1
-2
/
+4
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-3
/
+2
*
r2569: Patch from Rob Foehl <rwf@loonybin.net>:
Gerald Carter
2007-10-10
1
-1
/
+1
*
Update my copyrights according to my agreement with IBM
Jim McDonough
2003-08-01
1
-1
/
+1
*
Implemented 'net ads printer search' which searches the directory for
Tim Potter
2003-07-03
1
-1
/
+14
*
Fix shadow variable warning.
Tim Potter
2003-06-13
1
-4
/
+4
*
Merge minor library fixes from HEAD to 3.0.
Andrew Bartlett
2003-02-19
1
-5
/
+3
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-3
/
+3
*
More printer data to publish
Jim McDonough
2002-12-05
1
-0
/
+1
[next]