summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15744: convert_string_talloc() handles src_len == 0 as errorStefan Metzmacher1-0/+8
2007-10-10r15743: use union smb_tconStefan Metzmacher1-16/+17
2007-10-10r15742: use union smb_sessetupStefan Metzmacher1-18/+19
2007-10-10r15741: move smb2 request structures into the main smb request structsStefan Metzmacher26-329/+453
2007-10-10r15740: add TODO, that we should check if the server supportsStefan Metzmacher1-0/+4
2007-10-10r15739: return False when the function is called with an invalid levelStefan Metzmacher1-1/+1
2007-10-10r15738: make the code more readableStefan Metzmacher1-8/+3
2007-10-10r15737: fix a typos and commentStefan Metzmacher2-3/+3
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher33-409/+1060
2007-10-10r15731: module init functions should return NTSTATUS, not voidAndrew Tridgell10-10/+20
2007-10-10r15726: Comments and a couple of minor formattings in the code.Rafal Szczesniak1-57/+121
2007-10-10r15725: First shot at making password_hash asyncSimo Sorce2-12/+1077
2007-10-10r15719: Fix build on systems (AIX) that don't have vsyslog or strcasestr, withJim McDonough1-0/+2
2007-10-10r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher9-20/+77
2007-10-10r15716: disable the cifs_posix ntvfs backend as it will not be updatedStefan Metzmacher1-0/+1
2007-10-10r15715: add my copyrightStefan Metzmacher1-1/+2
2007-10-10r15714: fix async handling of ntioctl calls and push the DATA_BLOB into the r...Stefan Metzmacher1-22/+32
2007-10-10r15713: - initialize ntioctl.in.max_data and ntioctl.in.blobStefan Metzmacher1-1/+4
2007-10-10r15711: - make use of nttrans_setup_reply()Stefan Metzmacher1-14/+9
2007-10-10r15710: - we no longer need to set the nttrans out fields to zeroStefan Metzmacher1-11/+5
2007-10-10r15709: - return an error is better than ignoring a non supported requestStefan Metzmacher1-0/+2
2007-10-10r15708: setup count is 8bit and param_count and data_count are 32bitStefan Metzmacher1-2/+2
2007-10-10r15706: This is a very specific test that helps me in making sure I don't scr...Volker Lendecke1-0/+150
2007-10-10r15702: Fix typoJelmer Vernooij1-1/+1
2007-10-10r15694: for the cifs backend it's desired that we pull and repushStefan Metzmacher1-1/+1
2007-10-10r15693: fix the logic for the "cifs:map_trans2" parameterStefan Metzmacher1-1/+1
2007-10-10r15690: - disable the lock cancel test against samba3Stefan Metzmacher1-0/+10
2007-10-10r15689: dummy commitStefan Metzmacher1-1/+1
2007-10-10r15688: windows sends 4 as max_setup count on NT IOCTLStefan Metzmacher1-1/+1
2007-10-10r15685: let samba3 pass RAW-READ and ignore one bugStefan Metzmacher1-1/+6
2007-10-10r15684: fix option passingStefan Metzmacher1-2/+2
2007-10-10r15667: Make sure the rpc pipe pointers are zeroed duringRafal Szczesniak1-0/+8
2007-10-10r15666: Fix a silly typo.Rafal Szczesniak1-1/+1
2007-10-10r15665: ejsnet test should be better now, after changes in deleteRafal Szczesniak1-1/+1
2007-10-10r15664: Add NET-API-DELETEUSER test for libnet_DeleteUser function.Rafal Szczesniak2-0/+165
2007-10-10r15663: Turn libnet_DeleteUser into async function and fix subtle bug probablyRafal Szczesniak2-82/+130
2007-10-10r15661: add NT_STATUS_OBJECTID_NOT_FOUNDStefan Metzmacher2-0/+2
2007-10-10r15659: Implement opening a key by name (significant better performanceJelmer Vernooij1-2/+236
2007-10-10r15656: for NT IOCTL's we need to control the max_data field for some callsStefan Metzmacher4-2/+6
2007-10-10r15653: Remove idl_types.h include where possible. RemoveJelmer Vernooij20-55/+14
2007-10-10r15652: Fix aliases mechanism (fixes #3710)Jelmer Vernooij2-22/+29
2007-10-10r15651: Add 'MANUAL' command in Ethereal conformance files. This allows overr...Jelmer Vernooij2-4/+50
2007-10-10r15650: Fix perl warning when generating IDL for elements with no propertiesJelmer Vernooij1-6/+5
2007-10-10r15648: Update MANIFEST to install Samba3 code generators.Jelmer Vernooij1-0/+8
2007-10-10r15643: add some FSCTL_ codesStefan Metzmacher1-5/+32
2007-10-10r15642: add an '--always-create' option to mkproto.plStefan Metzmacher1-4/+9
2007-10-10r15641: we know have source/version.hStefan Metzmacher1-3/+3
2007-10-10r15640: - NT IOCTL calls also have an 'in' data_blobStefan Metzmacher4-10/+20
2007-10-10r15639: fix warningsStefan Metzmacher2-2/+2
2007-10-10r15638: add a usefull macro to get a pointer the smb_handle unionStefan Metzmacher1-1/+43