summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
AgeCommit message (Expand)AuthorFilesLines
1998-10-22rpctorture commandLuke Leighton1-0/+1
1998-10-22bug fix in lsa_trans_names.Luke Leighton1-1/+2
1998-10-21domain aliases added a bit better: does local aliases if you queryLuke Leighton1-6/+7
1998-10-21the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton1-0/+23
1998-10-21Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1-6/+6
1998-10-21fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1-1/+2
1998-10-20Fixed bug found by John Blair where trim_string wasn'tJeremy Allison1-0/+1
1998-10-20some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1-1/+1
1998-10-20new prorotypesAndrew Tridgell1-0/+1
1998-10-19- dce/rpc codeLuke Leighton1-8/+18
1998-10-19prototype new functionsAndrew Tridgell1-0/+6
1998-10-18redid proto.hAndrew Tridgell1-1/+1
1998-10-16dce/rpcLuke Leighton1-0/+1
1998-10-16made pass_check_smb() available for dce/rpc use.Luke Leighton1-1/+4
1998-10-16oops.Luke Leighton1-3/+4
1998-10-16Re-added code to tell the user how many open files theyJeremy Allison1-2/+2
1998-10-15rpcclient interactive login (with trust account changing if you are root)Luke Leighton1-0/+10
1998-10-15bug-fixing against:Luke Leighton1-3/+12
1998-10-14warnings spotted by ./configure.developer optionsLuke Leighton1-1/+0
1998-10-14dce/rpcLuke Leighton1-1/+2
1998-10-10dce/rpcLuke Leighton1-2/+3
1998-10-10dce/rpcLuke Leighton1-3/+3
1998-10-09dce/rpcLuke Leighton1-7/+20
1998-10-09signed / unsigned issues spotted by herbLuke Leighton1-1/+1
1998-10-09basic client-side ntcreateX function (hard-wired values except filename)Luke Leighton1-2/+3
1998-10-09dce/rpcLuke Leighton1-1/+2
1998-10-08dce/rpcLuke Leighton1-4/+9
1998-10-08- fixed a bunch of warnings and minor errorsAndrew Tridgell1-1/+1
1998-10-08use 1 second resolution calls if possibleAndrew Tridgell1-2/+2
1998-10-08removed lukes acl check in configure (not needed)Andrew Tridgell1-5/+0
1998-10-07dce/rpcLuke Leighton1-3/+14
1998-10-07make proto requiredLuke Leighton1-0/+5
1998-10-07dce/rpcLuke Leighton1-0/+3
1998-10-06dce/rpcLuke Leighton1-9/+23
1998-10-05rpcclient srvsvc commands.Luke Leighton1-0/+8
1998-10-05new prototypesAndrew Tridgell1-1/+1
1998-10-05got smbwrapper working on IRIX 6.4. Things got a bit tricky,Andrew Tridgell1-1/+9
1998-10-05added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell1-0/+1
1998-10-04- modified resolve_name() to take a name_typeAndrew Tridgell1-1/+1
1998-10-04support NetServerEnum in smbwrapper. You can now do a ls in /smb/ andAndrew Tridgell1-2/+3
1998-10-04add support for unlink() on printer shares in smbwrapper. unlink()Andrew Tridgell1-0/+1
1998-10-04added support for printing via smbwrapperAndrew Tridgell1-0/+7
1998-10-04use dummy file descriptors opened on /dev/null to ensure that the smbwAndrew Tridgell1-0/+1
1998-10-04more smbw cleanups.Andrew Tridgell1-1/+55
1998-10-03fixed vi on smbwrappper (it was a problem in cli_read())Andrew Tridgell1-2/+2
1998-10-03added simple device/inode number support based on a checksum of theAndrew Tridgell1-2/+2
1998-10-03added lseek() support for directoriesAndrew Tridgell1-1/+1
1998-10-03updated prototypesAndrew Tridgell1-2/+2
1998-10-03added unlink() and rename() support to smbwrapperAndrew Tridgell1-3/+3
1998-10-03updated prototypesAndrew Tridgell1-3/+7