Age | Commit message (Expand) | Author | Files | Lines |
2009-10-17 | s4-smbserver: removed bogus initialisation of two union arms | Andrew Tridgell | 2 | -2/+0 |
2009-10-15 | s4-smb: fill in fnum as well for root_fid | Andrew Tridgell | 2 | -1/+3 |
2009-10-15 | s4-smbserver: fixed root_fid in nttrans create | Andrew Tridgell | 1 | -1/+1 |
2009-10-15 | s4-smb: declare root_fid as a file handle | Andrew Tridgell | 2 | -2/+2 |
2009-09-19 | s4-smbd: minimise includes in smbd/ and smb_server | Andrew Tridgell | 6 | -9/+0 |
2009-08-05 | changed BCC handling for SMBwriteX to handle broken MacOSX client | Andrew Tridgell | 1 | -13/+8 |
2009-08-05 | on buffer overflow windows gives SMBSRV:ERRerror here | Andrew Tridgell | 1 | -1/+1 |
2009-08-04 | fixed support for readx greater than 64k | Andrew Tridgell | 1 | -1/+2 |
2009-07-01 | use the new talloc_reparent in two places | Andrew Tridgell | 1 | -1/+1 |
2009-05-26 | s4:smb2srv: We only support SMB 2.002. | Stefan Metzmacher | 1 | -1/+0 |
2009-05-20 | Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharename | Sam Liddicott | 2 | -23/+4 |
2009-04-23 | Add async support for reply_tcon* and ntvfs_connect | Sam Liddicott | 2 | -70/+105 |
2009-03-01 | s4: Use same function signature for convert_* as s3. | Jelmer Vernooij | 1 | -6/+6 |
2009-03-01 | Add allow_badcharcnv argument to all conversion function, for | Jelmer Vernooij | 1 | -2/+2 |
2009-02-13 | Remove auth/ntlm as a dependency of GENSEC by means of function pointers. | Andrew Bartlett | 3 | -27/+27 |
2009-02-02 | s4:smb_server: s/private/private_data | Stefan Metzmacher | 3 | -6/+6 |
2008-11-02 | Fix the build. | Jelmer Vernooij | 1 | -1/+1 |
2008-11-02 | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 2 | -2/+2 |
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 2 | -2/+0 |
2008-10-24 | Remove iconv_convenience argument from convert_string{,talloc}() but | Jelmer Vernooij | 1 | -2/+2 |
2008-10-24 | Remove iconv_convenience parameter from simple string push/pull | Jelmer Vernooij | 2 | -2/+2 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-30 | s4:smb_server/smb: FLAGS2_SMB_SECURITY_SIGNATURES should only be echoed, not ... | Stefan Metzmacher | 1 | -5/+6 |
2008-09-29 | NetApp found that we never set the smb signing flags2. | Andrew Bartlett | 1 | -0/+4 |
2008-09-23 | s4:smb_server: remove the bogus smbsrv_signing_restart() | Stefan Metzmacher | 2 | -41/+2 |
2008-09-22 | Explain why we use signing for DCs, but not file servers | Andrew Bartlett | 1 | -0/+9 |
2008-09-05 | Move our DC to implement mandetory signing. | Andrew Bartlett | 2 | -4/+10 |
2008-09-05 | With a windows 2008 client, even anonymous requires signing... | Andrew Bartlett | 1 | -6/+0 |
2008-07-24 | initialise query_maximal_access here too | Andrew Tridgell | 1 | -0/+1 |
2008-07-24 | make sure we initialise query_maximal_access | Andrew Tridgell | 1 | -0/+1 |
2008-07-07 | smb_server/smb: handle incoming multi fragmented nttrans requests | Stefan Metzmacher | 1 | -16/+152 |
2008-07-07 | smb_server/smb: prepare multi fragmented nttrans requests | Stefan Metzmacher | 1 | -3/+3 |
2008-07-07 | smb_server/smb: trans(2) setup count is uint8_t | Stefan Metzmacher | 1 | -2/+3 |
2008-07-07 | smb_server/smb: transs and transs2 calls have different word counts | Stefan Metzmacher | 1 | -1/+12 |
2008-07-07 | smb_server/smb: fix crash bug with fragmented trans calls | Stefan Metzmacher | 1 | -13/+20 |
2008-06-02 | more updates for new info levels | Andrew Tridgell | 1 | -3/+12 |
2008-05-28 | make sure we send a reply packet for bad create options | Andrew Tridgell | 1 | -1/+2 |
2008-05-26 | stricter checks for valid inputs in SMB2 open and lock | Andrew Tridgell | 1 | -0/+5 |
2008-05-19 | Merge commit 'origin/v4-0-test' into vfs_smb2 | Andrew Tridgell | 1 | -2/+2 |
2008-05-18 | Fix a couple (well, little more than that..) of typos. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-18 | Create prototype headers from Makefile directory, without smb_build in the mi... | Jelmer Vernooij | 1 | -1/+1 |
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-16 | fixed warning | Andrew Tridgell | 1 | -1/+2 |
2008-04-18 | Flag smb messages array with AND_X and LARGE_REQUEST | Amin Azez | 1 | -10/+21 |
2008-04-18 | Re-order smbsrv_recv_smb_request and smb_messages | Amin Azez | 1 | -99/+99 |
2008-04-17 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 1 | -2/+3 |
2008-04-17 | fix the overflow/wrap checks in Samba4 for new gcc optimisation behavior | Andrew Tridgell | 1 | -3/+3 |
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 1 | -2/+3 |
2008-04-14 | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 1 | -6/+8 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 3 | -0/+3 |