summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
2011-07-07s3-printing: remove tdb migration invalid printer name checksDavid Disseldorp1-9/+2
2011-07-07s3-printing: make sure to first migrate the printers then the security descri...Günther Deschner1-4/+16
2011-07-07s3-printing: fill info2_mask in printer migrationDavid Disseldorp1-4/+7
2011-07-07s3-printing: remove spoolss pipe from migration library, only using winreg fi...Günther Deschner3-30/+3
2011-07-07s3-printing: use winreg interface for migration, instead of spoolss.Günther Deschner1-181/+38
2011-07-07s3-printing: safe a ton of roundtrips by reusing existing winreg binding_hand...Günther Deschner2-8/+38
2011-07-07s3-printing: use winreg_internal functions.Günther Deschner2-14/+14
2011-07-07s3-printing: add winreg_internal functions.Günther Deschner1-0/+1
2011-07-07s3-printing: move spoolss_create_default_devmode/secdesc to init_spoolss.hGünther Deschner1-172/+0
2011-07-07s3-printing: move driver_info_ctr_to_info8 to init_spoolss.hGünther Deschner1-90/+0
2011-07-07s3-printing: move os2 related functions to printing/nt_printing_os2.c.Günther Deschner3-142/+187
2011-07-04s3-printing: open up a winreg pipe handle for the migration code.Günther Deschner3-4/+32
2011-07-04s3-rpc_server: Migrate rpc function to tsocket_address.Andreas Schneider1-2/+2
2011-07-01s3-printing: split out printing migration code into a smaller library.Günther Deschner5-246/+317
2011-06-30s3-printing: skip migration of non-existent printersDavid Disseldorp1-8/+18
2011-06-30s3-printing: fill devicemode size in migrate_printer()David Disseldorp1-0/+1
2011-06-29param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2-0/+2
2011-06-20tdb_compat: Higher level API fixes.Rusty Russell2-8/+8
2011-06-20tdb_compat: use tdb_open_compat.Rusty Russell1-2/+3
2011-06-20ldb: replace 'struct TDB_DATA' with 'TDB_DATA'Rusty Russell1-1/+1
2011-06-20tdb_compat: use tdb_errorstr_compat()Rusty Russell1-6/+6
2011-06-20tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere.Rusty Russell2-6/+6
2011-06-20tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell1-2/+2
2011-06-20tdb_chainlock: check returns for 0, not -1.Rusty Russell1-1/+1
2011-06-20tdb_store: check returns for 0, not -1.Rusty Russell2-6/+6
2011-06-20tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell3-16/+16
2011-06-10source3/printing/pcap.h: fix licence/copyrightGünther Deschner1-0/+15
2011-06-10source3/printing/load.h: fix licence/copyrightGünther Deschner1-0/+24
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2-4/+4
2011-06-09s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett1-2/+2
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2-5/+5
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-06-01Change sys_getcd() to take no arguments and always return malloc'ed memory (o...Jeremy Allison1-8/+8
2011-06-01s3: fix more -Wunused-but-set-variable build warnings.Günther Deschner1-2/+1
2011-05-30s3: fix some -Wunused-but-set-variable build warnings.Günther Deschner1-4/+0
2011-05-20Fix bug #8157 - std_pcap_cache_reload() fails to parse a cups printcap file c...Jeremy Allison1-8/+5
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-1/+1
2011-05-16s3-printing: remove cups_pull_comment_location from header fileDavid Disseldorp1-4/+0
2011-05-16s3-printing: Remove obsolete and unused cups_pull_comment_location().Andreas Schneider1-157/+0
2011-05-16s3-printing: Get the location info from cups.Günther Deschner9-30/+80
2011-05-13rpc_server: Always use rpc_pipe_open_interface()Simo Sorce1-1/+1
2011-05-11s3-printing: make cups_pull_comment_location() work again.Günther Deschner1-13/+2
2011-05-10s3-printing: Fix double free of cups request.Günther Deschner1-4/+0
2011-05-10s3-printing: very obvious fix for cups_pull_comment_location().Günther Deschner1-1/+1
2011-05-06s3: only include tdb headers where needed.Günther Deschner7-1/+8
2011-05-05More simple const fixes.Jeremy Allison2-3/+3
2011-05-05s3-printing: run minimal_includes.pl.Günther Deschner4-9/+0
2011-05-04Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison1-1/+2
2011-05-02s3: include ntdomain.h before including generated srv_ headers.Günther Deschner1-0/+1