summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
...
* Added 3 params to manipulate shares. "add share command/change share command/Jeremy Allison2001-04-071-0/+4
* Implemented stub function for NET_SHARE_DELETE. Now to implement the realJeremy Allison2001-04-061-0/+3
* Added stub function for NET_SHARE_ADD. Once this is implemented to call a hookJeremy Allison2001-04-061-0/+3
* We can now use server manager to look at Samba shares. NT still expects a ":"Jeremy Allison2001-04-061-20/+1
* I know we're supposed to be feature frozen, but I couldn't resist this... :-).Jeremy Allison2001-04-041-0/+10
* Sync up with new NT forms code.Jeremy Allison2001-04-031-0/+42
* include/ntdomain.h:Jeremy Allison2001-04-021-7/+18
* configure configure.in include/config.h.in lib/replace.c: Added test and repl...Jeremy Allison2001-03-311-464/+466
* started converting some of the only-ascii code to use srvstr_*Andrew Tridgell2001-03-311-464/+466
* This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison2001-03-301-2/+2
* Added cli_nt_delete_on_close() call to allow flag to be set for torture tests.Jeremy Allison2001-03-291-0/+1
* Added cli_nt_create_full() as a way to get at all the ntcreate parameters.Jeremy Allison2001-03-291-0/+3
* rename of 16 new_smb_io functions to smb_io_* for consistency sakeGerald Carter2001-03-281-16/+16
* make protoGerald Carter2001-03-271-7/+7
* Patch from David Gibson <dgibson@linuxcare.com> to reduce "silent abort"Jeremy Allison2001-03-271-1/+1
* Fix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT correctly write and smb....Jeremy Allison2001-03-261-2/+3
* Fix insure-found parameter size missmatch.Jeremy Allison2001-03-231-1/+1
* Two OS/2 printer fixes from Jim McDonough @ IBM.Jeremy Allison2001-03-231-0/+1
* groupdb/mapping.c:Jeremy Allison2001-03-231-461/+461
* first pass of the new group mapping codeJean-François Micouleau2001-03-231-460/+489
* added option "enhanced browsing"Andrew Tridgell2001-03-211-0/+1
* Fix for crash when doing name lookup with a quoted string. Part ofJeremy Allison2001-03-201-3/+3
* reverted the rename of new_spoolss_io_r_enumprinterdrivers()Gerald Carter2001-03-191-1/+1
* Added sys_dlopen/sys_dlsym/sys_dlclose.Jeremy Allison2001-03-191-0/+3
* added basic command completion supportAndrew Tridgell2001-03-191-1/+2
* much simpler readline codeAndrew Tridgell2001-03-181-4/+1
* much better readline support from Simo Sorce, with some mods from meAndrew Tridgell2001-03-181-2/+11
* enable unicode on the wire by default in smbdAndrew Tridgell2001-03-161-0/+1
* make protoGerald Carter2001-03-151-12/+34
* make protoGerald Carter2001-03-151-0/+6
* make protoGerald Carter2001-03-151-1/+15
* make protoGerald Carter2001-03-151-1/+1
* AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison2001-03-151-2/+0
* last make proto got messed up it seemsGerald Carter2001-03-141-8/+3
* make protoGerald Carter2001-03-141-424/+432
* don't need srvstr_push_size or srvstr_pull_sizeAndrew Tridgell2001-03-141-3/+0
* simpler clistr interface which handles individual packets havingAndrew Tridgell2001-03-141-3/+1
* simpler and more correct srvstr_push()Andrew Tridgell2001-03-131-426/+426
* Move to a handle database per pipe name, not per pipe.Jeremy Allison2001-03-131-1/+1
* Fixed reading of strings from big-endian RPC clients.Jeremy Allison2001-03-131-0/+2
* Moved cruft out of smb.h into ntdomain.h where it belongs. dc structJeremy Allison2001-03-111-32/+0
* Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison2001-03-111-4/+4
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-801/+923
* to use the same macros in the client and server rename the CLISTR_Andrew Tridgell2001-03-101-430/+440
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-2/+2
* merge of 'lanman auth' and 'min protocol' from 2.2Gerald Carter2001-03-091-0/+2
* Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison2001-03-071-0/+1
* Roll back to using malloc/realloc on some of spoolss in head.Jeremy Allison2001-03-031-2/+2
* Move to talloc controlled NT forms.Jeremy Allison2001-03-021-2/+2
* Remove unused code.Jeremy Allison2001-03-011-4/+0