summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* r12670: Make a couple of dependencies stricterJelmer Vernooij2007-10-101-1/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-1045-67/+0
* r12602: fix compiler warningStefan Metzmacher2007-10-101-4/+4
* r12592: Remove some useless dependenciesJelmer Vernooij2007-10-103-22/+8
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-1016-0/+28
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-101-1/+1
* r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib...Jelmer Vernooij2007-10-101-1/+1
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-105-16/+16
* r12370: - if we got a reply without a pending request, mark the socket as deadStefan Metzmacher2007-10-101-0/+5
* r12254: Add some (hopefully correct) descriptions for libraries that are inst...Jelmer Vernooij2007-10-101-0/+4
* r12247: - reject freeing the wrepl_socket inside of wrepl_socket_dead()Stefan Metzmacher2007-10-102-1/+12
* r12240: if the caller isn't interessted in the reply packet, just free itStefan Metzmacher2007-10-101-1/+1
* r12238: don't crash when an error happens while connecting and the packet_con...Stefan Metzmacher2007-10-101-2/+5
* r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headersJelmer Vernooij2007-10-101-2/+2
* r12200: - move the the winsreplication client and server code to the packet_c...Stefan Metzmacher2007-10-102-336/+237
* r12161: Fix a memleak and do the -O1 janitor :-)Volker Lendecke2007-10-101-1/+5
* r12158: added ldif handlers for the ntSecurityDescriptor attribute, so whenAndrew Tridgell2007-10-101-8/+8
* r12139: - fixed up the ace object flags checkingAndrew Tridgell2007-10-101-3/+8
* r12138: added use of 2 letter SID codes in sddl_encode_sid()Andrew Tridgell2007-10-101-3/+42
* r12137: added sddl_encode(), the reverse of the sddl_decode() function added aAndrew Tridgell2007-10-101-0/+170
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2007-10-106-38/+37
* r12114: - smb2_keepalive() acts on the smb2_transportStefan Metzmacher2007-10-102-8/+10
* r12079: Fix to the comment for sake of completness...Rafal Szczesniak2007-10-101-1/+1
* r12062: SASL negotiation now requires a gensec_security context, so that weAndrew Bartlett2007-10-101-1/+1
* r12020: fix memory hierachieStefan Metzmacher2007-10-101-1/+1
* r12011: fixed another 'mixed code and declarations' bugAndrew Tridgell2007-10-101-1/+2
* r12010: - added support for domain specific SID codes in SDDL stringsAndrew Tridgell2007-10-101-20/+67
* r12006: don't require callers to fill in pad bytes in SMB2 callsAndrew Tridgell2007-10-104-4/+4
* r12005: added a SDDL (Security Descriptor Description Language) parser. NotAndrew Tridgell2007-10-102-0/+316
* r11996: don't overwrite the buffercodeStefan Metzmacher2007-10-101-1/+1
* r11982: ensure the fde event gets freed before the socket itself, as otherwiseAndrew Tridgell2007-10-102-5/+5
* r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and thatAndrew Tridgell2007-10-104-20/+19
* r11971: add nbt specific continue wrapperStefan Metzmacher2007-10-101-0/+11
* r11967: Fix more 64-bit warnings.Tim Potter2007-10-101-3/+3
* r11949: make sure we ask gensec to give us a session keyAndrew Tridgell2007-10-101-0/+2
* r11941: fix cut'n'paste bugStefan Metzmacher2007-10-101-1/+1
* r11906: opcode 13 appears to be keepalive. Metze guessed this one :-)Andrew Tridgell2007-10-103-1/+70
* r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for helpAndrew Tridgell2007-10-104-1/+80
* r11903: added smb2_tdis() (opcode 4)Andrew Tridgell2007-10-102-1/+69
* r11901: added smb2_logoff() support (metze correctly guessed opcode 2 wasAndrew Tridgell2007-10-103-1/+70
* r11895: - reorder some code to make it easier to follow, how the fields appea...Stefan Metzmacher2007-10-104-10/+51
* r11894: fixed SMB2 trans code for pipe_flagsAndrew Tridgell2007-10-101-1/+1
* r11893: fixed a dependency problemAndrew Tridgell2007-10-101-1/+1
* r11891: - added pipe_flags field in smb2_transAndrew Tridgell2007-10-102-1/+10
* r11888: - added SMB2 trans supportAndrew Tridgell2007-10-106-3/+142
* r11885: Add forgotten filesVolker Lendecke2007-10-101-0/+9
* r11849: added mapping between SMB2 and SMB find/search levelsAndrew Tridgell2007-10-102-1/+100
* r11848: separate out the info levels common to SMB and SMB2 for raw_searchAndrew Tridgell2007-10-102-121/+174
* r11812: Convert winbind to the async bind routines. Also remove tridge's hack...Volker Lendecke2007-10-101-4/+0
* r11801: - added basic SMB2 find supportAndrew Tridgell2007-10-104-4/+110