Age | Commit message (Expand) | Author | Files | Lines |
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 1 | -1/+0 |
2008-10-24 | Remove iconv_convenience parameter from simple string push/pull | Jelmer Vernooij | 1 | -1/+1 |
2008-07-24 | initialise query_maximal_access here too | Andrew Tridgell | 1 | -0/+1 |
2008-07-07 | smb_server/smb: handle incoming multi fragmented nttrans requests | Stefan Metzmacher | 1 | -16/+152 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -0/+1 |
2008-03-11 | smb_server: pass down RAW_RENAME_NTTRANS to the ntvfs layer | Stefan Metzmacher | 1 | -1/+24 |
2008-03-07 | Use 32 bit storage for nttrans counts | Amin Azez | 1 | -5/+5 |
2008-02-14 | Convert SMB and SMB2 code to use a common buffer handling structure | Andrew Tridgell | 1 | -3/+3 |
2008-02-01 | Fix sending of large nttrans responses. | Amin Azez | 1 | -1/+1 |
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 1 | -2/+2 |
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) | Stefan Metzmacher | 1 | -14/+20 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r21206: - a couple more nttrans places were a memcpy() should be used | Andrew Tridgell | 1 | -8/+4 |
2007-10-10 | r21183: Commit the big/little endian fix for nttrans setup[] handling. | Volker Lendecke | 1 | -4/+3 |
2007-10-10 | r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA... | Stefan Metzmacher | 1 | -16/+17 |
2007-10-10 | r15734: This is a major change to the NTVFS subsystem: | Stefan Metzmacher | 1 | -5/+10 |
2007-10-10 | r15714: fix async handling of ntioctl calls and push the DATA_BLOB into the r... | Stefan Metzmacher | 1 | -22/+32 |
2007-10-10 | r15711: - make use of nttrans_setup_reply() | Stefan Metzmacher | 1 | -14/+9 |
2007-10-10 | r15710: - we no longer need to set the nttrans out fields to zero | Stefan Metzmacher | 1 | -11/+5 |
2007-10-10 | r15709: - return an error is better than ignoring a non supported request | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r15708: setup count is 8bit and param_count and data_count are 32bit | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r15656: for NT IOCTL's we need to control the max_data field for some calls | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r15640: - NT IOCTL calls also have an 'in' data_blob | Stefan Metzmacher | 1 | -3/+1 |
2007-10-10 | r14807: fixed the format of notify responses (forgot to commit this earlier) | Andrew Tridgell | 1 | -6/+11 |
2007-10-10 | r14638: we need to call smbsrv_setup_reply() before using smbsrv_setup_error() | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r14541: separate smbsrv_request and ntvfs_request, | Stefan Metzmacher | 1 | -27/+11 |
2007-10-10 | r14539: get rid of a pointless union layer in struct smb_notify | Andrew Tridgell | 1 | -12/+12 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14256: - rename smb_file -> smb_handle | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r14173: change smb interface structures to always use | Stefan Metzmacher | 1 | -16/+16 |
2007-10-10 | r14157: - pass a struct ntvfs_request to the ntvfs layer | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14142: fixed ascii padding of nttrans create in server too | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r14013: added construction of the notify reply buffer in the nttrans server | Andrew Tridgell | 1 | -9/+62 |
2007-10-10 | r14011: - added a ntvfs_notify op to allow backends to support change notify | Andrew Tridgell | 1 | -186/+267 |
2007-10-10 | r13877: remove smbsrv_send_dos_error() and use smbsrv_send_error(..,NT_STATUS... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r13870: prefix more functions with smbsrv_ | Stefan Metzmacher | 1 | -11/+11 |
2007-10-10 | r13865: prefix functions with smbsrv_ | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r11786: move all SMB protocol specific stuff to smb_server/smb/ | Stefan Metzmacher | 1 | -0/+518 |