summaryrefslogtreecommitdiff
path: root/source/libads/ldap_printer.c
Commit message (Expand)AuthorAgeFilesLines
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-6/+6
* r23888: move elements belonging to the current ldap connection to aStefan Metzmacher2007-10-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r19039: Do not segfault in "net ads printer info" when a requested printserverGünther Deschner2007-10-101-0/+10
* r18019: Fix a C++ warnings: Don't use void * in libads/ for LDAPMessage anymore.Volker Lendecke2007-10-101-3/+4
* r16326: Klocwork #509. Always check return allocs.Jeremy Allison2007-10-101-0/+9
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-7/+7
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2007-10-101-17/+24
* r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu...Gerald Carter2007-10-101-2/+2
* r8675: fix some compile warnings.Günther Deschner2007-10-101-1/+1
* r8654: merging cli_spoolss_XX() updates from trunkGerald Carter2007-10-101-18/+3
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-101-4/+2
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-2/+4
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-3/+2
* r2569: Patch from Rob Foehl <rwf@loonybin.net>:Gerald Carter2007-10-101-1/+1
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-011-1/+1
* Implemented 'net ads printer search' which searches the directory forTim Potter2003-07-031-1/+14
* Fix shadow variable warning.Tim Potter2003-06-131-4/+4
* Merge minor library fixes from HEAD to 3.0.Andrew Bartlett2003-02-191-5/+3
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-3/+3
* More printer data to publishJim McDonough2002-12-051-0/+1
* Stop using hardcoded key/value strings, be more forgiving of dsspooler/dsdriv...Jim McDonough2002-12-031-70/+74
* Don't pass a function to ADS_ERR_OK().Jim McDonough2002-11-181-6/+13
* Next step of printer publishing.Jim McDonough2002-11-181-106/+242
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-5/+4
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-1/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-37/+36
* talloc'ify ads modify functions.Jim McDonough2002-02-121-35/+51
* Update for new ads modlist structure passingJim McDonough2002-02-111-5/+14
* Update for function name changes, plus do some of the optional attributes on ...Jim McDonough2002-02-021-6/+17
* Minor bug fixes, plus support to remove a printer. Commented out optional at...Jim McDonough2002-02-021-5/+35
* Fix build errors on non-ldap systems...change function parms from LDAPMod ** ...Jim McDonough2002-02-011-1/+1
* Fix file header description and copyright (from cut-and-paste laziness)Jim McDonough2002-02-011-3/+1
* Module for ADS operations on a printer object in the directory. Initially it...Jim McDonough2002-02-011-0/+133