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