summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
AgeCommit message (Expand)AuthorFilesLines
2001-01-24smbd/process.c: & type with 0xff for paranioa sake...Jeremy Allison1-0/+1
2001-01-23Changes from APPLIANCE_HEAD:David O'Neill1-415/+416
2001-01-23include/vfs.h:Jeremy Allison1-415/+419
2001-01-19Changes from APPLIANCE_HEAD:David O'Neill1-0/+2
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill1-416/+417
2001-01-15New proto and some small changes to rpc_samr.hTim Potter1-0/+109
2001-01-11Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter.Jeremy Allison1-2/+2
2001-01-11New makefile and proto for rpcclient.Tim Potter1-123/+39
2001-01-11make protoTim Potter1-53/+51
2001-01-11First compiling version of code that sets NT ACLs as POSIX ACLs.Jeremy Allison1-0/+16
2001-01-11rpc_server/srv_samr.c:Jeremy Allison1-413/+421
2001-01-10Changes from APPLIANCE_HEAD:David O'Neill1-0/+1
2001-01-09Fix from "B.V.Dean" <B.V.Dean@ukc.ac.uk> to add "dos filemode" parameterJeremy Allison1-0/+1
2001-01-06Fix proto.h ...Richard Sharpe1-3/+4
2001-01-05Arrgh, forgot to update proto.h with all the changes I have been making.Richard Sharpe1-12/+6
2001-01-04Changes from APPLIANCE_HEAD:David O'Neill1-399/+413
2000-12-21make protoTim Potter1-0/+1
2000-12-20implemented a much nicer name_status() interface. It now returns aAndrew Tridgell1-2/+3
2000-12-19Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison1-1/+1
2000-12-19Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allowJeremy Allison1-5/+7
2000-12-15Added lock backouts on fail.Jeremy Allison1-3/+0
2000-12-15lib/util_unistr.c:Jean-François Micouleau1-0/+4
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-3/+3
2000-12-14Renamed parameters and variables called acl to the_acl as it conflictsTim Potter1-4/+4
2000-12-13Added proto definition for new RPC calls.Jeremy Allison1-0/+15
2000-12-13Server side changes for dynamic names in lsa_lookup_namesTim Potter1-15/+0
2000-12-13make protoTim Potter1-11/+28
2000-12-12Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv...Jeremy Allison1-15/+14
2000-12-12Removed the special casing of SIDs in se_access_check. This is now done (corr...Jeremy Allison1-383/+421
2000-12-11new prototypesAndrew Tridgell1-421/+384
2000-12-08Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter1-7/+21
2000-12-07file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison1-2/+2
2000-12-07Working code to read POSIX ACLs on a Linux system using the bestbitsJeremy Allison1-0/+8
2000-12-06Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison1-9/+26
2000-12-06make proto againTim Potter1-1/+1
2000-12-06tdb_unlockchain() no longer returns a valueTim Potter1-2/+2
2000-12-06Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison1-7/+18
2000-12-04pass the desired access into cli_nt_create()Andrew Tridgell1-1/+1
2000-12-04new protoAndrew Tridgell1-370/+370
2000-12-03new protosAndrew Tridgell1-0/+1
2000-12-03new protoAndrew Tridgell1-355/+369
2000-11-27passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the codeJeremy Allison1-1/+3
2000-11-21make protoGerald Carter1-16/+32
2000-11-17Fix for memory leak when adding driver.Jeremy Allison1-1/+2
2000-11-16Fix for a problem with the new messaging system. If a sender is using theJeremy Allison1-2/+2
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison1-3/+4
2000-11-14Merge from appliance head of JR's changes for driver versioning.Jeremy Allison1-6/+9
2000-11-14- fix "declaration of 'time' shadows global declaration" warning.David O'Neill1-6/+6
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-138/+99
2000-11-08make protoTim Potter1-3/+3