Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixed NULL pointer redirect in unlink internals. | Jeremy Allison | 2001-08-30 | 1 | -136/+120 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed silly typo. | Jeremy Allison | 2001-08-30 | 3 | -581/+593 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix from Paul Green to set correct lengths. | Jeremy Allison | 2001-08-30 | 2 | -6/+6 | |
| | | | | | | | | Jeremy. | |||||
* | | if there are no ACL entries we need to use standard chmod | Herb Lewis | 2001-08-30 | 1 | -2/+2 | |
| | | ||||||
* | | Fixed adding and removing DFS links on Samba using NT. | Shirish Kalele | 2001-08-30 | 3 | -19/+27 | |
| | | ||||||
* | | Spinlock fixes for Solaris from HEAD. | Jeremy Allison | 2001-08-30 | 2 | -13/+13 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixup compiler warnings. | Jeremy Allison | 2001-08-30 | 4 | -5/+12 | |
| | | | | | | | | Jeremy. | |||||
* | | this was a stupid typo, | Simo Sorce | 2001-08-30 | 1 | -1/+1 | |
| | | | | | | | | | | thanks to Jochen Dolze (dolze@epcnet.de) for pointing out. SSS. | |||||
* | | fixed unitialiazed username spotted by Andrew Esh. | Gerald Carter | 2001-08-30 | 1 | -0/+2 | |
| | | ||||||
* | | always compile before commit :-) | Gerald Carter | 2001-08-30 | 1 | -1/+1 | |
| | | ||||||
* | | merge from APPLIANCE_TNG | Gerald Carter | 2001-08-30 | 1 | -0/+1 | |
| | | ||||||
* | | merge from APPLIANCE_TNG (fix for enumerating groups in trusted domains) | Gerald Carter | 2001-08-30 | 1 | -40/+68 | |
| | | ||||||
* | | reran autoconf | Gerald Carter | 2001-08-29 | 1 | -50/+47 | |
| | | ||||||
* | | removed outdated comment | Gerald Carter | 2001-08-29 | 1 | -3/+0 | |
| | | ||||||
* | | _dfs_remove fixed. | Shirish Kalele | 2001-08-29 | 2 | -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 in | Shirish Kalele | 2001-08-29 | 3 | -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 it | Jeremy Allison | 2001-08-29 | 33 | -805/+832 | |
| | | | | | | | | | | rest in peace :-). Jeremy. | |||||
* | | Added libnss_wins.so to "everything" object. | John Terpstra | 2001-08-28 | 1 | -1/+1 | |
| | | ||||||
* | | Removed rpctorture from "everything" build option since it is broken. | John Terpstra | 2001-08-28 | 1 | -1/+1 | |
| | | ||||||
* | | Added warning that the "everything" option is only for Samba developer use. | John Terpstra | 2001-08-28 | 1 | -0/+1 | |
| | | ||||||
* | | Added "everything" object for internal use only. | John Terpstra | 2001-08-28 | 1 | -0/+2 | |
| | | ||||||
* | | Minor build changes in preparation for 2.2.2 release. | John Terpstra | 2001-08-28 | 2 | -0/+12 | |
| | | ||||||
* | | NETDFS enum requests need a \\server\dfsroot as one of the enumerated dfs | Shirish Kalele | 2001-08-28 | 2 | -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 a | Shirish Kalele | 2001-08-28 | 5 | -798/+878 | |
| | | | | | | | | cleanup on the dfs code. | |||||
* | | Ensure we don't ever return a NT_STATUS code to a client that doesn't | Jeremy Allison | 2001-08-28 | 2 | -36/+16 | |
| | | | | | | | | | | support it. Jeremy. | |||||
* | | fix debug message missing ) | Herb Lewis | 2001-08-27 | 1 | -1/+1 | |
| | | ||||||
* | | Remove the mbx code - this has not been used for about 5 years (if it | Jeremy Allison | 2001-08-27 | 7 | -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 conversion | Herb Lewis | 2001-08-27 | 1 | -1/+17 | |
| | | ||||||
* | | Fixup return of NT_STATUS error codes - only when the global_client_caps | Jeremy Allison | 2001-08-27 | 7 | -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 Allison | 2001-08-26 | 1 | -3/+8 | |
| | | | | | | | | Jeremy. | |||||
* | | Reply error on flush to invalid fsp. | Jeremy Allison | 2001-08-26 | 1 | -16/+15 | |
| | | | | | | | | Jeremy. | |||||
* | | Ignore locks of length zero as they mean different things in Win32 | Jeremy Allison | 2001-08-26 | 1 | -0/+11 | |
| | | | | | | | | | | and POSIX. Jeremy. | |||||
* | | Merge in brlock fixes for zero sized locks from HEAD. | Jeremy Allison | 2001-08-26 | 1 | -35/+70 | |
| | | | | | | | | Jeremy. | |||||
* | | bzero is not used (deprecated) as it's a BSDism. | Jeremy Allison | 2001-08-26 | 1 | -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 Terpstra | 2001-08-25 | 1 | -0/+2 | |
| | | ||||||
* | | Formatting tidyups :-). | Jeremy Allison | 2001-08-24 | 1 | -4/+6 | |
| | | | | | | | | Jeremy. | |||||
* | | Added readbraw call back again to allow testing with smbtorture. | Jeremy Allison | 2001-08-24 | 1 | -1/+88 | |
| | | | | | | | | | | This call not yet tested.... Jeremy. | |||||
* | | more cleanup | Gerald Carter | 2001-08-24 | 2 | -2/+2 | |
| | | ||||||
* | | more LDAP updates from Shahms. Minor tidy ups. | Gerald Carter | 2001-08-24 | 3 | -220/+182 | |
| | | | | | | | | jerry | |||||
* | | store and retrieve the ldap admin pw from the secrets.tdb | Gerald Carter | 2001-08-24 | 6 | -22/+111 | |
| | | | | | | | | | | | | | | Will update documentation later. * removed the 'ldap root password' parameter * renamed 'ldap root' to 'ldap admin dn' | |||||
* | | Merge from HEAD. | Tim Potter | 2001-08-24 | 1 | -1/+2 | |
| | | ||||||
* | | fix compiler warnings | Herb Lewis | 2001-08-24 | 7 | -13/+14 | |
| | | ||||||
* | | somebody forgot to update proto.h | Herb Lewis | 2001-08-24 | 1 | -3/+4 | |
| | | ||||||
* | | Fixed malloc -> talloc errors pointed out by Simo. | Jeremy Allison | 2001-08-24 | 3 | -26/+12 | |
| | | | | | | | | Jeremy. | |||||
* | | removed old file | Gerald Carter | 2001-08-24 | 1 | -600/+0 | |
| | | ||||||
* | | fix typos. | Simo Sorce | 2001-08-24 | 1 | -3/+3 | |
| | | ||||||
* | | removed references to unused --qith-netatalk | Gerald Carter | 2001-08-24 | 7 | -10/+0 | |
| | | | | | | | | --jerry | |||||
* | | document shutdown script and abort shutdown script options. | Simo Sorce | 2001-08-24 | 1 | -1/+60 | |
| | | | | | | | | | | can someone take a look and eventually translate the whole thing into real english? :-) | |||||
* | | removed the --without-xxx options and reformated the output | Gerald Carter | 2001-08-24 | 2 | -820/+779 | |
| | | | | | | | | of --help | |||||
* | | updated schema. Depreciated the 'smbPasswordEntry' objectclass | Gerald Carter | 2001-08-24 | 2 | -8/+75 | |
| | | | | | | | | in favor of the sambaAccount. I left the older object just in case. |