summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter2001-08-105-332/+335
| | | | | | | | | | | | | | | emphasise the fact that the spoolss pipe returns DOS error codes instead of 32-bit nt status codes.
| * | Added stuff for developmental building.John Terpstra2001-09-011-1/+3
| | |
| * | Fixed read beyond EOF problem (still needs testing :-).Jeremy Allison2001-08-311-4/+9
| | | | | | | | | | | | Jeremy.
| * | Fixed up broken readbraw/writebraw calls. Still needs testing.Jeremy Allison2001-08-314-291/+288
| | | | | | | | | | | | Jeremy.
| * | Fixed NULL pointer redirect in unlink internals.Jeremy Allison2001-08-301-136/+120
| | | | | | | | | | | | Jeremy.
| * | Fixed silly typo.Jeremy Allison2001-08-303-581/+593
| | | | | | | | | | | | Jeremy.
| * | Fix from Paul Green to set correct lengths.Jeremy Allison2001-08-302-6/+6
| | | | | | | | | | | | Jeremy.
| * | if there are no ACL entries we need to use standard chmodHerb Lewis2001-08-301-2/+2
| | |
| * | Fixed adding and removing DFS links on Samba using NT.Shirish Kalele2001-08-303-19/+27
| | |
| * | Spinlock fixes for Solaris from HEAD.Jeremy Allison2001-08-302-13/+13
| | | | | | | | | | | | Jeremy.
| * | Fixup compiler warnings.Jeremy Allison2001-08-304-5/+12
| | | | | | | | | | | | Jeremy.
| * | this was a stupid typo,Simo Sorce2001-08-301-1/+1
| | | | | | | | | | | | | | | thanks to Jochen Dolze (dolze@epcnet.de) for pointing out. SSS.
| * | fixed unitialiazed username spotted by Andrew Esh.Gerald Carter2001-08-301-0/+2
| | |
| * | always compile before commit :-)Gerald Carter2001-08-301-1/+1
| | |
| * | merge from APPLIANCE_TNGGerald Carter2001-08-301-0/+1
| | |
| * | merge from APPLIANCE_TNG (fix for enumerating groups in trusted domains)Gerald Carter2001-08-301-40/+68
| | |
| * | reran autoconfGerald Carter2001-08-291-50/+47
| | |
| * | removed outdated commentGerald Carter2001-08-291-3/+0
| | |
| * | _dfs_remove fixed.Shirish Kalele2001-08-292-6/+14
| | | | | | | | | | | | | | | | | | | | | Status codes returned by MSRPC functions are different from NT_STATUS codes used for SMB errors. Access denied is indicated by the status code ERRnoaccess, not NT_STATUS_ACCESS_DENIED. These return codes go up to the calling application on Windows.
| * | Windows 95/98 clients send DFS format pathnames without setting the DFS bit inShirish Kalele2001-08-293-21/+19
| | | | | | | | | | | | | | | flg2. So you never really know how to resolve the pathname (as DFS or as tcon-relative). This fix works around this problem.
| * | Move closer to HEAD NTSTATUS codes (hex based). Remove NOPROBLEMO...may itJeremy Allison2001-08-2933-805/+832
| | | | | | | | | | | | | | | rest in peace :-). Jeremy.
| * | Added libnss_wins.so to "everything" object.John Terpstra2001-08-281-1/+1
| | |
| * | Removed rpctorture from "everything" build option since it is broken.John Terpstra2001-08-281-1/+1
| | |
| * | Added warning that the "everything" option is only for Samba developer use.John Terpstra2001-08-281-0/+1
| | |
| * | Added "everything" object for internal use only.John Terpstra2001-08-281-0/+2
| | |
| * | Minor build changes in preparation for 2.2.2 release.John Terpstra2001-08-282-0/+12
| | |
| * | NETDFS enum requests need a \\server\dfsroot as one of the enumerated dfsShirish Kalele2001-08-282-10/+30
| | | | | | | | | | | | | | | | | | | | | links. This code had been commented out breaking dfs administration via msrpc. This has been put back in. Only 1 level of dfs links can be administered. Administering multiple levels would mean we need to descend into arbitrary numbers of directories to look for dfs links.
| * | Fixed up some problems with multilevel dfs links. Also did a bit of aShirish Kalele2001-08-285-798/+878
| | | | | | | | | | | | cleanup on the dfs code.
| * | Ensure we don't ever return a NT_STATUS code to a client that doesn'tJeremy Allison2001-08-282-36/+16
| | | | | | | | | | | | | | | support it. Jeremy.
| * | fix debug message missing )Herb Lewis2001-08-271-1/+1
| | |
| * | Remove the mbx code - this has not been used for about 5 years (if itJeremy Allison2001-08-277-1036/+685
| | | | | | | | | | | | | | | | | | was ever used). Cleaned up the error return code, now we will not return an NT status code to a client that cannot accept one. Jeremy.
| * | new logs use abbreviated month names. Add this to date conversionHerb Lewis2001-08-271-1/+17
| | |
| * | Fixup return of NT_STATUS error codes - only when the global_client_capsJeremy Allison2001-08-277-60/+59
| | | | | | | | | | | | | | | are set to accept them. This is fixed in a much cleaner way in HEAD. Jeremy.
| * | Fix from HEAD when acting as a PDC for a NetApp filer.Jeremy Allison2001-08-261-3/+8
| | | | | | | | | | | | Jeremy.
| * | Reply error on flush to invalid fsp.Jeremy Allison2001-08-261-16/+15
| | | | | | | | | | | | Jeremy.
| * | Ignore locks of length zero as they mean different things in Win32Jeremy Allison2001-08-261-0/+11
| | | | | | | | | | | | | | | and POSIX. Jeremy.
| * | Merge in brlock fixes for zero sized locks from HEAD.Jeremy Allison2001-08-261-35/+70
| | | | | | | | | | | | Jeremy.
| * | bzero is not used (deprecated) as it's a BSDism.Jeremy Allison2001-08-261-38/+52
| | | | | | | | | | | | | | | | | | Syscalls must check for -1, not < 0 (POSIX). Formating (tab) fixups. Jeremy.
| * | ifdef out LDAP stuff when it has NOT been specified.John Terpstra2001-08-251-0/+2
| | |
| * | Formatting tidyups :-).Jeremy Allison2001-08-241-4/+6
| | | | | | | | | | | | Jeremy.
| * | Added readbraw call back again to allow testing with smbtorture.Jeremy Allison2001-08-241-1/+88
| | | | | | | | | | | | | | | This call not yet tested.... Jeremy.
| * | more cleanupGerald Carter2001-08-242-2/+2
| | |
| * | more LDAP updates from Shahms. Minor tidy ups.Gerald Carter2001-08-243-220/+182
| | | | | | | | | | | | jerry
| * | store and retrieve the ldap admin pw from the secrets.tdbGerald Carter2001-08-246-22/+111
| | | | | | | | | | | | | | | | | | | | | Will update documentation later. * removed the 'ldap root password' parameter * renamed 'ldap root' to 'ldap admin dn'
| * | Merge from HEAD.Tim Potter2001-08-241-1/+2
| | |
| * | fix compiler warningsHerb Lewis2001-08-247-13/+14
| | |
| * | somebody forgot to update proto.hHerb Lewis2001-08-241-3/+4
| | |
| * | Fixed malloc -> talloc errors pointed out by Simo.Jeremy Allison2001-08-243-26/+12
| | | | | | | | | | | | Jeremy.
| * | removed old fileGerald Carter2001-08-241-600/+0
| | |
| * | fix typos.Simo Sorce2001-08-241-3/+3
| | |