s3-libsmb: Remove use of cli_errstr()
[kai/samba.git] / source3 / printing /
2011-07-07 David Disseldorps3-printing: remove tdb migration invalid printer name...
2011-07-07 Günther Deschners3-printing: make sure to first migrate the printers...
2011-07-07 David Disseldorps3-printing: fill info2_mask in printer migration
2011-07-07 Günther Deschners3-printing: remove spoolss pipe from migration library...
2011-07-07 Günther Deschners3-printing: use winreg interface for migration, instea...
2011-07-07 Günther Deschners3-printing: safe a ton of roundtrips by reusing existi...
2011-07-07 Günther Deschners3-printing: use winreg_internal functions.
2011-07-07 Günther Deschners3-printing: add winreg_internal functions.
2011-07-07 Günther Deschners3-printing: move spoolss_create_default_devmode/secdes...
2011-07-07 Günther Deschners3-printing: move driver_info_ctr_to_info8 to init_spoo...
2011-07-07 Günther Deschners3-printing: move os2 related functions to printing...
2011-07-04 Günther Deschners3-printing: open up a winreg pipe handle for the migra...
2011-07-04 Andreas Schneiders3-rpc_server: Migrate rpc function to tsocket_address.
2011-07-01 Günther Deschners3-printing: split out printing migration code into...
2011-06-30 David Disseldorps3-printing: skip migration of non-existent printers
2011-06-30 David Disseldorps3-printing: fill devicemode size in migrate_printer()
2011-06-29 Andrew Bartlettparam: Merge param headers into lib/param/loadparm.h
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-20 Rusty Russelltdb_compat: Higher level API fixes.
2011-06-20 Rusty Russelltdb_compat: use tdb_open_compat.
2011-06-20 Rusty Russellldb: replace 'struct TDB_DATA' with 'TDB_DATA'
2011-06-20 Rusty Russelltdb_compat: use tdb_errorstr_compat()
2011-06-20 Rusty Russelltdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat...
2011-06-20 Rusty Russelltdb_traverse/tdb_traverse_read: check returns for negat...
2011-06-20 Rusty Russelltdb_chainlock: check returns for 0, not -1.
2011-06-20 Rusty Russelltdb_store: check returns for 0, not -1.
2011-06-20 Rusty Russelltdb_fetch_compat: use instead of tdb_fetch.
2011-06-10 Günther Deschnersource3/printing/pcap.h: fix licence/copyright
2011-06-10 Günther Deschnersource3/printing/load.h: fix licence/copyright
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-01 Jeremy AllisonChange sys_getcd() to take no arguments and always...
2011-05-31 Günther Deschners3: fix more -Wunused-but-set-variable build warnings.
2011-05-30 Günther Deschners3: fix some -Wunused-but-set-variable build warnings.
2011-05-20 Jeremy AllisonFix bug #8157 - std_pcap_cache_reload() fails to parse...
2011-05-18 Andrew Bartletts3-lib Replace StrCaseCmp() with strcasecmp_m()
2011-05-16 David Disseldorps3-printing: remove cups_pull_comment_location from...
2011-05-16 Andreas Schneiders3-printing: Remove obsolete and unused cups_pull_comme...
2011-05-16 Günther Deschners3-printing: Get the location info from cups.
2011-05-13 Simo Sorcerpc_server: Always use rpc_pipe_open_interface()
2011-05-11 Günther Deschners3-printing: make cups_pull_comment_location() work...
2011-05-10 Günther Deschners3-printing: Fix double free of cups request.
2011-05-10 Günther Deschners3-printing: very obvious fix for cups_pull_comment_loc...
2011-04-22 Jeremy AllisonFix compiler warning in debug message.
2011-04-20 Günther Deschners3-smbd: fix the AIX 5.3 build.
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-05-05 Jeremy AllisonMore simple const fixes.
2011-05-05 Günther Deschners3-printing: run minimal_includes.pl.
2011-05-04 Jeremy AllisonFix warning messages caused by addition of null check...
2011-05-02 Günther Deschners3: include ntdomain.h before including generated srv_...
2011-05-02 Günther Deschners3-printing: include ../librpc/ndr/libndr.h in ads...
2011-05-02 Günther Deschners3-printing: avoid using pipes_struct when only session...
2011-05-02 Günther Deschners3-proto: move remaining spoolss protos to own header...
2011-05-02 Günther Deschners3-proto: move rpc_srv_register protos and structs...
2011-04-13 Günther Deschners3-rpc_client: add and use rpc_client/rpc_client.h.
2011-04-11 Andreas Schneiders3-printing: Use become_user_by_session() function.
2011-04-05 Volker Lendeckes3: Fix print_spool_end
2011-03-29 Günther Deschners3-includes: only include ntdomain.h where needed.
2011-03-29 Günther Deschners3-messages: make ndr_messaging.h part of messages.h.
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschners3-auth: printing needs auth.h
2011-03-29 Günther Deschners3-locking: move locking prototypes out of proto.h.
2011-03-29 Günther Deschners3: printing needs parts of smbd.
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-29 Günther Deschnerregistry: create and use shared libcli/registry/util_re...
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/passwd.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/syslog.h when needed.
2011-03-29 Andreas Schneiders3-spoolssd: Register spoolssd endpoints.
2011-03-29 Andreas Schneiders3-spoolssd: Fixed logfile creation.
2011-03-29 Andreas Schneiders3-spoolssd: Added missing include.
2011-03-29 Andreas Schneiders3-spoolssd: Pass down event and messanging context.
2011-03-29 Andreas Schneiders3-spoolssd: Fixed reopening of logs.
2011-03-29 Simo Sorces3:spoolssd Initialize the spoolss rpc interfaces
2011-03-29 Simo Sorces3:spoolssd Add spoolss own signal handlers
2011-03-29 Simo Sorces3:spoolssd handle smb.conf reloads directly
2011-03-29 Simo Sorces3:spoolssd Create our own log file
2011-03-29 Simo Sorces3:spoolssd Add skeleton for spoolss daemon
2011-03-29 Simo Sorces3:printing Make print_queue_receive public
2011-03-16 David Disseldorps3-printing: fix memory leak in print_cups.c
2011-03-16 David Disseldorps3-printing: remove duplicate cups response processing...
2011-03-16 David Disseldorps3-printing: use printcap IDL for IPC
2011-03-04 David Disseldorps3-printing: fix cups pcap reload with no printers
2011-03-04 David Disseldorps3-printing: remove unneeded local_pcap_copy global
2011-03-04 David Disseldorps3-printing: follow force user/group for driver IO
2011-03-02 Günther Deschners3-server_id: only include server_id where needed.
2011-03-02 David Disseldorps3-printing: vfs_connect prior to driver/dfs IO
2011-03-01 David Disseldorps3-printing: clean up get_correct_cversion error paths
2011-03-01 David Disseldorps3-printing: fix move_driver_to_download_area() error...
2011-02-28 Jeremy AllisonFix compiler warning on casting -1 to uint32.
2011-02-28 Jelmer VernooijFix some types
2011-02-22 Günther Deschners3-printing: move more printing structs to printing.h
2011-02-22 Günther Deschners3-printing: only include printing where really needed.
2011-02-22 Günther Deschners3-printing: fix pcacp prototypes and includes.
2011-02-22 Günther Deschners3-printing: isolate print notification prototypes...
next