ira/wip.git
2007-10-10 Jelmer Vernooijr15776: Don't generate ref pointers in Samba4-generated...
2007-10-10 Stefan Metzmacherr15775: add some privilege related WERROR codes
2007-10-10 Stefan Metzmacherr15774: take care of the SYSTEM_SECURITY flag
2007-10-10 Stefan Metzmacherr15773: - implement srvsvc_NetGetFileSecurity() and...
2007-10-10 Stefan Metzmacherr15772: pass the messaging context and server_id to...
2007-10-10 Stefan Metzmacherr15771: this should be a o32s32 blob
2007-10-10 Stefan Metzmacherr15770: when there's a dynamic body, we need to send...
2007-10-10 Stefan Metzmacherr15769: this functions belong to params/ so move it.
2007-10-10 Stefan Metzmacherr15768: make it possible that the caller of the ntvfs_s...
2007-10-10 Stefan Metzmacherr15767: we need to free here
2007-10-10 Stefan Metzmacherr15766: fix parsing of srvsvc_NetGetFileSecurity()...
2007-10-10 Simo Sorcer15762: It make no sense for rdn_name to implement...
2007-10-10 Simo Sorcer15761: Fix-as-you-go ...
2007-10-10 Stefan Metzmacherr15760: - add RAW_READ_SMB2 => generic mapping
2007-10-10 Stefan Metzmacherr15759: samba4 currently only supports read sizes up...
2007-10-10 Stefan Metzmacherr15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs...
2007-10-10 Stefan Metzmacherr15757: - add RAW_WRITE_SMB2 => generic mapping
2007-10-10 Stefan Metzmacherr15756: handle RAW_OPEN_SMB2
2007-10-10 Stefan Metzmacherr15754: - implement SMB2 Close
2007-10-10 Stefan Metzmacherr15753: implement SMB2 Create
2007-10-10 Stefan Metzmacherr15752: - add generic mapping for RAW_OPEN_SMB2
2007-10-10 Stefan Metzmacherr15751: thanks to talloc_get_type() I noticed that...
2007-10-10 Stefan Metzmacherr15750: don't clear after setting
2007-10-10 Stefan Metzmacherr15749: - pass in a dummy oplock callback
2007-10-10 Stefan Metzmacherr15748: - implement SMB2 TreeConnect server code
2007-10-10 Stefan Metzmacherr15747: move some functions to the protocol independend...
2007-10-10 Stefan Metzmacherr15746: - reorder elements of smb2srv_request
2007-10-10 Stefan Metzmacherr15745: - reorder the elements of smbsrv_request
2007-10-10 Stefan Metzmacherr15744: convert_string_talloc() handles src_len ==...
2007-10-10 Stefan Metzmacherr15743: use union smb_tcon
2007-10-10 Stefan Metzmacherr15742: use union smb_sessetup
2007-10-10 Stefan Metzmacherr15741: move smb2 request structures into the main...
2007-10-10 Stefan Metzmacherr15740: add TODO, that we should check if the server...
2007-10-10 Stefan Metzmacherr15739: return False when the function is called with...
2007-10-10 Stefan Metzmacherr15738: make the code more readable
2007-10-10 Stefan Metzmacherr15737: fix a typos and comment
2007-10-10 Stefan Metzmacherr15734: This is a major change to the NTVFS subsystem:
2007-10-10 Andrew Tridgellr15731: module init functions should return NTSTATUS...
2007-10-10 Rafal Szczesniakr15726: Comments and a couple of minor formattings...
2007-10-10 Simo Sorcer15725: First shot at making password_hash async
2007-10-10 Jim McDonoughr15719: Fix build on systems (AIX) that don't have...
2007-10-10 Stefan Metzmacherr15718: - split the SMBflush with the 0xFFFF wildcard...
2007-10-10 Stefan Metzmacherr15716: disable the cifs_posix ntvfs backend as it...
2007-10-10 Stefan Metzmacherr15715: add my copyright
2007-10-10 Stefan Metzmacherr15714: fix async handling of ntioctl calls and push...
2007-10-10 Stefan Metzmacherr15713: - initialize ntioctl.in.max_data and ntioctl...
2007-10-10 Stefan Metzmacherr15711: - make use of nttrans_setup_reply()
2007-10-10 Stefan Metzmacherr15710: - we no longer need to set the nttrans out...
2007-10-10 Stefan Metzmacherr15709: - return an error is better than ignoring a...
2007-10-10 Stefan Metzmacherr15708: setup count is 8bit and param_count and data_co...
2007-10-10 Volker Lendecker15706: This is a very specific test that helps me...
2007-10-10 Jelmer Vernooijr15702: Fix typo
2007-10-10 Stefan Metzmacherr15694: for the cifs backend it's desired that we pull...
2007-10-10 Stefan Metzmacherr15693: fix the logic for the "cifs:map_trans2" parameter
2007-10-10 Stefan Metzmacherr15690: - disable the lock cancel test against samba3
2007-10-10 Stefan Metzmacherr15689: dummy commit
2007-10-10 Stefan Metzmacherr15688: windows sends 4 as max_setup count on NT IOCTL
2007-10-10 Stefan Metzmacherr15685: let samba3 pass RAW-READ and ignore one bug
2007-10-10 Stefan Metzmacherr15684: fix option passing
2007-10-10 Rafal Szczesniakr15667: Make sure the rpc pipe pointers are zeroed...
2007-10-10 Rafal Szczesniakr15666: Fix a silly typo.
2007-10-10 Rafal Szczesniakr15665: ejsnet test should be better now, after changes...
2007-10-10 Rafal Szczesniakr15664: Add NET-API-DELETEUSER test for libnet_DeleteUs...
2007-10-10 Rafal Szczesniakr15663: Turn libnet_DeleteUser into async function...
2007-10-10 Stefan Metzmacherr15661: add NT_STATUS_OBJECTID_NOT_FOUND
2007-10-10 Jelmer Vernooijr15659: Implement opening a key by name (significant...
2007-10-10 Stefan Metzmacherr15656: for NT IOCTL's we need to control the max_data...
2007-10-10 Jelmer Vernooijr15653: Remove idl_types.h include where possible....
2007-10-10 Jelmer Vernooijr15652: Fix aliases mechanism (fixes #3710)
2007-10-10 Jelmer Vernooijr15651: Add 'MANUAL' command in Ethereal conformance...
2007-10-10 Jelmer Vernooijr15650: Fix perl warning when generating IDL for elemen...
2007-10-10 Jelmer Vernooijr15648: Update MANIFEST to install Samba3 code generators.
2007-10-10 Stefan Metzmacherr15643: add some FSCTL_ codes
2007-10-10 Stefan Metzmacherr15642: add an '--always-create' option to mkproto.pl
2007-10-10 Stefan Metzmacherr15641: we know have source/version.h
2007-10-10 Stefan Metzmacherr15640: - NT IOCTL calls also have an 'in' data_blob
2007-10-10 Stefan Metzmacherr15639: fix warnings
2007-10-10 Stefan Metzmacherr15638: add a usefull macro to get a pointer the smb_ha...
2007-10-10 Stefan Metzmacherr15629: fix some warnings
2007-10-10 Stefan Metzmacherr15628: fix compiler warning
2007-10-10 Rafal Szczesniakr15627: Disabling test of ejsnet till the time I find...
2007-10-10 Rafal Szczesniakr15626: Modify the tests to fit them in current changes...
2007-10-10 Rafal Szczesniakr15625: Partial commit of my current work. It makes...
2007-10-10 Stefan Metzmacherr15624: add some useful helper functions
2007-10-10 Stefan Metzmacherr15622: pass 'target:samba4=yes' to samba4's smbtorture...
2007-10-10 Stefan Metzmacherr15619: use source/version.h again
2007-10-10 Stefan Metzmacherr15618: fix compiler warning
2007-10-10 Stefan Metzmacherr15616: fix white spaces
2007-10-10 Stefan Metzmacherr15615: - add some tests for cancel pending locks by...
2007-10-10 Stefan Metzmacherr15614: the byte range locking error handling caches...
2007-10-10 Stefan Metzmacherr15613: the snum doesn't identify the tcon, but the...
2007-10-10 Stefan Metzmacherr15612: look at the lock_type and not at the notify_ptr...
2007-10-10 Jelmer Vernooijr15607: Fix readline summary reporting
2007-10-10 Jelmer Vernooijr15606: Fix another dependency
2007-10-10 Jelmer Vernooijr15605: Yet another dependencies fix
2007-10-10 Stefan Metzmacherr15603: True isn't a valid parameter here, PVFS_WAIT_TI...
2007-10-10 Jelmer Vernooijr15602: Another dependency fix
2007-10-10 Jelmer Vernooijr15599: Fix more popt dependencies - these should be...
2007-10-10 Jelmer Vernooijr15598: Another dependency fix
2007-10-10 Jelmer Vernooijr15596: Fix another popt dependency issue
next