summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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!
* | Fixes to allow building of samba under RedHat 7.2John Terpstra2002-01-062-6/+514
| | | | | | | | Note: use "makerpms.sh devel" to build CVS tree snapshots
* | applied some typo fixes from Vance. Also regenerated aff ected docs.Gerald Carter2002-01-054-891/+889
| |
* | and againGerald Carter2002-01-051-0/+462
| |
* | one more timeGerald Carter2002-01-051-462/+0
| |
* | testin mergeGerald Carter2002-01-051-1/+0
| |
* | re-adding to get it to show up outside the AtticGerald Carter2002-01-051-0/+463
| |
* | trying to straighten out the 'dead' state of this fileGerald Carter2002-01-051-463/+0
| |
* | add a link to Ignacio's HOWTO in the Samba-LDAP-HOWTOGerald Carter2002-01-054-1724/+1740
| |
* | Added DEBUG in set_share_mode to track down logic insanity.Jeremy Allison2002-01-051-0/+8
| | | | | | | | Jeremy.
* | * regenerated man pages. sync'd with some changes in HEADGerald Carter2002-01-059-1718/+3799
| | | | | | | | | | * first draft of Samba-LDAP-HOWTO * regenerated Samba-HOWTO-Collection
* | Missed error return if can_rename fails.Jeremy Allison2002-01-041-5/+6
| | | | | | | | Jeremy.
* | put in an explaination of the * and + before workgroup nameHerb Lewis2002-01-041-1/+3
| |