Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r15711: - make use of nttrans_setup_reply() | Stefan Metzmacher | 1 | -14/+9 |
2007-10-10 | r15710: - we no longer need to set the nttrans out fields to zero | Stefan Metzmacher | 1 | -11/+5 |
2007-10-10 | r15709: - return an error is better than ignoring a non supported request | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r15708: setup count is 8bit and param_count and data_count are 32bit | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r15706: This is a very specific test that helps me in making sure I don't scr... | Volker Lendecke | 1 | -0/+150 |
2007-10-10 | r15702: Fix typo | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15694: for the cifs backend it's desired that we pull and repush | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15693: fix the logic for the "cifs:map_trans2" parameter | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15690: - disable the lock cancel test against samba3 | Stefan Metzmacher | 1 | -0/+10 |
2007-10-10 | r15689: dummy commit | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15688: windows sends 4 as max_setup count on NT IOCTL | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15685: let samba3 pass RAW-READ and ignore one bug | Stefan Metzmacher | 1 | -1/+6 |
2007-10-10 | r15684: fix option passing | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r15667: Make sure the rpc pipe pointers are zeroed during | Rafal Szczesniak | 1 | -0/+8 |
2007-10-10 | r15666: Fix a silly typo. | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r15665: ejsnet test should be better now, after changes in delete | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r15664: Add NET-API-DELETEUSER test for libnet_DeleteUser function. | Rafal Szczesniak | 2 | -0/+165 |
2007-10-10 | r15663: Turn libnet_DeleteUser into async function and fix subtle bug probably | Rafal Szczesniak | 2 | -82/+130 |
2007-10-10 | r15661: add NT_STATUS_OBJECTID_NOT_FOUND | Stefan Metzmacher | 2 | -0/+2 |
2007-10-10 | r15659: Implement opening a key by name (significant better performance | Jelmer Vernooij | 1 | -2/+236 |
2007-10-10 | r15656: for NT IOCTL's we need to control the max_data field for some calls | Stefan Metzmacher | 4 | -2/+6 |
2007-10-10 | r15653: Remove idl_types.h include where possible. Remove | Jelmer Vernooij | 20 | -55/+14 |
2007-10-10 | r15652: Fix aliases mechanism (fixes #3710) | Jelmer Vernooij | 2 | -22/+29 |
2007-10-10 | r15651: Add 'MANUAL' command in Ethereal conformance files. This allows overr... | Jelmer Vernooij | 2 | -4/+50 |
2007-10-10 | r15650: Fix perl warning when generating IDL for elements with no properties | Jelmer Vernooij | 1 | -6/+5 |
2007-10-10 | r15648: Update MANIFEST to install Samba3 code generators. | Jelmer Vernooij | 1 | -0/+8 |
2007-10-10 | r15643: add some FSCTL_ codes | Stefan Metzmacher | 1 | -5/+32 |
2007-10-10 | r15642: add an '--always-create' option to mkproto.pl | Stefan Metzmacher | 1 | -4/+9 |
2007-10-10 | r15641: we know have source/version.h | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r15640: - NT IOCTL calls also have an 'in' data_blob | Stefan Metzmacher | 4 | -10/+20 |
2007-10-10 | r15639: fix warnings | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r15638: add a usefull macro to get a pointer the smb_handle union | Stefan Metzmacher | 1 | -1/+43 |
2007-10-10 | r15629: fix some warnings | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r15628: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15627: Disabling test of ejsnet till the time I find the reason why | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r15626: Modify the tests to fit them in current changes in libnet | Rafal Szczesniak | 3 | -13/+54 |