Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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. | |||||
* | | Added get_called_name() function, which replaces global_myname in printing | Jeremy Allison | 2002-01-08 | 4 | -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 Allison | 2002-01-07 | 1 | -5/+9 | |
| | | | | | | | | | | | | Should allow print servers to work with NetBIOS aliases. Needs testing. Jeremy. | |||||
* | | don't allow smb.conf to set debug level. | Herb Lewis | 2002-01-07 | 1 | -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 Carter | 2002-01-07 | 1 | -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 proto | Gerald Carter | 2002-01-07 | 1 | -667/+667 | |
| | | ||||||
* | | Backport the ERRgeneral changes 'cos Tim's too lazy to do it even when | Jeremy Allison | 2002-01-07 | 4 | -668/+703 | |
| | | | | | | | | | | I ask nicely :-) :-). Jeremy. | |||||
* | | * sync'd up function name with HEAD (pdb_set_logon_div()). | Gerald Carter | 2002-01-06 | 4 | -6/+8 | |
| | | | | | | | | * sync'd up a few lines id pdb_ldap.c with HEAD. | |||||
* | | fixed comment about dependencies | Gerald Carter | 2002-01-06 | 1 | -1/+1 | |
| | | ||||||
* | | Start of updating Mandrake packaging files. NOTE: This is NOT complete - ↵ | John Terpstra | 2002-01-06 | 2 | -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 work | John Terpstra | 2002-01-06 | 1 | -21/+54 | |
| | | | | | | | | for me! | |||||
* | | Fixes to allow building of samba under RedHat 7.2 | John Terpstra | 2002-01-06 | 2 | -6/+514 | |
| | | | | | | | | Note: use "makerpms.sh devel" to build CVS tree snapshots | |||||
* | | applied some typo fixes from Vance. Also regenerated aff ected docs. | Gerald Carter | 2002-01-05 | 4 | -891/+889 | |
| | | ||||||
* | | and again | Gerald Carter | 2002-01-05 | 1 | -0/+462 | |
| | | ||||||
* | | one more time | Gerald Carter | 2002-01-05 | 1 | -462/+0 | |
| | | ||||||
* | | testin merge | Gerald Carter | 2002-01-05 | 1 | -1/+0 | |
| | | ||||||
* | | re-adding to get it to show up outside the Attic | Gerald Carter | 2002-01-05 | 1 | -0/+463 | |
| | | ||||||
* | | trying to straighten out the 'dead' state of this file | Gerald Carter | 2002-01-05 | 1 | -463/+0 | |
| | | ||||||
* | | add a link to Ignacio's HOWTO in the Samba-LDAP-HOWTO | Gerald Carter | 2002-01-05 | 4 | -1724/+1740 | |
| | | ||||||
* | | Added DEBUG in set_share_mode to track down logic insanity. | Jeremy Allison | 2002-01-05 | 1 | -0/+8 | |
| | | | | | | | | Jeremy. | |||||
* | | * regenerated man pages. sync'd with some changes in HEAD | Gerald Carter | 2002-01-05 | 9 | -1718/+3799 | |
| | | | | | | | | | | * first draft of Samba-LDAP-HOWTO * regenerated Samba-HOWTO-Collection | |||||
* | | Missed error return if can_rename fails. | Jeremy Allison | 2002-01-04 | 1 | -5/+6 | |
| | | | | | | | | Jeremy. | |||||
* | | put in an explaination of the * and + before workgroup name | Herb Lewis | 2002-01-04 | 1 | -1/+3 | |
| | |