summaryrefslogtreecommitdiff
path: root/source3/smbd/lanman.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: Use C99 initializer for RAP api_commandsAndreas Schneider2019-01-281-38/+177
* smbd: Use strlcpy instead of StrnCpyVolker Lendecke2019-01-081-1/+1
* lib: Pass mem_ctx to cache_path()Volker Lendecke2018-08-171-1/+1
* printing: remove unused arguments from delete_and_reload_printers()Stefan Metzmacher2018-06-141-1/+1
* s3:smbd: consistently use talloc_tos() memory for rpc_pipe_open_interface()Stefan Metzmacher2017-07-101-10/+10
* rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer2017-03-291-3/+17
* werror: replace WERR_USER_NOT_FOUND with WERR_NERR_USERNOTFOUND in source3/sm...Günther Deschner2016-09-281-1/+1
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/smb...Günther Deschner2016-09-281-6/+6
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/smbd/lanman.cGünther Deschner2016-09-281-1/+1
* Convert the few instances of int32 there were to int32_t.Richard Sharpe2015-05-161-1/+1
* Convert uint32/16/8 to 32_t/16_t/8_t in printing.h and all files that include...Richard Sharpe2015-05-011-7/+7
* lanman: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-061-2/+9
* s3: smbd: Change the function signature of srvstr_push() from returning a len...Jeremy Allison2014-09-161-2/+7
* printing: only reload printer shares on client enumDavid Disseldorp2014-08-081-0/+1
* s3: smbd - fix processing of packets with invalid DOS charset conversions.Jeremy Allison2014-06-251-2/+2
* CVE-2013-4496:samr: Remove ChangePasswordUserAndrew Bartlett2014-03-131-254/+0
* param: change fstype to use a constant stringGarming Sam2014-02-121-1/+1
* loadparm: rename lp[cfg]_print_ok to lp[cfg]_printable for consistency with docsMichael Adam2014-02-031-1/+1
* loadparm: rename lp[cfg]_pathname to lp[cfg]_path for consistency with docsMichael Adam2014-02-031-2/+2
* CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison2013-12-091-0/+8
* s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_interface().Günther Deschner2013-08-051-18/+18
* smbd: Fix CID 1035536 Uninitialized pointer readVolker Lendecke2013-07-231-1/+1
* smbd: Fix CID 1035537 Uninitialized pointer readVolker Lendecke2013-07-221-1/+1
* smbd: Fix CID 1035538 Uninitialized pointer readVolker Lendecke2013-07-221-1/+1
* s3-smbd: Don't leak subcntarr array.Andreas Schneider2013-02-221-1/+1
* s3-rap: Open printers with the right access mask.Andreas Schneider2012-09-121-3/+3
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-4/+10
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-12/+13
* s3:smbd: pass down vuid as uint64_t in lanman.cStefan Metzmacher2012-06-061-36/+36
* s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'Stefan Metzmacher2012-06-061-2/+2
* s3: Fix a likely cut&paste errorVolker Lendecke2012-05-151-1/+1
* s3:smbd: use connections_snum_used() instead of conn_snum_used() for load_use...Stefan Metzmacher2011-12-131-1/+1
* s3:param: don't reference conn_snum_used directly in load_usershare_shares()Stefan Metzmacher2011-12-131-1/+1
* s3-auth Remove seperate guest booleanAndrew Bartlett2011-07-201-1/+1
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-201-3/+3
* s3-auth Use guest boolean in auth_user_info_unixAndrew Bartlett2011-07-201-1/+1
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-6/+6
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-201-3/+3
* s3-rpc_server: Migrate rpc function to tsocket_address.Andreas Schneider2011-07-041-18/+18
* s3-param Remove 'announce version' parameterAndrew Bartlett2011-06-231-2/+2
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-6/+6
* s3-smbd provide struct smbd_server_connection * to conn_snum_usedAndrew Bartlett2011-05-311-1/+1
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-3/+3
* rpc_server: Always use rpc_pipe_open_interface()Simo Sorce2011-05-131-8/+8
* More simple const fixes.Jeremy Allison2011-05-051-4/+4
* s3-proto: remove duplicate prototypes.Günther Deschner2011-04-291-0/+1
* s3-build: remove some unused headers.Günther Deschner2011-04-291-3/+0
* s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner2011-04-131-0/+1
* s3: Fix Coverity ID 2236: REVERSE_INULLVolker Lendecke2011-03-301-3/+1
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1