summaryrefslogtreecommitdiffstats
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+1
* s3-spoolss: Use existing handle in printer_driver_files_in_use().Andreas Schneider2011-07-281-11/+1
* s3-spoolss: Use existing handle in printer_driver_in_use().Andreas Schneider2011-07-281-14/+2
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-204-26/+26
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-202-2/+2
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-3/+3
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-202-6/+6
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-204-26/+26
* s3-rpc_server: Fixed segfaults in rpc daemons.Andreas Schneider2011-07-181-1/+1
* s3-printing: remove tdb migration invalid printer name checksDavid Disseldorp2011-07-071-9/+2
* s3-printing: make sure to first migrate the printers then the security descri...Günther Deschner2011-07-071-4/+16
* s3-printing: fill info2_mask in printer migrationDavid Disseldorp2011-07-071-4/+7
* s3-printing: remove spoolss pipe from migration library, only using winreg fi...Günther Deschner2011-07-073-30/+3
* s3-printing: use winreg interface for migration, instead of spoolss.Günther Deschner2011-07-071-181/+38
* s3-printing: safe a ton of roundtrips by reusing existing winreg binding_hand...Günther Deschner2011-07-072-8/+38
* s3-printing: use winreg_internal functions.Günther Deschner2011-07-072-14/+14
* s3-printing: add winreg_internal functions.Günther Deschner2011-07-071-0/+1
* s3-printing: move spoolss_create_default_devmode/secdesc to init_spoolss.hGünther Deschner2011-07-071-172/+0
* s3-printing: move driver_info_ctr_to_info8 to init_spoolss.hGünther Deschner2011-07-071-90/+0
* s3-printing: move os2 related functions to printing/nt_printing_os2.c.Günther Deschner2011-07-073-142/+187
* s3-printing: open up a winreg pipe handle for the migration code.Günther Deschner2011-07-043-4/+32
* s3-rpc_server: Migrate rpc function to tsocket_address.Andreas Schneider2011-07-041-2/+2
* s3-printing: split out printing migration code into a smaller library.Günther Deschner2011-07-015-246/+317
* s3-printing: skip migration of non-existent printersDavid Disseldorp2011-06-301-8/+18
* s3-printing: fill devicemode size in migrate_printer()David Disseldorp2011-06-301-0/+1
* param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2011-06-292-0/+2
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-202-8/+8
* tdb_compat: use tdb_open_compat.Rusty Russell2011-06-201-2/+3
* ldb: replace 'struct TDB_DATA' with 'TDB_DATA'Rusty Russell2011-06-201-1/+1
* tdb_compat: use tdb_errorstr_compat()Rusty Russell2011-06-201-6/+6
* tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere.Rusty Russell2011-06-202-6/+6
* tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2011-06-201-2/+2
* tdb_chainlock: check returns for 0, not -1.Rusty Russell2011-06-201-1/+1
* tdb_store: check returns for 0, not -1.Rusty Russell2011-06-202-6/+6
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-203-16/+16
* source3/printing/pcap.h: fix licence/copyrightGünther Deschner2011-06-101-0/+15
* source3/printing/load.h: fix licence/copyrightGünther Deschner2011-06-101-0/+24
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-092-4/+4
* s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-092-5/+5
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* Change sys_getcd() to take no arguments and always return malloc'ed memory (o...Jeremy Allison2011-06-011-8/+8
* s3: fix more -Wunused-but-set-variable build warnings.Günther Deschner2011-06-011-2/+1
* s3: fix some -Wunused-but-set-variable build warnings.Günther Deschner2011-05-301-4/+0
* Fix bug #8157 - std_pcap_cache_reload() fails to parse a cups printcap file c...Jeremy Allison2011-05-201-8/+5
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-1/+1
* s3-printing: remove cups_pull_comment_location from header fileDavid Disseldorp2011-05-161-4/+0
* s3-printing: Remove obsolete and unused cups_pull_comment_location().Andreas Schneider2011-05-161-157/+0