summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | new man pagesHerb Lewis2000-09-290-0/+0
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2000-09-296-0/+557
|\|
| * new man pagesHerb Lewis2000-09-296-0/+557
| |
| * new prototypesAndrew Tridgell2000-09-291-0/+3
| |
| * added a hack to get 64 bit locking working with the broken fcntl()Andrew Tridgell2000-09-292-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 locktestAndrew Tridgell2000-09-291-19/+19
| |
| * fixed a harmess mixup of bitops and a booleanAndrew Tridgell2000-09-291-1/+1
| |
| * added cli_lock64() and cli_unlock64()Andrew Tridgell2000-09-291-0/+96
| |
* | quick hack to add interactive mode so you get a prompt and can enterHerb Lewis2000-09-291-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 Allison2000-09-280-0/+0
| | | | | | | | Jeremy.
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2000-09-281-0/+7
|\|
| * Missing from HEAD and 2.2 - terminal server reg config.Jeremy Allison2000-09-281-0/+7
| | | | | | | | Jeremy.
| * Fix from John Reilly for forms ordering problems.Jeremy Allison2000-09-281-12/+19
| | | | | | | | Jeremy.
| * Removed a line by mistake...Jeremy Allison2000-09-281-0/+1
| | | | | | | | Jeremy.
| * Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as thisJeremy Allison2000-09-282-8/+11
| | | | | | | | | | was not correct. Jeremy.
| * fixed samr_create_user(). we now correctly parse the query and the reply.Jean-François Micouleau2000-09-285-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 Potter2000-09-281-1/+0
| |
| * Fixed stupid introduced bug found by "Jim McDonough/Boulder/IBM" ↵Jeremy Allison2000-09-271-2/+2
| | | | | | | | | | | | <jmcd@us.ibm.com>. Jeremy.
| * Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison2000-09-2714-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 Micouleau2000-09-274-63/+42
| | | | | | | | | | | | so renamed and tidy up of the server function. J.F.
| * ignore smbcontrol in bin directoryJean-François Micouleau2000-09-271-1/+2
| | | | | | | | J.F.
| * fix for IRIX 6.2 compiler errorHerb Lewis2000-09-261-1/+1
| |
| * fix for IRIX compiler error messagesHerb Lewis2000-09-261-3/+3
| |
| * fixed IRIX compiller error messageHerb Lewis2000-09-261-1/+1
| |
| * broadcast printer notify message to all clients. We now have printerJean-François Micouleau2000-09-263-353/+364
| | | | | | | | | | | | | | | | notification as on NT. Andrew, your message passing code is cool :-) J.F.
| * added NEGNOWAIT. sent to secure@microsoft.comLuke Leighton2000-09-264-346/+436
| |
| * Changes from John Reilly to add a parameter "show add printer wizard" thatJeremy Allison2000-09-263-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 complainsHerb Lewis2000-09-281-1/+1
| |
* | Fix from John Reilly for forms ordering problems.Jeremy Allison2000-09-281-12/+19
| | | | | | | | Jeremy.
* | Added JF's samr adduser changes.Jeremy Allison2000-09-285-79/+105
| | | | | | | | Jeremy.
* | Backport of the HEAD vfs changes....Jeremy Allison2000-09-2815-346/+503
| | | | | | | | Jeremy.
* | Fixed stupid introduced bug found by "Jim McDonough/Boulder/IBM" ↵Jeremy Allison2000-09-271-2/+2
| | | | | | | | | | | | <jmcd@us.ibm.com>. Jeremy.
* | fix for IRIX 6.2 compiler errorHerb Lewis2000-09-261-1/+1
| |
* | Added JF's print spooler notification code. Too good to miss for 2.2.x :-).Jeremy Allison2000-09-267-15/+335
| | | | | | | | Jeremy.
* | Added --with-vfs to allow VFS code to be compiled off or on.Jeremy Allison2000-09-265-611/+663
| | | | | | | | Jeremy.
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2000-09-251-0/+295
|\|
| * printer notify code.Jean-François Micouleau2000-09-256-14/+602
| | | | | | | | | | | | | | It only sends notifies to one client. The broadcasting notify code will code soon. J.F.
| * Optimization (noticed by bloody Andrew :-) to stop directory scan everJeremy Allison2000-09-211-4/+15
| | | | | | | | | | being done if any of the directory timestamps were changed. Jeremy.
| * Adding fix from Jim Vopni <jimv@metrics.com> to ensure jobs areJeremy Allison2000-09-211-33/+33
| | | | | | | | | | closed before a printer is closed/deleted. Jeremy.
| * Some code moved back from TNG - updates to LSA stuff. Not yet used butJeremy Allison2000-09-203-11/+105
| | | | | | | | | | will be needed soon. Jeremy.
| * Fix to allow a timestamp of zero to cause an instantaneous changenotifyJeremy Allison2000-09-204-6/+30
| | | | | | | | | | | | scan - then call this from renames. This allows instantaneous update for W2k renames. Jeremy.
* | update to 2.0.7 version (was 2.0.4b) still needs major overhaulHerb Lewis2000-09-221-63/+472
| |
* | Optimization (noticed by bloody Andrew :-) to stop directory scan everJeremy Allison2000-09-211-4/+15
| | | | | | | | | | being done if any of the directory timestamps were changed. Jeremy.
* | Adding fix from Jim Vopni <jimv@metrics.com> to ensure jobs areJeremy Allison2000-09-211-33/+33
| | | | | | | | | | closed before a printer is closed/deleted. Jeremy.
* | add smbcontrol to listHerb Lewis2000-09-211-1/+2
| |
* | remove config.h as it is placed in include directory not hereHerb Lewis2000-09-211-1/+0
| |
* | changes for IRIX compiler errorsHerb Lewis2000-09-213-9/+9
| |
* | Some code moved back from TNG - updates to LSA stuff. Not yet used butJeremy Allison2000-09-203-11/+105
| | | | | | | | | | will be needed soon. Jeremy.
* | Fix to allow a timestamp of zero to cause an instantaneous changenotifyJeremy Allison2000-09-204-6/+30
| | | | | | | | | | | | scan - then call this from renames. This allows instantaneous update for W2k renames. Jeremy.
* | changed to pre-2.2.0 instead of pre-3.0.0Herb Lewis2000-09-201-1/+1
| |