summaryrefslogtreecommitdiffstats
path: root/source3/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
* use macros for incrementing profile countersHerb Lewis2000-10-121-3/+1
* Remove lpq as root fix - do this in print_job_start insteadJeremy Allison2000-10-111-6/+0
* Fixes to periodically scan printing.tdb in idle time and occasionallyJeremy Allison2000-10-101-0/+6
* the first cut of the internal messaging system.Andrew Tridgell2000-09-111-0/+3
* Started to canonicalize our handling of uid -> sid code in order toJeremy Allison2000-08-021-2/+1
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-0/+1
* allow the notify implementation to choose the select timeout changeAndrew Tridgell2000-06-141-11/+11
* totally rewrote the async signal, notification and oplock notificationAndrew Tridgell2000-06-121-133/+120
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-111-51/+56
* moved secrets fns into secrets.cAndrew Tridgell2000-06-031-1/+1
* debug output to /tmp.Luke Leighton2000-05-281-1/+1
* prs_give_memory in wrong place, also poss. was losing mem.Luke Leighton2000-05-271-0/+27
* passdb/secrets.c: Fix typo in comment.Jeremy Allison2000-05-151-5/+0
* check for sighup on each packet - otherwise it can take a _long_ timeAndrew Tridgell2000-05-101-0/+12
* more merging voodooAndrew Tridgell2000-05-101-0/+3
* added secrets.tdb and changed storage of trust account password to useAndrew Tridgell2000-05-081-10/+1
* split the username in the vuser structure into a separateAndrew Tridgell2000-05-021-1/+1
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+1
* - added some error checkingAndrew Tridgell2000-04-301-8/+0
* Ok - this is more subtle than it looks :-).Jeremy Allison2000-04-271-1/+1
* Fixed subtle unlocking bug when a file is closed. We need to store theJeremy Allison2000-04-271-1/+1
* Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>.Jeremy Allison2000-04-151-0/+6
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-15/+11
* dded Microsoft Dfs services.Shirish Kalele2000-03-081-2/+4
* First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-251-2/+0
* some more work on the byte range lockingAndrew Tridgell2000-01-141-2/+7
* implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell2000-01-051-0/+3
* Fix from tulipant-gergely@dbrt.hu for returning incorrect error codeJeremy Allison1999-12-211-1/+1
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-203/+298
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-011-1/+1
* - added DCE/RPC "fault" PDU support.Luke Leighton1999-11-151-1/+1
* - initialising mach_passwd_file locks to zero (prev. uninit.)Luke Leighton1999-09-121-1/+0
* bertl <bs@niggard.org> patch for making samba listen on port 445, just likeLuke Leighton1999-09-081-0/+28
* Jean-Francois Micouleau's rewritten DFS patch, originally written byLuke Leighton1999-07-121-1/+1
* Mainly BDC-related changes.Matthew Chapman1999-04-081-1/+5
* Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell1999-04-011-0/+4
* trust passwordLuke Leighton1998-10-161-3/+3
* rpcclient interactive login (with trust account changing if you are root)Luke Leighton1998-10-151-1/+1
* dce/rpcLuke Leighton1998-10-071-1/+1
* First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1998-09-231-8/+151
* configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1998-09-171-2/+2
* tridge the destroyer returns!Andrew Tridgell1998-09-051-157/+129
* This is the stat cache code - seems to work fine (needs heavyJeremy Allison1998-08-271-0/+4
* Turning on blocking locking code. NB. Blocking lock requests that are notJeremy Allison1998-08-201-41/+31
* removed some of the rough edges from the splitupAndrew Tridgell1998-08-171-0/+5
* move soem variables from server.c that don't belong there.Andrew Tridgell1998-08-171-1/+17
* this completes the splitup of server.c.Andrew Tridgell1998-08-171-0/+810