challange -> challenge
[samba.git] / source3 / smbd / process.c
2001-11-26 Tim Potterchallange -> challenge
2001-11-24 Andrew BartlettThis is another rather major change to the samba authen...
2001-11-05 Tim PotterDon't put a \n on the end of the arg to exit_server()
2001-10-20 Tim PotterConverted a bunch of 0x85 constants to SMBkeepalive.
2001-10-19 Jeremy AllisonRestored old Bmpx code - actually used by OS/2.
2001-10-18 Jeremy AllisonMerge the become_XXX -> change_to_XXX fixes from 2...
2001-10-17 Andrew Tridgelladded basic NTLMSSP support in smbd. This is still...
2001-10-17 Jeremy AllisonFixed inconsistent definitions of InBuf/OutBuf/last_char.
2001-10-11 Jeremy AllisonFixed bug when status=no and max smbd processes > 0.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-10 Jeremy AllisonFix for second logic bug when handing oplock breaks...
2001-09-05 Jeremy AllisonFix I think for the fcntl spinning problem. Re-prioriti...
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-08-22 Herb Lewisforce checking of log size after 200 smbd in a row...
2001-08-09 Jeremy AllisonFix inspired by Don @ HP. Close down password server...
2001-07-02 Jeremy AllisonFixed the nastiest locking bug to track down.... smb_pi...
2001-06-25 Andrew Tridgellfixed usage of socklen_t and also tidied up SIG_ATOMIC_...
2001-06-22 Jeremy AllisonFixed logic bug in timeout processing spotted by Ying...
2001-06-20 Andrew Tridgelladded a close-share smbcontrol message that forcibly...
2001-06-09 Jeremy Allison*Wonderful* patch from Andrew Bartlett that will help...
2001-05-25 Jeremy AllisonAdded tdb_change_int_atomic() to allow atomic updates...
2001-05-24 Jeremy AllisonFixup the large_writex problem (a large_writex can...
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2001-03-13 Andrew Tridgellthis patch does a number of things:
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-02-27 Jeremy AllisonAdded total memory allocated counter to talloc, so...
2001-02-12 Jeremy AllisonMerge ... JohnR's changes to appliance-head, JF's chang...
2001-01-24 Jeremy Allisonsmbd/process.c: & type with 0xff for paranioa sake...
2001-01-24 Jeremy Allisonsmbd/lanman.c: Fix for calling qsort with 0 number.
2001-01-23 Jeremy Allisoninclude/vfs.h:
2000-11-21 Jeremy AllisonFix for updating of print queues changed from a local...
2000-10-12 Herb Lewisuse macros for incrementing profile counters
2000-10-11 Jeremy AllisonRemove lpq as root fix - do this in print_job_start...
2000-10-10 Jeremy AllisonFixes to periodically scan printing.tdb in idle time...
2000-09-11 Andrew Tridgellthe first cut of the internal messaging system.
2000-08-02 Jeremy AllisonStarted to canonicalize our handling of uid -> sid...
2000-07-27 Jeremy AllisonOk - this is a *BIG* change - but it fixes the problems...
2000-06-14 Andrew Tridgellallow the notify implementation to choose the select...
2000-06-12 Andrew Tridgelltotally rewrote the async signal, notification and...
2000-06-11 Andrew TridgellLinux kernel oplocks now seem to work, but need a _lot_...
2000-06-03 Andrew Tridgellmoved secrets fns into secrets.c
2000-05-28 Luke Leightondebug output to /tmp.
2000-05-27 Luke Leightonprs_give_memory in wrong place, also poss. was losing...
2000-05-15 Jeremy Allisonpassdb/secrets.c: Fix typo in comment.
2000-05-10 Andrew Tridgellcheck for sighup on each packet - otherwise it can...
2000-05-10 Andrew Tridgellmore merging voodoo
2000-05-08 Andrew Tridgelladded secrets.tdb and changed storage of trust account...
2000-05-02 Andrew Tridgellsplit the username in the vuser structure into a separate
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-30 Andrew Tridgell - added some error checking
2000-04-27 Jeremy AllisonOk - this is more subtle than it looks :-).
2000-04-27 Jeremy AllisonFixed subtle unlocking bug when a file is closed. We...
2000-04-15 Jeremy AllisonLog file check patch from Mattias Gronlund <Mattias...
2000-04-11 Andrew Tridgellfinally got sick of the "extern int Client" code and...
2000-03-08 Shirish Kaleledded Microsoft Dfs services.
2000-01-25 Jeremy AllisonFirst set of speed improvements from Ying Chen <ying...
2000-01-14 Andrew Tridgellsome more work on the byte range locking
2000-01-05 Andrew Tridgellimplemented talloc() as described on samba-technical...
1999-12-21 Jeremy AllisonFix from tulipant-gergely@dbrt.hu for returning incorre...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-01 Luke Leightonsys_select added one more argument (read, write selectors).
1999-11-15 Luke Leighton- added DCE/RPC "fault" PDU support.
1999-09-12 Luke Leighton- initialising mach_passwd_file locks to zero (prev...
1999-09-08 Luke Leightonbertl <bs@niggard.org> patch for making samba listen...
1999-07-12 Luke LeightonJean-Francois Micouleau's rewritten DFS patch, original...
1999-04-08 Matthew ChapmanMainly BDC-related changes.
1999-04-01 Andrew TridgellKen McDonell from SGI was interested in adding some...
1998-10-16 Luke Leightontrust password
1998-10-15 Luke Leightonrpcclient interactive login (with trust account changin...
1998-10-07 Luke Leightondce/rpc
1998-09-23 Jeremy AllisonFirst cut at kernel oplocks. This should have no effect...
1998-09-17 Jeremy Allisonconfigure configure.in: Added checks for statvfs64...
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-08-27 Jeremy AllisonThis is the stat cache code - seems to work fine (needs...
1998-08-20 Jeremy AllisonTurning on blocking locking code. NB. Blocking lock...
1998-08-17 Andrew Tridgellremoved some of the rough edges from the splitup
1998-08-17 Andrew Tridgellmove soem variables from server.c that don't belong...
1998-08-17 Andrew Tridgellthis completes the splitup of server.c.