summaryrefslogtreecommitdiffstats
path: root/source/printing/printing_db.c
Commit message (Collapse)AuthorAgeFilesLines
* r16392: Klockwork #1168. Protect against null deref.Jeremy Allison2007-10-101-2/+4
| | | | Jeremy.
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1/+1
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2007-10-101-1/+1
| | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy.
* r2068: Use SMB_ASSERT to track down empty printername (thanks jerry).Günther Deschner2007-10-101-2/+1
| | | | Guenther
* r2067: Prevent nameless $LIBDIR/printing/.tdb from beeing created.Günther Deschner2007-10-101-0/+3
| | | | | | | I've seen these on several sites now without knowing how they could get created. Guenther
* r1011: fix bad merge (from a few months ago) and ensure that we always use ↵Gerald Carter2007-10-101-2/+2
| | | | tdb_open_log() instead of tdb_open_ex()
* merge from old APP_HEADGerald Carter2004-02-121-1/+2
| | | | | | | | | | * remove corrupt tdb and shutdown (only for printing tdbs, connections, sessionid & locking) * decrement smbd counter in connections.tdb in smb_panic() * various Makefile hack to get things to link 'max smbd processes' looks like it might be broken. The counter KEY is not being set. Will look into that tomorrow.
* a small include file rearrangement that doesn't affect normalAndrew Tridgell2003-11-121-0/+1
| | | | | compilation, but that allows Samba3 to take advantage of pre-compiled headers in gcc if available.
* i guess i'm the only one this ever annyoed...Gerald Carter2003-07-101-2/+2
| | | | | | fix the confusion when we tdb_lock_bystring() but we retrieve an entry using tdb_fetch_by_string. It's now always tdb.*bystring()
* Up the hash table size for printing tdb.cJeremy Allison2003-02-041-1/+1
| | | | Jeremy.
* [print notify fixes from APP_HEAD]Gerald Carter2002-11-261-0/+204
* fixing change notify on print server handle * adding change notify support into smbcontrol for sending comment changes, etc... All part of CR 1159/1160