summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
AgeCommit message (Expand)AuthorFilesLines
2001-03-19reverted the rename of new_spoolss_io_r_enumprinterdrivers()Gerald Carter1-1/+1
2001-03-19Added sys_dlopen/sys_dlsym/sys_dlclose.Jeremy Allison1-0/+3
2001-03-19added basic command completion supportAndrew Tridgell1-1/+2
2001-03-18much simpler readline codeAndrew Tridgell1-4/+1
2001-03-18much better readline support from Simo Sorce, with some mods from meAndrew Tridgell1-2/+11
2001-03-16enable unicode on the wire by default in smbdAndrew Tridgell1-0/+1
2001-03-15make protoGerald Carter1-12/+34
2001-03-15make protoGerald Carter1-0/+6
2001-03-15make protoGerald Carter1-1/+15
2001-03-15make protoGerald Carter1-1/+1
2001-03-15AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison1-2/+0
2001-03-14last make proto got messed up it seemsGerald Carter1-8/+3
2001-03-14make protoGerald Carter1-424/+432
2001-03-14don't need srvstr_push_size or srvstr_pull_sizeAndrew Tridgell1-3/+0
2001-03-14simpler clistr interface which handles individual packets havingAndrew Tridgell1-3/+1
2001-03-13simpler and more correct srvstr_push()Andrew Tridgell1-426/+426
2001-03-13Move to a handle database per pipe name, not per pipe.Jeremy Allison1-1/+1
2001-03-13Fixed reading of strings from big-endian RPC clients.Jeremy Allison1-0/+2
2001-03-11Moved cruft out of smb.h into ntdomain.h where it belongs. dc structJeremy Allison1-32/+0
2001-03-11Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison1-4/+4
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-801/+923
2001-03-10to use the same macros in the client and server rename the CLISTR_Andrew Tridgell1-430/+440
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison1-2/+2
2001-03-09merge of 'lanman auth' and 'min protocol' from 2.2Gerald Carter1-0/+2
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison1-0/+1
2001-03-03Roll back to using malloc/realloc on some of spoolss in head.Jeremy Allison1-2/+2
2001-03-02Move to talloc controlled NT forms.Jeremy Allison1-2/+2
2001-03-01Remove unused code.Jeremy Allison1-4/+0
2001-02-28Finished converion of spoolss code to canonical format. Now to work on theJeremy Allison1-49/+15
2001-02-28More converted to canonical format. Home now - do the rest tomorrow...Jeremy Allison1-23/+9
2001-02-28Converted more to canonical format... save as I go.,Jeremy Allison1-9/+4
2001-02-28Ooops - forgot to check the rpcclient and smbcacls compile with the newJeremy Allison1-2/+1
2001-02-28Partial conversion of SPOOLSS code to canonical format. More to follow.Jeremy Allison1-22/+9
2001-02-28Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison1-40/+20
2001-02-27Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison1-1/+15
2001-02-27Separated dfs pipe into implementation and interface modules.Jeremy Allison1-21/+11
2001-02-26Split srvsvc pipe into interface and implementation modules.Jeremy Allison1-0/+12
2001-02-26Split wks pipe into interface and implementation modules.Jeremy Allison1-0/+8
2001-02-26Separated lsa code into interface and implementation.Jeremy Allison1-0/+11
2001-02-26Started conversion of lsa server code to canonical format (as srv_reg andJeremy Allison1-0/+11
2001-02-26updated prototypesAndrew Tridgell1-11/+4
2001-02-25Separated reg code into interface & implementation.Jeremy Allison1-0/+9
2001-02-25rpc_client/cli_netlogon.c: Fixed incorrect printf.Jeremy Allison1-2/+22
2001-02-21converted the last couple of functions in libsmb to be unicodeAndrew Tridgell1-4/+4
2001-02-21the unicode conversion of our client code is complete enough to beAndrew Tridgell1-2/+1
2001-02-20- neater setting of bccAndrew Tridgell1-0/+2
2001-02-20pipe opening now works with unicodeAndrew Tridgell1-3/+3
2001-02-20initial client side unicode support (needed for netapp filer)Andrew Tridgell1-549/+643
2001-02-19Change code around and add retry to deal with the occassional loss of NetBIOS...Richard Sharpe1-629/+549
2001-02-16Excise snprintf -> slprintf.Jeremy Allison1-0/+20