summaryrefslogtreecommitdiff
path: root/source3/libads/ldap_printer.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-5/+14
2008-04-25Move user/domain from rpc_pipe_client to cli_pipe_auth_dataVolker Lendecke1-1/+2
2008-04-20Use rpc_pipe_client->user_name instead of rpc_pipe_client->cli->user_nameVolker Lendecke1-1/+1
2008-04-20Fix two "ignoring asprintf result" warningsVolker Lendecke1-3/+2
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-6/+6
2007-10-10r23888: move elements belonging to the current ldap connection to aStefan Metzmacher1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r19039: Do not segfault in "net ads printer info" when a requested printserverGünther Deschner1-0/+10
2007-10-10r18019: Fix a C++ warnings: Don't use void * in libads/ for LDAPMessage anymore.Volker Lendecke1-3/+4
2007-10-10r16326: Klocwork #509. Always check return allocs.Jeremy Allison1-0/+9
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-7/+7
2007-10-10r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter1-17/+24
2007-10-10r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu...Gerald Carter1-2/+2
2007-10-10r8675: fix some compile warnings.Günther Deschner1-1/+1
2007-10-10r8654: merging cli_spoolss_XX() updates from trunkGerald Carter1-18/+3
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-4/+2
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-2/+4
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-3/+2
2007-10-10r2569: Patch from Rob Foehl <rwf@loonybin.net>:Gerald Carter1-1/+1
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough1-1/+1
2003-07-03Implemented 'net ads printer search' which searches the directory forTim Potter1-1/+14
2003-06-13Fix shadow variable warning.Tim Potter1-4/+4
2003-02-19Merge minor library fixes from HEAD to 3.0.Andrew Bartlett1-5/+3
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-3/+3
2002-12-05More printer data to publishJim McDonough1-0/+1
2002-12-03Stop using hardcoded key/value strings, be more forgiving of dsspooler/dsdriv...Jim McDonough1-70/+74
2002-11-18Don't pass a function to ADS_ERR_OK().Jim McDonough1-6/+13
2002-11-18Next step of printer publishing.Jim McDonough1-106/+242
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-5/+4
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-37/+36
2002-02-12talloc'ify ads modify functions.Jim McDonough1-35/+51
2002-02-11Update for new ads modlist structure passingJim McDonough1-5/+14
2002-02-02Update for function name changes, plus do some of the optional attributes on ...Jim McDonough1-6/+17
2002-02-02Minor bug fixes, plus support to remove a printer. Commented out optional at...Jim McDonough1-5/+35
2002-02-01Fix build errors on non-ldap systems...change function parms from LDAPMod ** ...Jim McDonough1-1/+1
2002-02-01Fix file header description and copyright (from cut-and-paste laziness)Jim McDonough1-3/+1
2002-02-01Module for ADS operations on a printer object in the directory. Initially it...Jim McDonough1-0/+133