summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
AgeCommit message (Expand)AuthorFilesLines
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
2000-11-07make protoTim Potter1-353/+360
2000-10-29proto.h was out of date.Tim Potter1-353/+353
2000-10-28David Lee's utmp patch (finally). Thanks David !Jeremy Allison1-0/+3
2000-10-26Added John Reillys patch for error code returns from clean_up_printer_driver_...Jeremy Allison1-1/+1
2000-10-26Sorry JF - no billable hours :-). I fixed the "stream of events" problemJeremy Allison1-0/+1
2000-10-26TDB password backend support written by Simo Sorce <simo.sorce@polimi.it>Gerald Carter1-0/+5
2000-10-19Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison1-6/+6
2000-10-13last part of W2K support.Jean-François Micouleau1-1/+2
2000-10-13Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison1-9/+20
2000-10-11Fix for growing printing.tdb by adding check on job creation.Jeremy Allison1-0/+1
2000-10-11Remove lpq as root fix - do this in print_job_start insteadJeremy Allison1-1/+0
2000-10-10Fixes to periodically scan printing.tdb in idle time and occasionallyJeremy Allison1-0/+1
2000-10-10a netlogon enum trust query doesn't have a function_code at end.Jean-François Micouleau1-0/+1
2000-10-10got rid of tdb_writelock() and instead lock a chain. tdb_writelock()Andrew Tridgell1-3/+2
2000-10-07added samr_set_user_info and info_2.Jean-François Micouleau1-6/+25
2000-10-06Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>Jeremy Allison1-0/+1
2000-10-06Added Herb's fixes to HEAD.Jeremy Allison1-0/+1
2000-10-06Proto update. Also fix from John Reilly @ HP for not showing APW with W2K.Jeremy Allison1-0/+1
2000-10-06Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison1-2/+4
2000-10-06Inlined many of the vfs_XXX calls as macros for speed.Jeremy Allison1-7/+0
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison1-28/+27
2000-10-05Herb's fixes for profiling & compiler warnings.Jeremy Allison1-2/+1
2000-10-05someone forgot to update proto.h :-)Jean-François Micouleau1-1/+2
2000-10-03utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison1-0/+3
2000-10-02Memleak fix for cache code.Jeremy Allison1-1/+0
2000-09-29new prototypesAndrew Tridgell1-0/+3
2000-09-27Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison1-5/+14
2000-09-27samr unknown 0x32 is in fact samr create user.Jean-François Micouleau1-2/+2
2000-09-26broadcast printer notify message to all clients. We now have printerJean-François Micouleau1-345/+346
2000-09-26added NEGNOWAIT. sent to secure@microsoft.comLuke Leighton1-344/+354
2000-09-26Changes from John Reilly to add a parameter "show add printer wizard" thatJeremy Allison1-9/+1
2000-09-25printer notify code.Jean-François Micouleau1-1/+17
2000-09-20Some code moved back from TNG - updates to LSA stuff. Not yet used butJeremy Allison1-1/+6
2000-09-15Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -Jeremy Allison1-0/+2
2000-09-13first cut at smbcontrol program. It currently allows syntax like:Andrew Tridgell1-0/+3
2000-09-12- changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell1-4/+5