summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* removed references to unused --qith-netatalkGerald Carter2001-08-247-10/+0
| | | | --jerry
* document shutdown script and abort shutdown script options.Simo Sorce2001-08-241-1/+60
| | | | | can someone take a look and eventually translate the whole thing into real english? :-)
* removed the --without-xxx options and reformated the outputGerald Carter2001-08-242-820/+779
| | | | of --help
* updated schema. Depreciated the 'smbPasswordEntry' objectclassGerald Carter2001-08-242-8/+75
| | | | in favor of the sambaAccount. I left the older object just in case.
* Checkin of LDAP passdb rewrite by Shahms E. King <shahms@shahms.com>Gerald Carter2001-08-248-2371/+2441
| | | | | | | Many things to fix, but this is a very good start. And Shahms and I can work on the same code base. --jerry
* Removed zero length lock check for correctness.Jeremy Allison2001-08-241-6/+3
| | | | Jeremy.
* get rid of old debug code and a possible socket leakHerb Lewis2001-08-241-9/+1
|
* Added Andrew's 64->32 bit fix.Jeremy Allison2001-08-241-0/+8
| | | | Jeremy.
* One more change of int to symbolic constant.Jeremy Allison2001-08-241-1/+1
| | | | Jeremy.
* Some reformatting.Jeremy Allison2001-08-241-299/+286
| | | | Jeremy.
* Fix for W2K profiles being stored on a Samba PDC. Thanks to Microsoft for theirJeremy Allison2001-08-231-16/+6
| | | | | help ! Jeremy.
* Some w2k info.Jeremy Allison2001-08-231-0/+41
| | | | Jeremy.
* fixed bug that would cause a user list enumeration to exit early.Gerald Carter2001-08-231-9/+14
| | | | Caused by a users being in smbpasswd but not /etc/passwd
* Fix status32 problem for Thursby clients.Jeremy Allison2001-08-233-8/+3
| | | | Jeremy.
* Merged Tim's CUPS detection fixes from HEAD.Jeremy Allison2001-08-2310-554/+632
| | | | Jeremy.
* Added JF's fix for Dell Poweredge...Jeremy Allison2001-08-231-6/+15
| | | | Jeremy.
* oh, a protoSimo Sorce2001-08-221-574/+574
|
* removed unused optionsGerald Carter2001-08-222-755/+709
|
* * corrected a few typos in smb.conf.sgmlGerald Carter2001-08-223-152/+39
| | | | | * removed 'share modes' * autogen
* some %things are not expanded properly in get share info levelsSimo Sorce2001-08-221-24/+22
|
* force checking of log size after 200 smbd in a row or after 30 sec with noHerb Lewis2001-08-221-2/+3
| | | | | | | smbds. This should fix one case of logs not getting rotated properly. We may need to test this to make sure there is no big performance hit from the extra stat call.
* Added torture fix from HEAD.Jeremy Allison2001-08-221-3/+5
| | | | Jeremy.
* Mention 'delete veto files' in 'veto files' descriptionVolker Lendecke2001-08-221-7/+8
| | | | Volker