Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using | Jelmer Vernooij | 5 | -16/+16 |
2007-10-10 | r12370: - if we got a reply without a pending request, mark the socket as dead | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r12254: Add some (hopefully correct) descriptions for libraries that are inst... | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r12247: - reject freeing the wrepl_socket inside of wrepl_socket_dead() | Stefan Metzmacher | 2 | -1/+12 |
2007-10-10 | r12240: if the caller isn't interessted in the reply packet, just free it | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12238: don't crash when an error happens while connecting and the packet_con... | Stefan Metzmacher | 1 | -2/+5 |
2007-10-10 | r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headers | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r12200: - move the the winsreplication client and server code to the packet_c... | Stefan Metzmacher | 2 | -336/+237 |
2007-10-10 | r12161: Fix a memleak and do the -O1 janitor :-) | Volker Lendecke | 1 | -1/+5 |
2007-10-10 | r12158: added ldif handlers for the ntSecurityDescriptor attribute, so when | Andrew Tridgell | 1 | -8/+8 |
2007-10-10 | r12139: - fixed up the ace object flags checking | Andrew Tridgell | 1 | -3/+8 |
2007-10-10 | r12138: added use of 2 letter SID codes in sddl_encode_sid() | Andrew Tridgell | 1 | -3/+42 |
2007-10-10 | r12137: added sddl_encode(), the reverse of the sddl_decode() function added a | Andrew Tridgell | 1 | -0/+170 |
2007-10-10 | r12116: got rid of composite_trigger_done() and composite_trigger_error(), and | Andrew Tridgell | 6 | -38/+37 |
2007-10-10 | r12114: - smb2_keepalive() acts on the smb2_transport | Stefan Metzmacher | 2 | -8/+10 |
2007-10-10 | r12079: Fix to the comment for sake of completness... | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r12062: SASL negotiation now requires a gensec_security context, so that we | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r12020: fix memory hierachie | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12011: fixed another 'mixed code and declarations' bug | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r12010: - added support for domain specific SID codes in SDDL strings | Andrew Tridgell | 1 | -20/+67 |
2007-10-10 | r12006: don't require callers to fill in pad bytes in SMB2 calls | Andrew Tridgell | 4 | -4/+4 |
2007-10-10 | r12005: added a SDDL (Security Descriptor Description Language) parser. Not | Andrew Tridgell | 2 | -0/+316 |
2007-10-10 | r11996: don't overwrite the buffercode | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r11982: ensure the fde event gets freed before the socket itself, as otherwise | Andrew Tridgell | 2 | -5/+5 |
2007-10-10 | r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and that | Andrew Tridgell | 4 | -20/+19 |
2007-10-10 | r11971: add nbt specific continue wrapper | Stefan Metzmacher | 1 | -0/+11 |
2007-10-10 | r11967: Fix more 64-bit warnings. | Tim Potter | 1 | -3/+3 |
2007-10-10 | r11949: make sure we ask gensec to give us a session key | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r11941: fix cut'n'paste bug | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r11906: opcode 13 appears to be keepalive. Metze guessed this one :-) | Andrew Tridgell | 3 | -1/+70 |
2007-10-10 | r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for help | Andrew Tridgell | 4 | -1/+80 |
2007-10-10 | r11903: added smb2_tdis() (opcode 4) | Andrew Tridgell | 2 | -1/+69 |
2007-10-10 | r11901: added smb2_logoff() support (metze correctly guessed opcode 2 was | Andrew Tridgell | 3 | -1/+70 |
2007-10-10 | r11895: - reorder some code to make it easier to follow, how the fields appea... | Stefan Metzmacher | 4 | -10/+51 |
2007-10-10 | r11894: fixed SMB2 trans code for pipe_flags | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11893: fixed a dependency problem | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11891: - added pipe_flags field in smb2_trans | Andrew Tridgell | 2 | -1/+10 |
2007-10-10 | r11888: - added SMB2 trans support | Andrew Tridgell | 6 | -3/+142 |
2007-10-10 | r11885: Add forgotten files | Volker Lendecke | 1 | -0/+9 |
2007-10-10 | r11849: added mapping between SMB2 and SMB find/search levels | Andrew Tridgell | 2 | -1/+100 |
2007-10-10 | r11848: separate out the info levels common to SMB and SMB2 for raw_search | Andrew Tridgell | 2 | -121/+174 |
2007-10-10 | r11812: Convert winbind to the async bind routines. Also remove tridge's hack... | Volker Lendecke | 1 | -4/+0 |
2007-10-10 | r11801: - added basic SMB2 find support | Andrew Tridgell | 4 | -4/+110 |
2007-10-10 | r11800: - filled in unknown fields in SMB2 all_info level | Andrew Tridgell | 3 | -6/+13 |
2007-10-10 | r11796: Two more uses of !composite_is_ok | Volker Lendecke | 1 | -20/+5 |
2007-10-10 | r11795: used a couple more of volkers composite helper functions. They | Andrew Tridgell | 1 | -39/+9 |
2007-10-10 | r11791: simplify the SMB2 connect code following some suggestions from volker | Andrew Tridgell | 1 | -22/+24 |
2007-10-10 | r11780: it turns out that the MxAc tag isn't a security descriptor, its a | Andrew Tridgell | 3 | -21/+12 |
2007-10-10 | r11777: display the security_descriptor in torture_smb2_all_info() | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r11775: added support for creating files on SMB2 with initial EA lists and an... | Andrew Tridgell | 3 | -3/+73 |