s3:rpc_server: Rename create_tcpip_socket
[samba.git] / source3 / smbd / lanman.c
2019-01-28 Andreas Schneiders3:smbd: Use C99 initializer for RAP api_commands
2019-01-08 Volker Lendeckesmbd: Use strlcpy instead of StrnCpy
2018-08-17 Volker Lendeckelib: Pass mem_ctx to cache_path()
2018-06-14 Stefan Metzmacherprinting: remove unused arguments from delete_and_reloa...
2017-07-10 Stefan Metzmachers3:smbd: consistently use talloc_tos() memory for rpc_p...
2017-03-29 Gary Lockyerrpc: Always supply both the remote and local address...
2016-09-27 Günther Deschnerwerror: replace WERR_USER_NOT_FOUND with WERR_NERR_USER...
2016-09-27 Günther Deschnerwerror: replace WERR_INVALID_PARAM with WERR_INVALID_PA...
2016-09-27 Günther Deschnerwerror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY...
2015-05-16 Richard SharpeConvert the few instances of int32 there were to int32_t.
2015-05-01 Richard SharpeConvert uint32/16/8 to 32_t/16_t/8_t in printing.h...
2014-10-06 David Disseldorplanman: don't leak cache_path onto talloc tos
2014-09-15 Jeremy Allisons3: smbd: Change the function signature of srvstr_push...
2014-08-08 David Disseldorpprinting: only reload printer shares on client enum
2014-06-25 Jeremy Allisons3: smbd - fix processing of packets with invalid DOS...
2014-03-13 Andrew BartlettCVE-2013-4496:samr: Remove ChangePasswordUser
2014-02-12 Garming Samparam: change fstype to use a constant string
2014-02-03 Michael Adamloadparm: rename lp[cfg]_print_ok to lp[cfg]_printable...
2014-02-03 Michael Adamloadparm: rename lp[cfg]_pathname to lp[cfg]_path for...
2013-12-09 Jeremy AllisonCVE-2013-4408:s3:Ensure LookupNames replies arrays...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to rpc_pipe_o...
2013-07-23 Volker Lendeckesmbd: Fix CID 1035536 Uninitialized pointer read
2013-07-22 Volker Lendeckesmbd: Fix CID 1035537 Uninitialized pointer read
2013-07-22 Volker Lendeckesmbd: Fix CID 1035538 Uninitialized pointer read
2013-02-22 Andreas Schneiders3-smbd: Don't leak subcntarr array.
2012-09-12 Andreas Schneiders3-rap: Open printers with the right access mask.
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-06-06 Stefan Metzmachers3:smbd: pass down vuid as uint64_t in lanman.c
2012-06-06 Stefan Metzmachers3:smbd: use 'struct user_struct' instead of typedef...
2012-05-15 Volker Lendeckes3: Fix a likely cut&paste error
2011-12-13 Stefan Metzmachers3:smbd: use connections_snum_used() instead of conn_sn...
2011-12-13 Stefan Metzmachers3:param: don't reference conn_snum_used directly in...
2011-07-19 Andrew Bartletts3-auth Remove seperate guest boolean
2011-07-19 Andrew Bartletts3-auth use auth_user_info not netr_SamInfo3 in auth3_s...
2011-07-19 Andrew Bartletts3-auth Use guest boolean in auth_user_info_unix
2011-07-19 Andrew Bartletts3-auth Use struct auth_user_info_unix for unix_name...
2011-07-19 Andrew Bartletts3-auth Use *unix_token rather than utok in struct...
2011-07-04 Andreas Schneiders3-rpc_server: Migrate rpc function to tsocket_address.
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-23 Andrew Bartletts3-param Remove 'announce version' parameter
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-05-30 Andrew Bartletts3-smbd provide struct smbd_server_connection * to...
2011-05-18 Andrew Bartletts3-lib Replace StrCaseCmp() with strcasecmp_m()
2011-05-13 Simo Sorcerpc_server: Always use rpc_pipe_open_interface()
2011-05-05 Jeremy AllisonMore simple const fixes.
2011-04-29 Günther Deschners3-proto: remove duplicate prototypes.
2011-04-29 Günther Deschners3-build: remove some unused headers.
2011-04-13 Günther Deschners3-rpc_client: add and use rpc_client/rpc_client.h.
2011-03-30 Volker Lendeckes3: Fix Coverity ID 2236: REVERSE_INULL
2011-03-29 Günther Deschners3-auth: smbd needs auth.h
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-17 Volker Lendeckes3: Expose num_opens via api_RNetSessionEnum
2011-03-16 Volker Lendeckes3: Fix Coverity ID 2140, DEADCODE
2011-03-02 Günther Deschners3-lanman: talk to srvsvc dcerpc server in api_RNetSess...
2011-02-22 Günther Deschners3-printing: only include printing where really needed.
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2011-02-01 Günther Deschners3-lanman: prefer dcerpc_samr_X functions.
2011-01-21 Günther Deschners3-lanman: remove trailing whitespace.
2011-01-21 Stefan Metzmachers3:smbd: use dcerpc_spoolss_X() functions
2011-01-13 Günther Deschners3-lanman: prefer dcerpc_srvsvc_X functions.
2010-11-10 Jeremy AllisonFix bug 7781 - Samba transforms ShareName to lowercase...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-09-15 Simo Sorces3-rpc_server: Moved ncacn_np declarations in common...
2010-09-15 Simo Sorces3-rpc_server: Convert rpc_connect_spoolss_pipe into...
2010-08-25 Günther Deschners3-lsa: separate out init_lsa headers.
2010-08-18 Volker Lendeckes3: Add "client_id" to pipes_struct
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from rpc_pipe_open_...
2010-07-08 Günther Deschners3-rpc: when using rpc_pipe_open_internal, make sure...
2010-06-28 Andreas Schneiders3-lanman: Make sure count is not used uninitialized...
2010-06-28 Andreas Schneiders3-lanman: Make sure that job_info is not undefined.
2010-06-16 Günther Deschners3-lanman: Fix return code for "" printqname in api_Dos...
2010-06-12 Volker Lendeckes3: Explicitly pass sconn to the api_ functions
2010-05-28 Günther Deschners3-lanman: Fix api_RNetUserGetInfo level 2 marshalling...
2010-05-27 Simo Sorces3:auth use info3 in auth_serversupplied_info
2010-05-27 Volker Lendeckes3: Remove an unused variable
2010-05-27 Günther Deschners3-lanman: use samr for api_RNetUserGetInfo.
2010-05-26 Günther Deschners3-lanman: remove defines now provided by IDL.
2010-05-26 Günther Deschners3-lanman: parse encrypted and min_pwd_length in api_Se...
2010-05-26 Günther Deschners3-lanman: use samr for api_SetUserPassword().
2010-05-26 Simo Sorces3-lanman: Migrated to rpc_connect_spoolss_pipe().
2010-05-20 Günther Deschners3-lanman: Fix various RAP printing calls according...
2010-05-18 Günther Deschners3-rpc_client: move protos to init_spoolss.h
2010-05-18 Günther Deschners3-rpc_client: move protos to cli_spoolss.h
2010-05-11 Günther Deschners3-lanman: use samr for api_SamOEMChangePassword().
2010-05-09 Günther Deschners3-lanman: use srvsvc for api_RNetServerGetInfo().
2010-05-09 Simo Sorces3-spoolss: Make spoolss_Time_to_time_t public.
2010-05-05 Günther Deschners3-lanman: use srvsvc for api_RNetShareAdd().
2010-05-03 Günther Deschners3-lanman: before trying to call spoolss_ClosePrinter...
2010-05-03 Günther Deschners3-lanman: fix api_DosPrintQEnum().
2010-05-03 Günther Deschners3-lanman: exit early for unsupported levels in api_Pri...
2010-04-29 Günther Deschners3-lanman: fix api_DosPrintQGetInfo().
2010-04-29 Günther Deschners3-lanman: fix api_DosPrintQEnum.
2010-04-28 Günther Deschners3-lanman: support level 0 NetPrintQEnum RAP query.
2010-04-27 Günther Deschners3-lanman: use spoolss for api_WPrintDestGetInfo()...
2010-04-27 Günther Deschners3-lanman: fix debug message in api_WPrintJobEnumerate().
2010-04-27 Günther Deschners3-lanman: remove a unnecessary memset in api_WPrintJob...
next