Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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. | |||||
| * | | Checkin of LDAP passdb rewrite by Shahms E. King <shahms@shahms.com> | Gerald Carter | 2001-08-24 | 8 | -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 Allison | 2001-08-24 | 1 | -6/+3 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | get rid of old debug code and a possible socket leak | Herb Lewis | 2001-08-24 | 1 | -9/+1 | |
| | | | ||||||
| * | | Added Andrew's 64->32 bit fix. | Jeremy Allison | 2001-08-24 | 1 | -0/+8 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | One more change of int to symbolic constant. | Jeremy Allison | 2001-08-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Some reformatting. | Jeremy Allison | 2001-08-24 | 1 | -299/+286 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Fix for W2K profiles being stored on a Samba PDC. Thanks to Microsoft for their | Jeremy Allison | 2001-08-23 | 1 | -16/+6 | |
| | | | | | | | | | | | | | | | help ! Jeremy. | |||||
| * | | Some w2k info. | Jeremy Allison | 2001-08-23 | 1 | -0/+41 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | fixed bug that would cause a user list enumeration to exit early. | Gerald Carter | 2001-08-23 | 1 | -9/+14 | |
| | | | | | | | | | | | | Caused by a users being in smbpasswd but not /etc/passwd | |||||
| * | | Fix status32 problem for Thursby clients. | Jeremy Allison | 2001-08-23 | 3 | -8/+3 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Merged Tim's CUPS detection fixes from HEAD. | Jeremy Allison | 2001-08-23 | 10 | -554/+632 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Added JF's fix for Dell Poweredge... | Jeremy Allison | 2001-08-23 | 1 | -6/+15 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | oh, a proto | Simo Sorce | 2001-08-22 | 1 | -574/+574 | |
| | | | ||||||
| * | | removed unused options | Gerald Carter | 2001-08-22 | 2 | -755/+709 | |
| | | | ||||||
| * | | * corrected a few typos in smb.conf.sgml | Gerald Carter | 2001-08-22 | 3 | -152/+39 | |
| | | | | | | | | | | | | | | | * removed 'share modes' * autogen | |||||
| * | | some %things are not expanded properly in get share info levels | Simo Sorce | 2001-08-22 | 1 | -24/+22 | |
| | | | ||||||
| * | | force checking of log size after 200 smbd in a row or after 30 sec with no | Herb Lewis | 2001-08-22 | 1 | -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 Allison | 2001-08-22 | 1 | -3/+5 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Mention 'delete veto files' in 'veto files' description | Volker Lendecke | 2001-08-22 | 1 | -7/+8 | |
| | | | | | | | | | | | | Volker | |||||
| * | | Remove unneeded lp_talloc_free(), this is done in the main loop.... | Jeremy Allison | 2001-08-22 | 1 | -3/+0 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Added new doserror code from HEAD. | Jeremy Allison | 2001-08-22 | 2 | -29/+33 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Fixed typo. | Volker Lendecke | 2001-08-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | Volker | |||||
| * | | commit fix from Richard Bollinger to fix a memory leak when loading | Gerald Carter | 2001-08-22 | 1 | -1/+4 | |
| | | | | | | | | | | | | large printcaps | |||||
| * | | forgot to increment the num_groups field in the USER_INFO_3 | Gerald Carter | 2001-08-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | struct with yesterday's changes. This fixed the Win2k domain logon problem. jerry | |||||
| * | | Missing '\' at eol.. | Jeremy Allison | 2001-08-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Tidyups for fnctl spin problem. Try and tidyup share mode table. | Jeremy Allison | 2001-08-22 | 5 | -27/+86 | |
| | | | | | | | | | | | | Jeremy | |||||
| * | | bindir and sbindir are the same for IRIX samba packages | Herb Lewis | 2001-08-21 | 1 | -1/+1 | |
| | | |