Age | Commit message (Expand) | Author | Files | Lines |
2012-04-25 | s3:registry: remove usage of reg_objects from libads/ldap_printer.c | Gregor Beck | 1 | -89/+56 |
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 1 | -1/+1 |
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 1 | -1/+1 |
2011-05-05 | s3-libads: run minimal_includes.pl. | Günther Deschner | 1 | -2/+0 |
2011-04-13 | s3-rpc_client: add and use rpc_client/rpc_client.h. | Günther Deschner | 1 | -0/+1 |
2011-03-21 | s3: Fix Coverity ID 770, REVERSE_INULL | Volker Lendecke | 1 | -15/+7 |
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 |