Age | Commit message (Expand) | Author | Files | Lines |
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 |
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-03-06 | ntvfs: pass down the client capabilities into the ntvfs layer | Stefan Metzmacher | 1 | -0/+6 |
2008-02-21 | Remove more global_loadparm instance.s | Jelmer Vernooij | 1 | -1/+1 |
2008-02-18 | Fix build with partial linking. | Jelmer Vernooij | 1 | -1/+0 |
2008-02-14 | Remove type before variables in data.mk | Jelmer Vernooij | 1 | -1/+1 |
2008-02-14 | Fixed SMB2 rename operations from Vista clients | Andrew Tridgell | 1 | -2/+5 |
2008-02-14 | Convert SMB and SMB2 code to use a common buffer handling structure | Andrew Tridgell | 7 | -94/+111 |
2008-02-12 | fixed up the .in side of SMB2 negprot | Andrew Tridgell | 1 | -0/+1 |
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 | r26504: Don't rely on system-provided kerberos headers. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26430: require explicit specification of loadparm context. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 2 | -4/+6 |
2007-12-21 | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26353: Remove use of global_loadparm. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26350: More tests. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 2 | -9/+9 |
2007-12-21 | r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr... | Jelmer Vernooij | 4 | -37/+41 |
2007-12-21 | r26264: pass name resolve order explicitly, use torture context for settings ... | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26260: Store loadparm context in gensec context. | Jelmer Vernooij | 2 | -0/+2 |
2007-12-21 | r26236: Remove more uses of global_loadparm or specify loadparm_context expli... | Jelmer Vernooij | 1 | -4/+4 |
2007-12-21 | r26221: Add loadparm_context parameter to auth_context_create. | Jelmer Vernooij | 2 | -0/+2 |
2007-12-21 | r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) | Stefan Metzmacher | 1 | -14/+20 |
2007-10-10 | r25551: Convert to standard bool type. | Jelmer Vernooij | 7 | -44/+44 |
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 5 | -33/+35 |