summaryrefslogtreecommitdiff
path: root/source3/smbd/lanman.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-13s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner1-0/+1
2011-03-30s3: Fix Coverity ID 2236: REVERSE_INULLVolker Lendecke1-3/+1
2011-03-30s3-auth: smbd needs auth.hGünther Deschner1-0/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
2011-03-17s3: Expose num_opens via api_RNetSessionEnumVolker Lendecke1-1/+1
2011-03-16s3: Fix Coverity ID 2140, DEADCODEVolker Lendecke1-1/+1
2011-03-02s3-lanman: talk to srvsvc dcerpc server in api_RNetSessionEnum().Günther Deschner1-10/+63
2011-02-22s3-printing: only include printing where really needed.Günther Deschner1-0/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-37/+37
2011-02-01s3-lanman: prefer dcerpc_samr_X functions.Günther Deschner1-83/+237
2011-01-21s3-lanman: remove trailing whitespace.Günther Deschner1-30/+30
2011-01-21s3:smbd: use dcerpc_spoolss_X() functionsStefan Metzmacher1-28/+44
2011-01-13s3-lanman: prefer dcerpc_srvsvc_X functions.Günther Deschner1-3/+9
2010-11-10Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison1-3/+4
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-09-15s3-rpc_server: Moved ncacn_np declarations in common header file.Simo Sorce1-0/+1
2010-09-15s3-rpc_server: Convert rpc_connect_spoolss_pipe into a generic interface.Simo Sorce1-9/+54
2010-08-25s3-lsa: separate out init_lsa headers.Günther Deschner1-0/+1
2010-08-18s3: Add "client_id" to pipes_structVolker Lendecke1-3/+11
2010-08-08s3: Lift the smbd_messaging_context from rpc_pipe_open_internalVolker Lendecke1-3/+8
2010-07-08s3-rpc: when using rpc_pipe_open_internal, make sure to go through NDR.Günther Deschner1-8/+8
2010-06-28s3-lanman: Make sure count is not used uninitialized if we jump to out.Andreas Schneider1-1/+1
2010-06-28s3-lanman: Make sure that job_info is not undefined.Andreas Schneider1-1/+1
2010-06-16s3-lanman: Fix return code for "" printqname in api_DosPrintQGetInfo().Günther Deschner1-0/+5
2010-06-12s3: Explicitly pass sconn to the api_ functionsVolker Lendecke1-41/+77
2010-05-28s3-lanman: Fix api_RNetUserGetInfo level 2 marshalling offset calculation.Günther Deschner1-16/+16
2010-05-28s3:auth use info3 in auth_serversupplied_infoSimo Sorce1-4/+5
2010-05-27s3: Remove an unused variableVolker Lendecke1-1/+0
2010-05-27s3-lanman: use samr for api_RNetUserGetInfo.Günther Deschner1-27/+130
2010-05-26s3-lanman: remove defines now provided by IDL.Günther Deschner1-10/+0
2010-05-26s3-lanman: parse encrypted and min_pwd_length in api_SetUserPassword().Günther Deschner1-3/+25
2010-05-26s3-lanman: use samr for api_SetUserPassword().Günther Deschner1-38/+123
2010-05-26s3-lanman: Migrated to rpc_connect_spoolss_pipe().Simo Sorce1-28/+9
2010-05-20s3-lanman: Fix various RAP printing calls according to win98 testing and MS-R...Günther Deschner1-10/+10
2010-05-18s3-rpc_client: move protos to init_spoolss.hGünther Deschner1-0/+1
2010-05-18s3-rpc_client: move protos to cli_spoolss.hGünther Deschner1-0/+1
2010-05-12s3-lanman: use samr for api_SamOEMChangePassword().Günther Deschner1-9/+49
2010-05-09s3-lanman: use srvsvc for api_RNetServerGetInfo().Günther Deschner1-45/+47
2010-05-09s3-spoolss: Make spoolss_Time_to_time_t public.Simo Sorce1-15/+0
2010-05-05s3-lanman: use srvsvc for api_RNetShareAdd().Günther Deschner1-34/+42
2010-05-03s3-lanman: before trying to call spoolss_ClosePrinter make sure we have a con...Günther Deschner1-8/+8
2010-05-03s3-lanman: fix api_DosPrintQEnum().Günther Deschner1-1/+7
2010-05-03s3-lanman: exit early for unsupported levels in api_PrintJobInfo().Günther Deschner1-17/+17
2010-04-29s3-lanman: fix api_DosPrintQGetInfo().Günther Deschner1-4/+28
2010-04-29s3-lanman: fix api_DosPrintQEnum.Günther Deschner1-10/+22
2010-04-28s3-lanman: support level 0 NetPrintQEnum RAP query.Günther Deschner1-0/+1
2010-04-28s3-lanman: use spoolss for api_WPrintDestGetInfo() and api_WPrintDestEnum().Günther Deschner1-37/+115
2010-04-28s3-lanman: fix debug message in api_WPrintJobEnumerate().Günther Deschner1-1/+1
2010-04-28s3-lanman: remove a unnecessary memset in api_WPrintJobEnumerate().Günther Deschner1-1/+0