summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Added smbadduser back to spec files.John Terpstra2002-01-122-2/+2
| |
* | Added PRINTER_INFO_4/5 - we've seen 5 on the wire.Jeremy Allison2002-01-124-0/+230
| | | | | | | | Jeremy.
* | Always change changeid on setprinterdata.Jeremy Allison2002-01-121-0/+3
| | | | | | | | Jeremy.
* | Sync up the changeid changes.Jeremy Allison2002-01-123-660/+687
| | | | | | | | Jeremy.
* | bin/rpcclient pip -c "setprinterdata q1 test2 value"Gerald Carter2002-01-115-694/+811
| |
* | Changed the macros in byteorder to be const safe by default. This meansJeremy Allison2002-01-1120-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 workGerald Carter2002-01-111-14/+12
| |
* | Fixup compiler warnings.Jeremy Allison2002-01-113-672/+672
| | | | | | | | Jeremy.
* | Sync up with HEAD changes.Jeremy Allison2002-01-111-4/+18
| | | | | | | | Jeremy.
* | Rich Bollinger noticed a test reversed.Jeremy Allison2002-01-111-1/+1
| | | | | | | | Jeremy.
* | Merge Andrew's crashfix.Jeremy Allison2002-01-111-0/+1
| | | | | | | | Jeremy.
* | Added remote_machine name as another parameter to the "add printer command", ↵John Reilly2002-01-111-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 Allison2002-01-1110-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 JimGerald Carter2002-01-112-9/+53
| |
* | added structure members referred to by recent changes in vfs-wrap.cHerb Lewis2002-01-101-1/+5
| |
* | Update wbinfo doc for missing -r, -a, and -A args, bug I can't get $%?$%$ ↵Jim McDonough2002-01-101-0/+31
| | | | | | | | docbook installed right. Does anyone want to generate the output?
* | First part of UNIX CIFS extensions - more to follow.Jeremy Allison2002-01-103-3/+168
| | | | | | | | Jeremy.
* | Oh joy - the original code didn't do mapping of the perms onto the wire.Jeremy Allison2002-01-101-11/+41
| | | | | | | | | | Make it up as we go along... :-). Jeremy.
* | Ensure this is committed last.Jeremy Allison2002-01-101-243/+325
| | | | | | | | Jeremy.
* | We need to test for major/minor device macros.Jeremy Allison2002-01-104-0/+39
| | | | | | | | Jeremy.
* | Added vfs calls to link/mknod to prepare for UNIX extensions.Jeremy Allison2002-01-1011-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) constantJeremy Allison2002-01-095-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 Allison2002-01-091-1/+1
| | | | | | | | Jeremy.
* | Move SAFE_FREE into tdb.c to stop exporting it into tdb.h namespace.Jeremy Allison2002-01-092-5/+5
| | | | | | | | Jeremy.
* | Modified samba/var permissions to be 0711. I don't know if 0755 is better.Shirish Kalele2002-01-091-1/+1
| | | | | | | | I just didn't want non-root users to access the log files.
* | missing pdb_free_sam() when NT_STATUS_NO_USERGerald Carter2002-01-091-1/+4
| |
* | When re-writing tdb version numbers as little endian int32, we mustJeremy Allison2002-01-092-21/+25
| | | | | | | | | | change the version number also. Jeremy.
* | Move to using little endian int32 in tdb's.Jeremy Allison2002-01-094-38/+61
| | | | | | | | Jeremy.
* | Merge of lp_set_logfile() fix from HEAD.Tim Potter2002-01-091-1/+1
| |
* | Move to tdb_change_int32_atomic().Jeremy Allison2002-01-096-8/+60
| | | | | | | | | | HPUX nss fixes. Jeremy.
* | Merged some memory leak fixes from HEAD.Tim Potter2002-01-091-0/+3
| |
* | Merge tridge's "fixed a winbindd crash when the group membership can't beTim Potter2002-01-091-2/+4
| | | | | | | | looked up" from 1.32.
* | Added int32 versions of the endian-dependent functions.Jeremy Allison2002-01-092-0/+68
| | | | | | | | Jeremy.
* | My previous fix had a bug....Jeremy Allison2002-01-081-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 Carter2002-01-082-145/+0
| |
* | Getting ready to add winbindd support on HPUX11.Jeremy Allison2002-01-082-0/+154
| | | | | | | | Jeremy.
* | entering placeholders for forthcoming documentationGerald Carter2002-01-082-0/+145
| |
* | Another attempt at getting changeid correct. Jerry / JF please check !Jeremy Allison2002-01-081-7/+14
| | | | | | | | | | This fixes a driver init bug. Jeremy.
* | Caught one problem where a BOOL fn was returning 3 different values :-).Jeremy Allison2002-01-081-11/+12
| | | | | | | | | | Roll on defined types :-). Jeremy.
* | Debugs that print out a share mode table in debug level 10. This codeJeremy Allison2002-01-081-4/+46
| | | | | | | | | | enabled me to track down a *nasty* bug. Jeremy.
* | Added get_called_name() function, which replaces global_myname in printingJeremy Allison2002-01-084-29/+32
| | | | | | | | | | | | code (one less global, hurrah !) - to allow NetBIOS aliasing to be used with point and print. Jeremy.
* | Return called NetBIOS name if present in preference to global_myname.Jeremy Allison2002-01-071-5/+9
| | | | | | | | | | | | Should allow print servers to work with NetBIOS aliases. Needs testing. Jeremy.
* | don't allow smb.conf to set debug level.Herb Lewis2002-01-071-0/+4
| | | | | | | | | | | | We may want ot add a -D debuglevel option if people want debug output from this (-d was already taken) but I don't see a need for it. All this debug output from parsing smb.conf just clutters up the output.
* | fixed infinite recusion bug when +path = %H" is explicitly set in [homes].Gerald Carter2002-01-071-2/+3
| | | | | | | | | | | | | | | | HEAD does not suffer from thyis as get_user_heom_dir() does not use the service path, but only the Get_Pwnam(). However I cannot make that change is 2.2, because it would be fairly intrusive. due to dependencies.
* | make protoGerald Carter2002-01-071-667/+667
| |
* | Backport the ERRgeneral changes 'cos Tim's too lazy to do it even whenJeremy Allison2002-01-074-668/+703
| | | | | | | | | | I ask nicely :-) :-). Jeremy.
* | * sync'd up function name with HEAD (pdb_set_logon_div()).Gerald Carter2002-01-064-6/+8
| | | | | | | | * sync'd up a few lines id pdb_ldap.c with HEAD.
* | fixed comment about dependenciesGerald Carter2002-01-061-1/+1
| |
* | Start of updating Mandrake packaging files. NOTE: This is NOT complete - ↵John Terpstra2002-01-062-3/+4
| | | | | | | | | | | | More to follow. Please do not change any of this for a few days - I need time to fix this.
* | More refinements to help make this more idiot proof. After all, it has to workJohn Terpstra2002-01-061-21/+54
| | | | | | | | for me!