Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Make Samba compile on RH 6.2 again. | Andrew Bartlett | 2001-12-30 | 7 | -62/+102 | |
| | | | | | | | | | | | | | | | | | | | | | | We now include the libber.h file if required, but currently we just don't use ldap. (I'll chase this up). In the meantime, I've moved the ads_status code about, its now in its own file, and has a couple of #ifdefs to allow smbd to link - becouse the lack of LDAP caused HAVE_ADS to be undefined. (I hope its not too ugly). Andrew Bartlett | |||||
| * | When running interactive we want to set our own process group for | Jeremy Allison | 2001-12-30 | 6 | -4/+34 | |
| | | | | | | | | | | signal management. Jeremy. | |||||
| * | pdb_getsampwnuid() merge from 2.2 | Gerald Carter | 2001-12-30 | 5 | -156/+29 | |
| | | ||||||
| * | Documented -i modes for nmbd/smbd. | Jeremy Allison | 2001-12-29 | 2 | -0/+22 | |
| | | | | | | | | Jeremy. | |||||
| * | Fixup -i interactive modes. | Jeremy Allison | 2001-12-29 | 2 | -11/+18 | |
| | | | | | | | | Jeremy. | |||||
| * | Removed extra lp_adduser() call. | Jeremy Allison | 2001-12-29 | 2 | -17/+4 | |
| | | | | | | | | | | Fixed up error returns in get_correct_cversion(). Jeremy. | |||||
* | | Added code into smbclient to test the UNIX extensions. They seem to work | Jeremy Allison | 2002-01-15 | 5 | -71/+344 | |
| | | | | | | | | | | fine.... Jeremy. | |||||
* | | Finished UNIX extensions - including realpath checks on link creation. | Jeremy Allison | 2002-01-14 | 11 | -25/+153 | |
| | | | | | | | | | | Now to add tests.... Jeremy. | |||||
* | | Removed MAXSTATUS which was set incorrectly - thus causing tdb traversal | Jeremy Allison | 2002-01-14 | 6 | -703/+681 | |
| | | | | | | | | | | | | of the connections db on smbd startup. This should fix the Solaris large load bug.... (fingers crossed). Jeremy. | |||||
* | | fix a wrong check on sampass beeing null. | Simo Sorce | 2002-01-12 | 1 | -8/+11 | |
| | | | | | | | | | | | | it can never be null, the bug got in when the interface was changed from the previous smb_passwd structure. thanks to Kyle VanderBeek <kylev@yaga.com> for pointing out the bug. | |||||
* | | Added smbadduser back to spec files. | John Terpstra | 2002-01-12 | 2 | -2/+2 | |
| | | ||||||
* | | Added PRINTER_INFO_4/5 - we've seen 5 on the wire. | Jeremy Allison | 2002-01-12 | 4 | -0/+230 | |
| | | | | | | | | Jeremy. | |||||
* | | Always change changeid on setprinterdata. | Jeremy Allison | 2002-01-12 | 1 | -0/+3 | |
| | | | | | | | | Jeremy. | |||||
* | | Sync up the changeid changes. | Jeremy Allison | 2002-01-12 | 3 | -660/+687 | |
| | | | | | | | | Jeremy. | |||||
* | | bin/rpcclient pip -c "setprinterdata q1 test2 value" | Gerald Carter | 2002-01-11 | 5 | -694/+811 | |
| | | ||||||
* | | Changed the macros in byteorder to be const safe by default. This means | Jeremy Allison | 2002-01-11 | 20 | -156/+162 | |
| | | | | | | | | | | | | | | | | we can't use the CVAL(a,b) = x form but must use SCVAL(a,b,x). This gets rid of most of the const warnings that have been plaguing us for some time now. Yes, I intend to add this to HEAD also once I've fixed the printer issue. Jeremy. | |||||
* | | few quick fixes to make enumprinters, getprinter work | Gerald Carter | 2002-01-11 | 1 | -14/+12 | |
| | | ||||||
* | | Fixup compiler warnings. | Jeremy Allison | 2002-01-11 | 3 | -672/+672 | |
| | | | | | | | | Jeremy. | |||||
* | | Sync up with HEAD changes. | Jeremy Allison | 2002-01-11 | 1 | -4/+18 | |
| | | | | | | | | Jeremy. | |||||
* | | Rich Bollinger noticed a test reversed. | Jeremy Allison | 2002-01-11 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge Andrew's crashfix. | Jeremy Allison | 2002-01-11 | 1 | -0/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Added remote_machine name as another parameter to the "add printer command", ↵ | John Reilly | 2002-01-11 | 1 | -2/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | very useful when you want to use smbclient's popup message capability. Fixed SetPrinter() to update the printer driver init data when the driver is changed (i.e. PropPg dropdown driver selection, or New Driver... button). rpc_server/srv_spoolss_nt.c add_printer_hook() Added remote_machine as 7th param update_printer() Added call to set_driver_init() to set driver init data JohnR | |||||
* | | Tidied up the trans2 code formatting. A lot. | Jeremy Allison | 2002-01-11 | 10 | -1304/+1714 | |
| | | | | | | | | | | | | | | | | 90% of the UNIX extensions code done. It's different from the spec. There are bloody good reasons for that..... New parameter (YES I WILL DOCUMENT THIS) to turn them on/off. They're off by default (there's a reason for that also :-). Jeremy. | |||||
* | | regenerate for Jim | Gerald Carter | 2002-01-11 | 2 | -9/+53 | |
| | | ||||||
* | | added structure members referred to by recent changes in vfs-wrap.c | Herb Lewis | 2002-01-10 | 1 | -1/+5 | |
| | | ||||||
* | | Update wbinfo doc for missing -r, -a, and -A args, bug I can't get $%?$%$ ↵ | Jim McDonough | 2002-01-10 | 1 | -0/+31 | |
| | | | | | | | | docbook installed right. Does anyone want to generate the output? | |||||
* | | First part of UNIX CIFS extensions - more to follow. | Jeremy Allison | 2002-01-10 | 3 | -3/+168 | |
| | | | | | | | | Jeremy. | |||||
* | | Oh joy - the original code didn't do mapping of the perms onto the wire. | Jeremy Allison | 2002-01-10 | 1 | -11/+41 | |
| | | | | | | | | | | Make it up as we go along... :-). Jeremy. | |||||
* | | Ensure this is committed last. | Jeremy Allison | 2002-01-10 | 1 | -243/+325 | |
| | | | | | | | | Jeremy. | |||||
* | | We need to test for major/minor device macros. | Jeremy Allison | 2002-01-10 | 4 | -0/+39 | |
| | | | | | | | | Jeremy. | |||||
* | | Added vfs calls to link/mknod to prepare for UNIX extensions. | Jeremy Allison | 2002-01-10 | 11 | -473/+688 | |
| | | | | | | | | | | | | | | Upped VFS interface rev. to 2. Added tests for dev64_t. Added descriptons of UNIX extensions. Jeremy. | |||||
* | | Added tests for st_blocks in struct stat, and added a (hateful) constant | Jeremy Allison | 2002-01-09 | 5 | -281/+359 | |
| | | | | | | | | | | | | | | | | | | the specifies the units that st_blocks is in. The reason for this is that HPUX uses 8k, AIX uses a #defined constant and everyone else (tm) uses 512 byte units. Needed for the CIFS UNIX extensions - coming to a Samba server near you soon.... :-). Jeremy. | |||||
* | | Fixed typo. | Jeremy Allison | 2002-01-09 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Move SAFE_FREE into tdb.c to stop exporting it into tdb.h namespace. | Jeremy Allison | 2002-01-09 | 2 | -5/+5 | |
| | | | | | | | | Jeremy. | |||||
* | | Modified samba/var permissions to be 0711. I don't know if 0755 is better. | Shirish Kalele | 2002-01-09 | 1 | -1/+1 | |
| | | | | | | | | I just didn't want non-root users to access the log files. | |||||
* | | missing pdb_free_sam() when NT_STATUS_NO_USER | Gerald Carter | 2002-01-09 | 1 | -1/+4 | |
| | | ||||||
* | | When re-writing tdb version numbers as little endian int32, we must | Jeremy Allison | 2002-01-09 | 2 | -21/+25 | |
| | | | | | | | | | | change the version number also. Jeremy. | |||||
* | | Move to using little endian int32 in tdb's. | Jeremy Allison | 2002-01-09 | 4 | -38/+61 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge of lp_set_logfile() fix from HEAD. | Tim Potter | 2002-01-09 | 1 | -1/+1 | |
| | | ||||||
* | | Move to tdb_change_int32_atomic(). | Jeremy Allison | 2002-01-09 | 6 | -8/+60 | |
| | | | | | | | | | | HPUX nss fixes. Jeremy. | |||||
* | | Merged some memory leak fixes from HEAD. | Tim Potter | 2002-01-09 | 1 | -0/+3 | |
| | | ||||||
* | | Merge tridge's "fixed a winbindd crash when the group membership can't be | Tim Potter | 2002-01-09 | 1 | -2/+4 | |
| | | | | | | | | looked up" from 1.32. | |||||
* | | Added int32 versions of the endian-dependent functions. | Jeremy Allison | 2002-01-09 | 2 | -0/+68 | |
| | | | | | | | | Jeremy. | |||||
* | | My previous fix had a bug.... | Jeremy Allison | 2002-01-08 | 1 | -6/+11 | |
| | | | | | | | | | | | | | | | | This is SO NASTY as some drivers need this to change, others need it static. This value will change every second, and I must hope that this is enough..... DON'T CHANGE THIS CODE WITHOUT A TEST MATRIX THE SIZE OF UTAH ! Jeremy. | |||||
* | | These should only exist in HEAD. | Gerald Carter | 2002-01-08 | 2 | -145/+0 | |
| | | ||||||
* | | Getting ready to add winbindd support on HPUX11. | Jeremy Allison | 2002-01-08 | 2 | -0/+154 | |
| | | | | | | | | Jeremy. | |||||
* | | entering placeholders for forthcoming documentation | Gerald Carter | 2002-01-08 | 2 | -0/+145 | |
| | | ||||||
* | | Another attempt at getting changeid correct. Jerry / JF please check ! | Jeremy Allison | 2002-01-08 | 1 | -7/+14 | |
| | | | | | | | | | | This fixes a driver init bug. Jeremy. | |||||
* | | Caught one problem where a BOOL fn was returning 3 different values :-). | Jeremy Allison | 2002-01-08 | 1 | -11/+12 | |
| | | | | | | | | | | Roll on defined types :-). Jeremy. | |||||
* | | Debugs that print out a share mode table in debug level 10. This code | Jeremy Allison | 2002-01-08 | 1 | -4/+46 | |
| | | | | | | | | | | enabled me to track down a *nasty* bug. Jeremy. |