summaryrefslogtreecommitdiff
path: root/source3/rpc_server/spoolss/srv_spoolss_nt.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-27s3-spoolss: Use tmp_ctx everywhere in _spoolss_DeletePrinterDriverEx.Andreas Schneider1-6/+6
2011-07-27s3-spoolss: Improve memory efficiency.Simo Sorce1-158/+242
2011-07-20s3-auth Use the common auth_session_infoAndrew Bartlett1-22/+22
2011-07-20s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett1-6/+6
2011-07-20s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett1-13/+13
2011-07-20s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett1-22/+22
2011-07-07s3-printing: safe a ton of roundtrips by reusing existing winreg binding_hand...Günther Deschner1-148/+191
2011-07-07s3-printing: use winreg_internal functions.Günther Deschner1-73/+73
2011-07-07s3-printing: add winreg_internal functions.Günther Deschner1-0/+1
2011-07-04s3-spoolss: Replace client_id in the spoolss server.Andreas Schneider1-8/+63
2011-06-21s3-spoolss: Fix some valgrind warnings.Andreas Schneider1-3/+3
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-7/+7
2011-06-09s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-10/+10
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-11/+11
2011-06-08s3-spoolss: fix -Wunused-but-set-variable build warning in _spoolss_EnumPrint...Günther Deschner1-0/+4
2011-06-01s3: fix more -Wunused-but-set-variable build warnings.Günther Deschner1-2/+1
2011-05-31s3-smbd provide struct smbd_server_connection * to conn_snum_usedAndrew Bartlett1-0/+1
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-11/+11
2011-05-16s3-spoolss: Get the printer location from cups.Andreas Schneider1-2/+33
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-05-06s3-spoolss: remove unused struct in construct_notify_printer_info().Günther Deschner1-2/+1
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison1-2/+2
2011-05-04Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison1-1/+1
2011-05-02s3: include ntdomain.h before including generated srv_ headers.Günther Deschner1-1/+1
2011-05-02s3-printing: avoid using pipes_struct when only session_info is needed.Günther Deschner1-2/+2
2011-05-02s3-proto: move remaining spoolss protos to own header file.Günther Deschner1-0/+1
2011-04-20s3-spoolss: fix debug statement in spoolss_addprinterex_level_2().Günther Deschner1-2/+2
2011-03-30s3-includes: only include ntdomain.h where needed.Günther Deschner1-0/+1
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-1/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-30s3-auth: rpc_server needs auth.hGünther Deschner1-0/+1
2011-03-30s3: rpc_server needs parts of smbd.Günther Deschner1-0/+1
2011-03-30registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner1-0/+1
2011-03-27s3: Fix Coverity ID 2195: NO_EFFECTVolker Lendecke1-1/+1
2011-03-18s3: Add "print notify backchannel" parameter to prevent us doing the reverse ...Volker Lendecke1-0/+6
2011-03-16s3: Fix Coverity ID 1017, CHECKED_RETURNVolker Lendecke1-1/+3
2011-03-02s3-server_id: only include server_id where needed.Günther Deschner1-0/+1
2011-03-02s3-printing: fix move_driver_to_download_area() error pathsDavid Disseldorp1-2/+2
2011-02-28Fix some typesJelmer Vernooij1-1/+1
2011-02-28s3-rpc_client: Move client pipe functions to own header.Andreas Schneider1-0/+1
2011-02-27s3: Make is_zero_addr take a sockaddr_storageVolker Lendecke1-1/+1
2011-02-22s3-printing: isolate print notification prototypes better.Günther Deschner1-0/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-184/+184
2011-02-10s3-rpc_server: move services into individual directories.Günther Deschner1-0/+10658