Age | Commit message (Expand) | Author | Files | Lines |
2003-01-28 | performance patch from HP-UX folks (cant remember who) | Gerald Carter | 1 | -3/+14 |
2003-01-24 | Merge of increment_smbd_process_count() fix from appliance. | Tim Potter | 1 | -1/+1 |
2003-01-23 | Merge of max log file fixes from appliance: | Tim Potter | 1 | -0/+12 |
2003-01-17 | Fix reference count bug where smbd's would not terminate with no | Jeremy Allison | 1 | -1/+12 |
2003-01-17 | Remove unused variable in reply_spnego_ntlmssp_ok | Tim Potter | 1 | -1/+0 |
2003-01-16 | Updates to the NTLMSSP code again - moving the base64 decode fuctionality out | Andrew Bartlett | 1 | -5/+4 |
2003-01-15 | Removed level 0 DEBUG leftover from testing. | Tim Potter | 1 | -3/+0 |
2003-01-15 | small merges from SAMBA_3_0; mostly typos, renames, etc... | Gerald Carter | 1 | -1/+1 |
2003-01-15 | Refactor the NTLMSSP code again - this time we use function pointers to | Andrew Bartlett | 1 | -14/+26 |
2003-01-14 | [merge] removing unused variable and unused file | Gerald Carter | 1 | -237/+0 |
2003-01-14 | make -i flag work lik eit did in 2.2 | Gerald Carter | 1 | -2/+5 |
2003-01-14 | query_alt_name takes a forced unicode string in win2000. It is not | Andrew Tridgell | 1 | -1/+1 |
2003-01-13 | Updates to our NTLMSSP code: | Andrew Bartlett | 1 | -194/+88 |
2003-01-13 | Ensure we do not pass uninitialised data to the kernel. (Picked up by | Andrew Bartlett | 2 | -0/+4 |
2003-01-12 | Oops, this is the change to use an fstring for the incoming service buffer - | Andrew Bartlett | 1 | -3/+3 |
2003-01-12 | Make the 'service' in make_connection() use an fstrcpy(), and an fstring, | Andrew Bartlett | 1 | -1/+1 |
2003-01-11 | Remove an unused paramter for our old LM-only password change code, and fix a | Andrew Bartlett | 2 | -4/+3 |
2003-01-11 | No point having this for both parts of the 'if' statement. | Andrew Bartlett | 1 | -4/+2 |
2003-01-11 | [merge] make sure to updatre print queue cache during timeout_processing() to... | Gerald Carter | 1 | -0/+4 |
2003-01-09 | Remove read_with_timeout() and replaced its only caller (the passwd chat | Tim Potter | 1 | -3/+7 |
2003-01-09 | Moved smbd process counting functions from smbd/server.c to smbd/process.c | Tim Potter | 2 | -30/+26 |
2003-01-08 | Ensure we return disk full by default on short writes. | Jeremy Allison | 1 | -6/+6 |
2003-01-08 | Ensure we don't get an invalid number for total smbd's if the tdb update | Jeremy Allison | 2 | -6/+18 |
2003-01-08 | Fix erroneous free of SAM_ACCOUNT (make clearer when allocated | Jeremy Allison | 1 | -15/+8 |
2003-01-08 | Fix open problem with changing attributes on an existing file - based | Jeremy Allison | 1 | -7/+45 |
2003-01-07 | Remove unused variable. | Tim Potter | 2 | -2/+0 |
2003-01-06 | Fix memory leaks in pdb_ code. | Jeremy Allison | 1 | -1/+13 |
2003-01-06 | Fix a segfault when we don't correctly load a VFS module (don't keep it in | Andrew Bartlett | 2 | -3/+9 |
2003-01-05 | Even when I can't manage to do QA, at least the build farm will catch some of | Andrew Bartlett | 1 | -1/+1 |
2003-01-03 | Fix problem with "hide unreadable". stat file opens are baaack :-). | Jeremy Allison | 3 | -584/+542 |
2003-01-03 | patch to include support for daemontools from Michael Handler | Gerald Carter | 1 | -2/+16 |
2003-01-02 | pstring/fstring missmatches found by Andrew Bartlett. | Jeremy Allison | 1 | -5/+5 |
2003-01-02 | Becouse these functions return a size_t, they can't return negitive numbers. | Andrew Bartlett | 1 | -1/+1 |
2003-01-02 | BIG patch... | Andrew Bartlett | 14 | -53/+60 |
2003-01-01 | Move our password change code along a little - use NTSTATUS, and implmenet | Andrew Bartlett | 2 | -47/+87 |
2002-12-31 | fix for bad check spotted by Ray Simard <ray@sylvan-glade.com> | Simo Sorce | 1 | -1/+1 |
2002-12-29 | Add msdfs proxy functionality to HEAD. | Shirish Kalele | 1 | -0/+7 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 2 | -9/+26 |
2002-12-13 | Fix for old DOS client when veto files is set to /.*/ | Jeremy Allison | 1 | -1/+1 |
2002-12-12 | Added "kernel change notify" boolean to allow easier valgrind testing. | Jeremy Allison | 1 | -1/+2 |
2002-12-11 | Fixed auth module code. Added VALGRIND defines to reduce spurious warnings. | Jeremy Allison | 1 | -1/+0 |
2002-12-05 | The element in fsp->print_job should be a RAP jobid, not a uint32 RPC | Jeremy Allison | 3 | -8/+15 |
2002-12-04 | Remove FILE_MACRO as __FILE__ is ANSI C. | Tim Potter | 1 | -3/+0 |
2002-12-04 | Added Volker's directory fix - save the attributes | Jeremy Allison | 1 | -0/+3 |
2002-12-04 | change_trust_account_password() must always use the PDC for rpc | Gerald Carter | 2 | -88/+80 |
2002-12-04 | Need brackets around macro args. Spotted by Patrick Welche <prlw1@newn.cam.ac... | Jeremy Allison | 1 | -1/+1 |
2002-12-04 | Missed the removal of the incorrect ifdef. | Jeremy Allison | 1 | -3/+1 |
2002-12-04 | Fix for 64 bit issues with oplocks and allocation size. | Jeremy Allison | 4 | -47/+68 |
2002-12-03 | Reformat of reply.c before Volker's patch. | Jeremy Allison | 1 | -1059/+1029 |
2002-12-03 | Fixed nasty bug where file writes with start offsets in the range | Jeremy Allison | 3 | -23/+24 |