summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
AgeCommit message (Expand)AuthorFilesLines
1999-10-28removed samr_* variables from info struct.Luke Leighton1-1/+6
1999-10-28rewrote samr enum groups code a bit.Luke Leighton1-0/+3
1999-10-26created samr_query_groupmem() function from existing code.Luke Leighton1-0/+6
1999-10-26adding extra parameter back in to trust account functions (trust account name).Luke Leighton1-1/+7
1999-10-25- typecast malloc / Realloc issues.Luke Leighton1-11/+12
1999-10-25signed / unsigned and typecast issuesLuke Leighton1-3/+3
1999-10-25one of those wonderful moments when running against a different MSRPCLuke Leighton1-6/+12
1999-10-21the dynamic memory alloc blood-fest goes on...Luke Leighton1-2/+4
1999-10-21turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1-12/+16
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1-4/+9
1999-10-19need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton1-5/+9
1999-10-15adding error checking in parsing codeLuke Leighton1-2/+2
1999-10-15return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton1-579/+579
1999-10-07- added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton1-1/+12
1999-10-01splitting dom info into sam_query_dominfo functionLuke Leighton1-0/+2
1999-10-01error-code checking in lsa_lookup_sids. anonymous connections forLuke Leighton1-0/+3
1999-09-27don't leak printer handles,Jean-François Micouleau1-1/+1
1999-09-21split matthew's sync command (only currently called from smbpasswd)Luke Leighton1-1/+4
1999-09-21testing for attempts to get more info levels into samr_query_userinfoLuke Leighton1-2/+8
1999-09-14oops.Luke Leighton1-6/+9
1999-08-30added call to samr_query_groupinfo in enumgroups command (-m option)Luke Leighton1-0/+2
1999-08-29improved "dominfo" rpcclient commandLuke Leighton1-1/+6
1999-08-18display of session enum infoLuke Leighton1-0/+11
1999-08-18event log update, netsessenum, netconnenum update.Luke Leighton1-4/+5
1999-08-18patch from Michael Glauche to call get_status_connections() instead ofLuke Leighton1-0/+5
1999-08-03reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1-26/+20
1999-08-03close socket issues:Luke Leighton1-0/+1
1999-07-27- enumprintprocessors and enumprintmonitors added.Jean-François Micouleau1-0/+4
1999-07-26renaming AUTH VERIFIER to AUTH NTLMSSP VERIFIER. ready for addingLuke Leighton1-3/+3
1999-07-22BDC support.Matthew Chapman1-0/+2
1999-07-22make protoTim Potter1-0/+1
1999-07-21BDC support.Luke Leighton1-3/+16
1999-07-15more dfs stuff. this looks like it's going to be more appropriate to useLuke Leighton1-3/+8
1999-07-14code from bertl to allow remap of default built-in names to anything.Luke Leighton1-0/+6
1999-07-13renamed getfilepwent() and endfilepwent() to getfileent() and endfileent()Luke Leighton1-2/+2
1999-07-12Jean-Francois Micouleau's rewritten DFS patch, originally written byLuke Leighton1-0/+14
1999-07-06using jeremy's sys_getpwnam() call in the more critical area: Get_Pwnam().Luke Leighton1-0/+3
1999-07-06use of safe_cli_errstr() and cli_establish_connection().Luke Leighton1-1/+1
1999-06-29improving authentication code (tidyup).Luke Leighton1-16/+42
1999-06-24safe string version of nmb_namestr.Luke Leighton1-0/+1
1999-06-24safe string error reporting functions (found a potential buffer overflowLuke Leighton1-0/+6
1999-06-22Fixed most memory leak and big-endian bug in the spoolss code.Jean-François Micouleau1-0/+8
1999-06-13make protoTim Potter1-1/+1
1999-06-02Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respectMatthew Chapman1-1/+2
1999-05-06clean-up of cache-getpw-hash code needed (make proto showed up loadsLuke Leighton1-1/+2
1999-05-03Changed the RPC api definition now first arg is a pipe_structJean-François Micouleau1-1/+31
1999-05-01Adding "time" rpcclient command which displays the remote time.Matthew Chapman1-0/+4
1999-05-01added server ntlmv2 false/auto/true parameter, defaults to off.Luke Leighton1-0/+1
1999-04-30md5 and hmac_md5Luke Leighton1-0/+14
1999-04-27rpc_parse/parse_misc.c : defined a new BUFFER5 structJean-François Micouleau1-0/+132