summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
...
* Finished converion of spoolss code to canonical format. Now to work on theJeremy Allison2001-02-281-49/+15
* More converted to canonical format. Home now - do the rest tomorrow...Jeremy Allison2001-02-281-23/+9
* Converted more to canonical format... save as I go.,Jeremy Allison2001-02-281-9/+4
* Ooops - forgot to check the rpcclient and smbcacls compile with the newJeremy Allison2001-02-281-2/+1
* Partial conversion of SPOOLSS code to canonical format. More to follow.Jeremy Allison2001-02-281-22/+9
* Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2001-02-281-40/+20
* Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison2001-02-271-1/+15
* Separated dfs pipe into implementation and interface modules.Jeremy Allison2001-02-271-21/+11
* Split srvsvc pipe into interface and implementation modules.Jeremy Allison2001-02-261-0/+12
* Split wks pipe into interface and implementation modules.Jeremy Allison2001-02-261-0/+8
* Separated lsa code into interface and implementation.Jeremy Allison2001-02-261-0/+11
* Started conversion of lsa server code to canonical format (as srv_reg andJeremy Allison2001-02-261-0/+11
* updated prototypesAndrew Tridgell2001-02-261-11/+4
* Separated reg code into interface & implementation.Jeremy Allison2001-02-251-0/+9
* rpc_client/cli_netlogon.c: Fixed incorrect printf.Jeremy Allison2001-02-251-2/+22
* converted the last couple of functions in libsmb to be unicodeAndrew Tridgell2001-02-211-4/+4
* the unicode conversion of our client code is complete enough to beAndrew Tridgell2001-02-211-2/+1
* - neater setting of bccAndrew Tridgell2001-02-201-0/+2
* pipe opening now works with unicodeAndrew Tridgell2001-02-201-3/+3
* initial client side unicode support (needed for netapp filer)Andrew Tridgell2001-02-201-549/+643
* Change code around and add retry to deal with the occassional loss of NetBIOS...Richard Sharpe2001-02-191-629/+549
* Excise snprintf -> slprintf.Jeremy Allison2001-02-161-0/+20
* Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter2001-02-141-1/+1
* Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison2001-02-121-1/+6
* Updated proto.hTim Potter2001-02-111-415/+415
* Changes from SAMBA_2_2:David O'Neill2001-01-311-1/+1
* lib/system.c: Fix for pw caching.Jeremy Allison2001-01-311-0/+3
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-291-417/+419
* Fixed "object picker can't determine if object in domain" bug seen from W2KJeremy Allison2001-01-251-417/+416
* smbd/process.c: & type with 0xff for paranioa sake...Jeremy Allison2001-01-241-0/+1
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-231-415/+416
* include/vfs.h:Jeremy Allison2001-01-231-415/+419
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-191-0/+2
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-171-416/+417
* New proto and some small changes to rpc_samr.hTim Potter2001-01-151-0/+109
* Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter.Jeremy Allison2001-01-111-2/+2
* New makefile and proto for rpcclient.Tim Potter2001-01-111-123/+39
* make protoTim Potter2001-01-111-53/+51
* First compiling version of code that sets NT ACLs as POSIX ACLs.Jeremy Allison2001-01-111-0/+16
* rpc_server/srv_samr.c:Jeremy Allison2001-01-111-413/+421
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-101-0/+1
* Fix from "B.V.Dean" <B.V.Dean@ukc.ac.uk> to add "dos filemode" parameterJeremy Allison2001-01-091-0/+1
* Fix proto.h ...Richard Sharpe2001-01-061-3/+4
* Arrgh, forgot to update proto.h with all the changes I have been making.Richard Sharpe2001-01-051-12/+6
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-041-399/+413
* make protoTim Potter2000-12-211-0/+1
* implemented a much nicer name_status() interface. It now returns aAndrew Tridgell2000-12-201-2/+3
* Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison2000-12-191-1/+1
* Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allowJeremy Allison2000-12-191-5/+7
* Added lock backouts on fail.Jeremy Allison2000-12-151-3/+0