summaryrefslogtreecommitdiffstats
path: root/source3/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix talloc msg registrationMartin Pool2002-01-031-1/+1
* smbd children should also register for POOL_USAGEMartin Pool2002-01-031-0/+1
* cleanup a little namespace pollutionAndrew Tridgell2001-12-101-1/+1
* don't try to auto-change the trust password unless we are in domainAndrew Tridgell2001-11-271-1/+4
* challange -> challengeTim Potter2001-11-261-4/+4
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-13/+17
* Don't put a \n on the end of the arg to exit_server()Tim Potter2001-11-051-1/+1
* Converted a bunch of 0x85 constants to SMBkeepalive.Tim Potter2001-10-201-2/+2
* Restored old Bmpx code - actually used by OS/2.Jeremy Allison2001-10-191-4/+4
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-181-6/+6
* added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell2001-10-171-19/+18
* Fixed inconsistent definitions of InBuf/OutBuf/last_char.Jeremy Allison2001-10-171-3/+0
* Fixed bug when status=no and max smbd processes > 0.Jeremy Allison2001-10-111-0/+6
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-3/+3
* Fix for second logic bug when handing oplock breaks and client messagesJeremy Allison2001-09-101-1/+11
* Fix I think for the fcntl spinning problem. Re-prioritize soJeremy Allison2001-09-051-1/+7
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-9/+9
* force checking of log size after 200 smbd in a row or after 30 sec with noHerb Lewis2001-08-221-2/+3
* Fix inspired by Don @ HP. Close down password server connection if keepaliveJeremy Allison2001-08-091-1/+4
* Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison2001-07-021-1/+1
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell2001-06-251-1/+1
* Fixed logic bug in timeout processing spotted by Ying Chen <ying@almaden.ibm....Jeremy Allison2001-06-221-1/+1
* added a close-share smbcontrol message that forcibly closes a share in smbd (...Andrew Tridgell2001-06-201-0/+9
* *Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison2001-06-091-2/+3
* Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.Jeremy Allison2001-05-251-6/+6
* Fixup the large_writex problem (a large_writex can send a full 64k of data,Jeremy Allison2001-05-241-3/+3
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-1/+1
* this patch does a number of things:Andrew Tridgell2001-03-131-4/+2
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-3/+0
* Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison2001-02-271-1/+1
* Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison2001-02-121-2/+27
* smbd/process.c: & type with 0xff for paranioa sake...Jeremy Allison2001-01-241-0/+2
* smbd/lanman.c: Fix for calling qsort with 0 number.Jeremy Allison2001-01-241-195/+330
* include/vfs.h:Jeremy Allison2001-01-231-3/+3
* Fix for updating of print queues changed from a local box. Essentially,Jeremy Allison2000-11-211-4/+9
* 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