Age | Commit message (Expand) | Author | Files | Lines |
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 1 | -3/+3 |
2011-05-29 | s3: Reply correctly to a bad nbt session request | Volker Lendecke | 1 | -1/+15 |
2011-05-20 | Optimization. If the attributes passed to can_rename() include both FILE_ATTR... | Jeremy Allison | 1 | -5/+8 |
2011-05-20 | s3: Fix an uninitialized variable | Volker Lendecke | 1 | -1/+1 |
2011-05-05 | Fix many const compiler warnings. | Jeremy Allison | 1 | -7/+7 |
2011-05-03 | s3: reply_readbraw_error needs an sconn as argument also in the non-LFS code ... | Björn Jacke | 1 | -1/+1 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH | Andrew Bartlett | 1 | -2/+2 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR | Andrew Bartlett | 1 | -15/+15 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_VOLUME intead of aVOLID | Andrew Bartlett | 1 | -3/+3 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM | Andrew Bartlett | 1 | -2/+2 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN | Andrew Bartlett | 1 | -3/+3 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY | Andrew Bartlett | 1 | -3/+3 |
2011-04-22 | s3: Fix Coverity ID 2335, CHECKED_RETURN | Volker Lendecke | 1 | -1/+3 |
2011-04-14 | s3: only include smb profiling where needed. | Günther Deschner | 1 | -0/+1 |
2011-04-13 | s3-rpc_client: add and use rpc_client/rpc_client.h. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-auth: smbd needs auth.h | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-libsmb: put namequery headers to nmblib.h | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3: include smbd/smbd.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-03-19 | s3:smbd: remove uses of "./" in unlink_internals() | Stefan Metzmacher | 1 | -4/+0 |
2011-02-22 | s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info | Andrew Bartlett | 1 | -3/+3 |
2011-02-10 | Put OpenDir() back the way it was - don't overload with an fsp arg. Create Op... | Jeremy Allison | 1 | -3/+3 |
2011-02-09 | Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F... | Jeremy Allison | 1 | -3/+4 |
2011-02-08 | Use corrcet function instead of cut-and-paste code. | Jeremy Allison | 1 | -1/+1 |
2011-01-27 | Looking into printer driver issues, I ran across some peculiarities in | David Disseldorp | 1 | -8/+11 |
2011-01-25 | Add uint32_t name_hash argument (currently unused) to get_file_infos(). | Jeremy Allison | 1 | -2/+2 |
2011-01-25 | Add name_hash into the share mode entry struct (as yet only use for renames t... | Jeremy Allison | 1 | -1/+8 |
2011-01-21 | s3:smbd: use dcerpc_spoolss_X() functions | Stefan Metzmacher | 1 | -4/+6 |
2011-01-21 | Remove all uses of "./" in pathnames - make canonical. This will become impor... | Jeremy Allison | 1 | -50/+78 |
2011-01-20 | Make processing of incoming stream rename paths common between reply_mv and n... | Jeremy Allison | 1 | -0/+25 |
2010-12-16 | Fix old bug in openX code, exposed when "strict allocate" is set to true. | Jeremy Allison | 1 | -5/+9 |
2010-12-15 | Implement "use sendfile = yes" for SMB2. (cherry picked from commit 95cb7adcd... | Jeremy Allison | 1 | -3/+2 |
2010-12-13 | As we handle missing sendfile() inside lib/sendfile.c, remove the WITH_SENDFI... | Jeremy Allison | 1 | -7/+0 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -0/+1 |
2010-09-28 | s3: Lift smbd_server_conn from file_find_di_first | Volker Lendecke | 1 | -2/+3 |
2010-09-28 | s3: Remove smbd_server_conn from file_close_user | Volker Lendecke | 1 | -1/+1 |
2010-09-28 | s3: Remove smbd_server_conn from file_close_pid | Volker Lendecke | 1 | -1/+1 |
2010-09-27 | Small tweak to bugfix for 7698 - Assert causes smbd to panic on invalid NetBI... | Jeremy Allison | 1 | -3/+3 |
2010-09-26 | Fix bug #7698 - Assert causes smbd to panic on invalid NetBIOS session request. | Jeremy Allison | 1 | -11/+30 |
2010-09-22 | Thank goodness for code reviews. Volker caught - this should be lp_posix_path... | Jeremy Allison | 1 | -1/+1 |
2010-09-22 | Fix bug #7693 - smbd changing mode of files on rename | Jeremy Allison | 1 | -2/+3 |
2010-09-15 | s3-rpc_server: Moved ncacn_np declarations in common header file. | Simo Sorce | 1 | -0/+1 |
2010-09-15 | s3-rpc_server: Convert rpc_connect_spoolss_pipe into a generic interface. | Simo Sorce | 1 | -1/+6 |
2010-08-28 | s3: Remove smbd_server_fd() from set_local_machine_name() | Volker Lendecke | 1 | -0/+9 |
2010-08-26 | s3-build: only include "fake_file.h" where needed. | Günther Deschner | 1 | -0/+1 |
2010-08-24 | s3: Make srv_send_smb take an sconn instead of a sock fd | Volker Lendecke | 1 | -4/+4 |
2010-08-18 | s3: Lift smbd_server_fd from reload_services() | Volker Lendecke | 1 | -1/+1 |
2010-08-17 | s3: Remove smbd_server_fd() from read_smb_length() | Volker Lendecke | 1 | -12/+7 |
2010-08-17 | s3: Move read_smb_length() to smbd/reply.c | Volker Lendecke | 1 | -0/+42 |