Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r15780: Fix indentation of deferred code (fixed #3739) | Jelmer Vernooij | 1 | -6/+13 |
2007-10-10 | r15779: Remove keepref from atsvc and efs. | Jelmer Vernooij | 4 | -20/+18 |
2007-10-10 | r15778: Fix bug printing ref pointers. | Jelmer Vernooij | 1 | -8/+12 |
2007-10-10 | r15777: Fix unresolved symbols in shared library build. | Jelmer Vernooij | 2 | -3/+3 |
2007-10-10 | r15776: Don't generate ref pointers in Samba4-generated code. There is no point | Jelmer Vernooij | 30 | -75/+112 |
2007-10-10 | r15775: add some privilege related WERROR codes | Stefan Metzmacher | 2 | -0/+4 |
2007-10-10 | r15774: take care of the SYSTEM_SECURITY flag | Stefan Metzmacher | 1 | -1/+7 |
2007-10-10 | r15773: - implement srvsvc_NetGetFileSecurity() and srvsvc_NetSetFileSecurity() | Stefan Metzmacher | 3 | -4/+199 |
2007-10-10 | r15772: pass the messaging context and server_id to the dcerpc server subsystem | Stefan Metzmacher | 4 | -1/+19 |
2007-10-10 | r15771: this should be a o32s32 blob | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15770: when there's a dynamic body, we need to send the first byte even if the | Stefan Metzmacher | 2 | -0/+2 |
2007-10-10 | r15769: this functions belong to params/ so move it. | Stefan Metzmacher | 4 | -20/+20 |
2007-10-10 | r15768: make it possible that the caller of the ntvfs_subsystem doesn't | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r15767: we need to free here | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15766: fix parsing of srvsvc_NetGetFileSecurity() and srvsvc_NetSetFileSecur... | Stefan Metzmacher | 1 | -4/+5 |
2007-10-10 | r15762: It make no sense for rdn_name to implement modify, it will need to im... | Simo Sorce | 1 | -138/+0 |
2007-10-10 | r15761: Fix-as-you-go ... | Simo Sorce | 4 | -46/+35 |
2007-10-10 | r15760: - add RAW_READ_SMB2 => generic mapping | Stefan Metzmacher | 2 | -4/+61 |
2007-10-10 | r15759: samba4 currently only supports read sizes up to with UINT16_MAX | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs backend | Stefan Metzmacher | 2 | -2/+30 |
2007-10-10 | r15757: - add RAW_WRITE_SMB2 => generic mapping | Stefan Metzmacher | 2 | -1/+49 |
2007-10-10 | r15756: handle RAW_OPEN_SMB2 | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r15754: - implement SMB2 Close | Stefan Metzmacher | 2 | -3/+43 |
2007-10-10 | r15753: implement SMB2 Create | Stefan Metzmacher | 2 | -1/+150 |
2007-10-10 | r15752: - add generic mapping for RAW_OPEN_SMB2 | Stefan Metzmacher | 1 | -0/+32 |
2007-10-10 | r15751: thanks to talloc_get_type() I noticed that I used smbsrv_request in t... | Stefan Metzmacher | 3 | -13/+22 |
2007-10-10 | r15750: don't clear after setting | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r15749: - pass in a dummy oplock callback | Stefan Metzmacher | 1 | -4/+118 |
2007-10-10 | r15748: - implement SMB2 TreeConnect server code | Stefan Metzmacher | 1 | -5/+105 |
2007-10-10 | r15747: move some functions to the protocol independend part of the | Stefan Metzmacher | 2 | -42/+34 |
2007-10-10 | r15746: - reorder elements of smb2srv_request | Stefan Metzmacher | 1 | -7/+15 |
2007-10-10 | r15745: - reorder the elements of smbsrv_request | Stefan Metzmacher | 1 | -10/+12 |
2007-10-10 | r15744: convert_string_talloc() handles src_len == 0 as error | Stefan Metzmacher | 1 | -0/+8 |
2007-10-10 | r15743: use union smb_tcon | Stefan Metzmacher | 1 | -16/+17 |
2007-10-10 | r15742: use union smb_sessetup | Stefan Metzmacher | 1 | -18/+19 |
2007-10-10 | r15741: move smb2 request structures into the main smb request structs | Stefan Metzmacher | 26 | -329/+453 |
2007-10-10 | r15740: add TODO, that we should check if the server supports | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r15739: return False when the function is called with an invalid level | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15738: make the code more readable | Stefan Metzmacher | 1 | -8/+3 |
2007-10-10 | r15737: fix a typos and comment | Stefan Metzmacher | 2 | -3/+3 |
2007-10-10 | r15734: This is a major change to the NTVFS subsystem: | Stefan Metzmacher | 33 | -409/+1060 |
2007-10-10 | r15731: module init functions should return NTSTATUS, not void | Andrew Tridgell | 10 | -10/+20 |
2007-10-10 | r15726: Comments and a couple of minor formattings in the code. | Rafal Szczesniak | 1 | -57/+121 |
2007-10-10 | r15725: First shot at making password_hash async | Simo Sorce | 2 | -12/+1077 |
2007-10-10 | r15719: Fix build on systems (AIX) that don't have vsyslog or strcasestr, with | Jim McDonough | 1 | -0/+2 |
2007-10-10 | r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l... | Stefan Metzmacher | 9 | -20/+77 |
2007-10-10 | r15716: disable the cifs_posix ntvfs backend as it will not be updated | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r15715: add my copyright | Stefan Metzmacher | 1 | -1/+2 |
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 | r15713: - initialize ntioctl.in.max_data and ntioctl.in.blob | Stefan Metzmacher | 1 | -1/+4 |