Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move write cache flush reasons definitions to profile.h | Herb Lewis | 2000-10-05 | 2 | -9/+283 |
| | | | | new profile counters structure. | ||||
* | Made re-init of stat cache explicit rather than being hidden. | Jeremy Allison | 2000-10-04 | 2 | -5/+2 |
| | | | | Jeremy. | ||||
* | new make proto | Herb Lewis | 2000-10-04 | 1 | -1/+1 |
| | |||||
* | casts to get rid of compiler warnings | Herb Lewis | 2000-10-04 | 4 | -9/+13 |
| | | | | util_unistr.c change return to break to get rid of unreachable statement msg | ||||
* | cast to get rid of compiler warning | Herb Lewis | 2000-10-04 | 1 | -1/+1 |
| | |||||
* | casts to get rid of compiler warnings | Herb Lewis | 2000-10-04 | 5 | -12/+12 |
| | |||||
* | various casts and remove break after return to get rid of compiler warnings | Herb Lewis | 2000-10-04 | 3 | -48/+3 |
| | |||||
* | max table index was off by 1 | Herb Lewis | 2000-10-03 | 1 | -4/+4 |
| | |||||
* | Fixes for the fact that UNICODE sizes are no always 2*no of chars when | Jeremy Allison | 2000-10-03 | 1 | -8/+9 |
| | | | | | in multibyte codepages. Fix from Hiroshi MIURA, Samba User Group Japan staff. Jeremy. | ||||
* | get rid of compiler warnings | Herb Lewis | 2000-10-03 | 1 | -12/+12 |
| | |||||
* | calling wrong free function (harmless as they both did exactly the same | Herb Lewis | 2000-10-03 | 1 | -1/+1 |
| | | | | | thing but it generated a compiler warning and maybe they could change in the future). | ||||
* | utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff. | Jeremy Allison | 2000-10-03 | 10 | -20/+1076 |
| | | | | | mkdir high bits patch from Robert Dahlem" <Robert.Dahlem@gmx.net>. jeremy. | ||||
* | Memleak fix for cache code. | Jeremy Allison | 2000-10-02 | 3 | -6/+27 |
| | | | | Jeremy. | ||||
* | Added debug so if zero length messages get sent we successfully remove | Jeremy Allison | 2000-10-02 | 2 | -3/+16 |
| | | | | | them (this can happen if smbd processes are shut down at the wrong time). Jeremy. | ||||
* | Missing null termination on printer changenotify message caused insure | Jeremy Allison | 2000-09-29 | 1 | -3/+4 |
| | | | | | error. Jeremy. | ||||
* | Adnrew's 64 bit locking fixes for RedHat 7.0.... (sigh). They don't | Jeremy Allison | 2000-09-29 | 6 | -20/+147 |
| | | | | | seem to peturb much. Jeremy. | ||||
* | new man pages | Herb Lewis | 2000-09-29 | 0 | -0/+0 |
| | |||||
* | new man pages | Herb Lewis | 2000-09-29 | 0 | -0/+0 |
| | |||||
* | new man pages | Herb Lewis | 2000-09-29 | 0 | -0/+0 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2000-09-29 | 6 | -0/+557 |
|\ | |||||
| * | new man pages | Herb Lewis | 2000-09-29 | 6 | -0/+557 |
| | | |||||
| * | new prototypes | Andrew Tridgell | 2000-09-29 | 1 | -0/+3 |
| | | |||||
| * | added a hack to get 64 bit locking working with the broken fcntl() | Andrew Tridgell | 2000-09-29 | 2 | -0/+27 |
| | | | | | | | | | | call in glibc 2.1.95. This hack only gets enabled if you define GLIBC_HACK_FCNTL64 | ||||
| * | use the 64 bit locking interface in locktest | Andrew Tridgell | 2000-09-29 | 1 | -19/+19 |
| | | |||||
| * | fixed a harmess mixup of bitops and a boolean | Andrew Tridgell | 2000-09-29 | 1 | -1/+1 |
| | | |||||
| * | added cli_lock64() and cli_unlock64() | Andrew Tridgell | 2000-09-29 | 1 | -0/+96 |
| | | |||||
* | | quick hack to add interactive mode so you get a prompt and can enter | Herb Lewis | 2000-09-29 | 1 | -29/+82 |
| | | | | | | | | | | multiple commands. We still need a manpage on this. If nobody else wants to do it, I'll do one over the weekend. | ||||
* | | Missing from HEAD and 2.2 - terminal server reg config. | Jeremy Allison | 2000-09-28 | 0 | -0/+0 |
| | | | | | | | | Jeremy. | ||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2000-09-28 | 1 | -0/+7 |
|\| | |||||
| * | Missing from HEAD and 2.2 - terminal server reg config. | Jeremy Allison | 2000-09-28 | 1 | -0/+7 |
| | | | | | | | | Jeremy. | ||||
| * | Fix from John Reilly for forms ordering problems. | Jeremy Allison | 2000-09-28 | 1 | -12/+19 |
| | | | | | | | | Jeremy. | ||||
| * | Removed a line by mistake... | Jeremy Allison | 2000-09-28 | 1 | -0/+1 |
| | | | | | | | | Jeremy. | ||||
| * | Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as this | Jeremy Allison | 2000-09-28 | 2 | -8/+11 |
| | | | | | | | | | | was not correct. Jeremy. | ||||
| * | fixed samr_create_user(). we now correctly parse the query and the reply. | Jean-François Micouleau | 2000-09-28 | 5 | -28/+74 |
| | | | | | | | | | | | | | | | | | | | | And we create the disabled account. That means we can create user and trust accounts remotely ! ifdef out a return in passdb/smbpass.c. I think I didn't break any security. Jeremy could you check if I didn't make any mistakes ??? J.F. | ||||
| * | Removed annoying unecessary debug message. | Tim Potter | 2000-09-28 | 1 | -1/+0 |
| | | |||||
| * | Fixed stupid introduced bug found by "Jim McDonough/Boulder/IBM" ↵ | Jeremy Allison | 2000-09-27 | 1 | -2/+2 |
| | | | | | | | | | | | | <jmcd@us.ibm.com>. Jeremy. | ||||
| * | Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them | Jeremy Allison | 2000-09-27 | 14 | -346/+485 |
| | | | | | | | | | | | | | | through the VFS. All file access/directory access code in smbd should now go via the vfs. Added vfs_chown/vfs_chmod calls. Still looking at vfs_get_nt_acl() vfs_set_nt_acl() call API design. Jeremy. | ||||
| * | samr unknown 0x32 is in fact samr create user. | Jean-François Micouleau | 2000-09-27 | 4 | -63/+42 |
| | | | | | | | | | | | | so renamed and tidy up of the server function. J.F. | ||||
| * | ignore smbcontrol in bin directory | Jean-François Micouleau | 2000-09-27 | 1 | -1/+2 |
| | | | | | | | | J.F. | ||||
| * | fix for IRIX 6.2 compiler error | Herb Lewis | 2000-09-26 | 1 | -1/+1 |
| | | |||||
| * | fix for IRIX compiler error messages | Herb Lewis | 2000-09-26 | 1 | -3/+3 |
| | | |||||
| * | fixed IRIX compiller error message | Herb Lewis | 2000-09-26 | 1 | -1/+1 |
| | | |||||
| * | broadcast printer notify message to all clients. We now have printer | Jean-François Micouleau | 2000-09-26 | 3 | -353/+364 |
| | | | | | | | | | | | | | | | | notification as on NT. Andrew, your message passing code is cool :-) J.F. | ||||
| * | added NEGNOWAIT. sent to secure@microsoft.com | Luke Leighton | 2000-09-26 | 4 | -346/+436 |
| | | |||||
| * | Changes from John Reilly to add a parameter "show add printer wizard" that | Jeremy Allison | 2000-09-26 | 3 | -14/+30 |
| | | | | | | | | | | | | | | | | | | allows Samba to turn off the display of APW (hmmm. This should probably be a share specific parameter, I'll fix that in another commit). Also a few small changes to JF's code to fix compiler warnings about missing return statements and also change '//' comments (C++) to /* .. */ comments (C). Jeremy. | ||||
* | | don't use c++ comments - IRIX compiler complains | Herb Lewis | 2000-09-28 | 1 | -1/+1 |
| | | |||||
* | | Fix from John Reilly for forms ordering problems. | Jeremy Allison | 2000-09-28 | 1 | -12/+19 |
| | | | | | | | | Jeremy. | ||||
* | | Added JF's samr adduser changes. | Jeremy Allison | 2000-09-28 | 5 | -79/+105 |
| | | | | | | | | Jeremy. | ||||
* | | Backport of the HEAD vfs changes.... | Jeremy Allison | 2000-09-28 | 15 | -346/+503 |
| | | | | | | | | Jeremy. | ||||
* | | Fixed stupid introduced bug found by "Jim McDonough/Boulder/IBM" ↵ | Jeremy Allison | 2000-09-27 | 1 | -2/+2 |
| | | | | | | | | | | | | <jmcd@us.ibm.com>. Jeremy. |