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