summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r15778: Fix bug printing ref pointers.Jelmer Vernooij2007-10-101-8/+12
* r15777: Fix unresolved symbols in shared library build.Jelmer Vernooij2007-10-102-3/+3
* r15776: Don't generate ref pointers in Samba4-generated code. There is no pointJelmer Vernooij2007-10-1030-75/+112
* r15775: add some privilege related WERROR codesStefan Metzmacher2007-10-102-0/+4
* r15774: take care of the SYSTEM_SECURITY flagStefan Metzmacher2007-10-101-1/+7
* r15773: - implement srvsvc_NetGetFileSecurity() and srvsvc_NetSetFileSecurity()Stefan Metzmacher2007-10-103-4/+199
* r15772: pass the messaging context and server_id to the dcerpc server subsystemStefan Metzmacher2007-10-104-1/+19
* r15771: this should be a o32s32 blobStefan Metzmacher2007-10-101-1/+1
* r15770: when there's a dynamic body, we need to send the first byte even if theStefan Metzmacher2007-10-102-0/+2
* r15769: this functions belong to params/ so move it.Stefan Metzmacher2007-10-104-20/+20
* r15768: make it possible that the caller of the ntvfs_subsystem doesn'tStefan Metzmacher2007-10-101-0/+6
* r15767: we need to free hereStefan Metzmacher2007-10-101-1/+1
* r15766: fix parsing of srvsvc_NetGetFileSecurity() and srvsvc_NetSetFileSecur...Stefan Metzmacher2007-10-101-4/+5
* r15762: It make no sense for rdn_name to implement modify, it will need to im...Simo Sorce2007-10-101-138/+0
* r15761: Fix-as-you-go ...Simo Sorce2007-10-104-46/+35
* r15760: - add RAW_READ_SMB2 => generic mappingStefan Metzmacher2007-10-102-4/+61
* r15759: samba4 currently only supports read sizes up to with UINT16_MAXStefan Metzmacher2007-10-101-0/+2
* r15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs backendStefan Metzmacher2007-10-102-2/+30
* r15757: - add RAW_WRITE_SMB2 => generic mappingStefan Metzmacher2007-10-102-1/+49
* r15756: handle RAW_OPEN_SMB2Stefan Metzmacher2007-10-101-0/+3
* r15754: - implement SMB2 CloseStefan Metzmacher2007-10-102-3/+43
* r15753: implement SMB2 CreateStefan Metzmacher2007-10-102-1/+150
* r15752: - add generic mapping for RAW_OPEN_SMB2Stefan Metzmacher2007-10-101-0/+32
* r15751: thanks to talloc_get_type() I noticed that I used smbsrv_request in t...Stefan Metzmacher2007-10-103-13/+22
* r15750: don't clear after settingStefan Metzmacher2007-10-101-1/+0
* r15749: - pass in a dummy oplock callbackStefan Metzmacher2007-10-101-4/+118
* r15748: - implement SMB2 TreeConnect server codeStefan Metzmacher2007-10-101-5/+105
* r15747: move some functions to the protocol independend part of theStefan Metzmacher2007-10-102-42/+34
* r15746: - reorder elements of smb2srv_requestStefan Metzmacher2007-10-101-7/+15
* r15745: - reorder the elements of smbsrv_requestStefan Metzmacher2007-10-101-10/+12
* r15744: convert_string_talloc() handles src_len == 0 as errorStefan Metzmacher2007-10-101-0/+8
* r15743: use union smb_tconStefan Metzmacher2007-10-101-16/+17
* r15742: use union smb_sessetupStefan Metzmacher2007-10-101-18/+19
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-1026-329/+453
* r15740: add TODO, that we should check if the server supportsStefan Metzmacher2007-10-101-0/+4
* r15739: return False when the function is called with an invalid levelStefan Metzmacher2007-10-101-1/+1
* r15738: make the code more readableStefan Metzmacher2007-10-101-8/+3
* r15737: fix a typos and commentStefan Metzmacher2007-10-102-3/+3
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-1033-409/+1060
* r15731: module init functions should return NTSTATUS, not voidAndrew Tridgell2007-10-1010-10/+20
* r15726: Comments and a couple of minor formattings in the code.Rafal Szczesniak2007-10-101-57/+121
* r15725: First shot at making password_hash asyncSimo Sorce2007-10-102-12/+1077
* r15719: Fix build on systems (AIX) that don't have vsyslog or strcasestr, withJim McDonough2007-10-101-0/+2
* r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher2007-10-109-20/+77
* r15716: disable the cifs_posix ntvfs backend as it will not be updatedStefan Metzmacher2007-10-101-0/+1
* r15715: add my copyrightStefan Metzmacher2007-10-101-1/+2
* r15714: fix async handling of ntioctl calls and push the DATA_BLOB into the r...Stefan Metzmacher2007-10-101-22/+32
* r15713: - initialize ntioctl.in.max_data and ntioctl.in.blobStefan Metzmacher2007-10-101-1/+4
* r15711: - make use of nttrans_setup_reply()Stefan Metzmacher2007-10-101-14/+9
* r15710: - we no longer need to set the nttrans out fields to zeroStefan Metzmacher2007-10-101-11/+5