| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix coredump from Samba4 torture suite. | Jeremy Allison | 2003-09-17 | 2 | -0/+5 |
* | Fix OOPS when dealing with mangled names reported by several users. | Jeremy Allison | 2003-09-15 | 1 | -1/+1 |
* | A *curse* upon the person who #ifdefed out the mangle debug statements | Jeremy Allison | 2003-09-15 | 1 | -1/+1 |
* | Fixed typo in debug. | Tim Potter | 2003-09-15 | 1 | -1/+1 |
* | Fix for bug #273 - smbd crash on machine account change. | Jeremy Allison | 2003-09-10 | 1 | -10/+7 |
* | Protect against core dump if ioctl for print job sends invalid fid. Found | Jeremy Allison | 2003-09-08 | 1 | -1/+5 |
* | make sure we substitute basic variables in read/write list | Gerald Carter | 2003-09-08 | 1 | -2/+2 |
* | Nobody complained on the team-list, so commit it ... | Volker Lendecke | 2003-09-07 | 1 | -0/+4 |
* | More cachegrind tuning, plus fix an error message. | Jeremy Allison | 2003-09-05 | 2 | -4/+6 |
* | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 2003-09-05 | 5 | -10/+11 |
* | fix bug 397: use a variant of alloc_sub_basic() for string lists. | Gerald Carter | 2003-09-05 | 1 | -1/+4 |
* | Fix UNIX passwd sync properly. I've finally understood | Jeremy Allison | 2003-09-04 | 2 | -99/+63 |
* | Used cachegrind to track down some bottlenecks. | Jeremy Allison | 2003-09-04 | 1 | -0/+4 |
* | Fix bug found by tridge in 2.2.x. Ensure that %U substitution is | Jeremy Allison | 2003-08-28 | 1 | -1/+1 |
* | Fix bug 327 (again and I think for the last time). Make sure that | Gerald Carter | 2003-08-27 | 1 | -463/+0 |
* | Check for embedded mb chars when testing for illegal characters like /. | Jeremy Allison | 2003-08-27 | 1 | -1/+23 |
* | Fix initial debug. | Jeremy Allison | 2003-08-27 | 1 | -1/+1 |
* | Remove completely unneeded malloc/free out of this codepath. | Jeremy Allison | 2003-08-27 | 1 | -12/+11 |
* | adding some debugs while tracking down a bug | Gerald Carter | 2003-08-26 | 1 | -0/+5 |
* | Fix memleak. | Volker Lendecke | 2003-08-25 | 1 | -1/+3 |
* | Attempt to fix the charcnv issues causing nmbd to crash. If we get a failed | Jeremy Allison | 2003-08-20 | 1 | -1/+1 |
* | metze's autogenerate patch for version.h | Gerald Carter | 2003-08-20 | 2 | -2/+2 |
* | Fix BUG #314: api_netUserGetGRoups() was failing prematurely | Gerald Carter | 2003-08-19 | 1 | -7/+59 |
* | Implement SMBexit properly. Found by Samba4 tester. You must do a make | Jeremy Allison | 2003-08-19 | 3 | -0/+23 |
* | Fix flush of 0xFFFF - found by Samba4 tester. | Jeremy Allison | 2003-08-19 | 1 | -2/+4 |
* | Don't return DOS error on SMBsearch return if using NT error codes (NT1 | Jeremy Allison | 2003-08-19 | 1 | -8/+10 |
* | Win2k never returns 'no such user' here, so when we do it, the clients freak | Andrew Bartlett | 2003-08-18 | 1 | -1/+1 |
* | Added level 262. Found by Samba4 torture tester. | Jeremy Allison | 2003-08-18 | 1 | -0/+44 |
* | Add level 261 to search. Found using Samba4 tester. | Jeremy Allison | 2003-08-18 | 1 | -0/+22 |
* | Implemented the level 1010 NT rename level. Many fixes for Samba4 test | Jeremy Allison | 2003-08-16 | 4 | -71/+256 |
* | Fix memleaks. | Volker Lendecke | 2003-08-15 | 1 | -0/+5 |
* | get rid of some sompiler warnings on IRIX | Herb Lewis | 2003-08-15 | 1 | -1/+1 |
* | get rid of unused call | Herb Lewis | 2003-08-15 | 1 | -12/+0 |
* | Fix attribute set using setfileinfo - Samba4 found. | Jeremy Allison | 2003-08-15 | 1 | -3/+0 |
* | Ignore silently set disposition information when set on a path. | Jeremy Allison | 2003-08-15 | 1 | -1/+2 |
* | nlink field should decrement when delete pending is set. | Jeremy Allison | 2003-08-14 | 1 | -2/+8 |
* | Fix setfileinfo level 1 - it only takes 12 bytes. Found by Samba4 | Jeremy Allison | 2003-08-14 | 1 | -6/+1 |
* | Fix changing of attributes via setattr. Samba4 test fixes. | Jeremy Allison | 2003-08-14 | 2 | -10/+23 |
* | Fix SMBseek and get/set position information SMBs. Works against | Jeremy Allison | 2003-08-14 | 4 | -32/+51 |
* | In ads_verify_realm, all we use in the ADS_STRUCT is the | Volker Lendecke | 2003-08-14 | 1 | -15/+2 |
* | Query volume info level 2 fix - found by Samba4 tester. | Jeremy Allison | 2003-08-13 | 1 | -1/+1 |
* | Better path checking for chkpth. We now pass Samba4 chkpath and unlink. | Jeremy Allison | 2003-08-13 | 1 | -4/+25 |
* | More chkpth fixes from Samba4 tests. | Jeremy Allison | 2003-08-13 | 1 | -2/+15 |
* | Ensure we pass the Samba4 unlink test ! | Jeremy Allison | 2003-08-13 | 1 | -1/+9 |
* | Fix another error code return against Samba4 test suite... Don't allow | Jeremy Allison | 2003-08-12 | 1 | -0/+4 |
* | Test invalid map system, map hidden, create mask, force create mask | Jeremy Allison | 2003-08-12 | 1 | -1/+1 |
* | fix for BUG #267 (problem with supplementary groups). | Gerald Carter | 2003-08-09 | 1 | -1/+1 |
* | Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adapted | Jeremy Allison | 2003-08-07 | 3 | -53/+186 |
* | An oplock break reply from the client causes the sequence number to be | Jeremy Allison | 2003-08-07 | 2 | -4/+6 |
* | Turns out I had my packet sequences wrong for oplock break code. | Jeremy Allison | 2003-08-07 | 4 | -3/+16 |