summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | truncate dns name to 15 characters so columns are not messed up.Herb Lewis2002-01-041-28/+26
| | | | | | | | try smbclient on ip address if we didn't get a netbios name
* | don't let smb.conf setting change debug level.Herb Lewis2002-01-042-4/+4
| |
* | Re-wrote the guts of the rename_internals code to cope with a reportedJeremy Allison2002-01-044-80/+144
| | | | | | | | | | | | | | bug (renaming name -> name was failing, on W2K it succeeds). Simplified the common case, did a lot of work to ensure NT error codes are correctly reported back to client. Now to port this to HEAD and app-head. Jeremy.
* | set DEBUGLEVEL to 0 - we don't need to see all the smb.conf parsing msgs.Herb Lewis2002-01-041-0/+4
| |
* | make smbstatus honor command line debug levelHerb Lewis2002-01-041-0/+2
| |
* | Fixing the packaging so that the Registry files are taken from the newShirish Kalele2002-01-042-10/+12
| | | | | | | | location under docs/Registry.
* | Fix incorrect assignment.Jeremy Allison2002-01-041-1/+1
| | | | | | | | Jeremy.
* | Fix new errormap table..... This looks good.Jeremy Allison2002-01-033-408/+433
| | | | | | | | Jeremy.
* | Fix DISK_INFO_PTR -> uint32.Jeremy Allison2002-01-031-1/+1
| | | | | | | | Jeremy.
* | Fixed nasty cast of tdb_delete in traversals.Jeremy Allison2002-01-035-3/+16
| | | | | | | | Jeremy.
* | Don't use static memory, malloc it...Jeremy Allison2002-01-031-2/+12
| | | | | | | | Jeremy.
* | Fix the fix... (sigh).Jeremy Allison2002-01-031-1/+1
| | | | | | | | Jeremy.
* | Ensure modtime is set correctly on destination files in copy command.Jeremy Allison2002-01-031-0/+4
| | | | | | | | Jeremy.
* | Fixed embarressing 16k strack trashing bug :-(.Jeremy Allison2002-01-031-8/+9
| | | | | | | | Jeremy.
* | Fix clistr_pull error with unicode and -1 src_len. Stopped smbclient -LJeremy Allison2002-01-034-7/+6
| | | | | | | | | | from working. Jeremy.
* | Updated PAM configuration for greater clarity to show how to use WinBind and ↵John Terpstra2002-01-031-8/+44
| | | | | | | | pam_smbpass.
* | comile error and warnings on IRIXHerb Lewis2002-01-025-9/+8
| |
* | change two defaultsGerald Carter2002-01-021-2/+3
| | | | | | | | | | | | | | ldap port = 636 ldap ssl = on Also added "start_tls" as a synonym for "start tls" (see ldap ssl)
* | small sync up with HEADGerald Carter2002-01-021-4/+4
| |
* | * update smb.conf(5)Gerald Carter2002-01-0214-76/+756
| | | | | | | | | | | | * add pdbedit nroff and html files * regenerate docs * update docbook/Makefile.in for pdbedit.8.sgml
* | We should be using SHLD not LINK when creating shared libraries.Jeremy Allison2002-01-021-6/+6
| | | | | | | | Jeremy.
* | Ensure last changed times are updated.Jeremy Allison2002-01-021-1/+9
| | | | | | | | Jeremy.
* | configure configure.in: Updated with HEAD unicos stuff.Jeremy Allison2002-01-025-839/+796
| | | | | | | | | | | | | | | | libsmb/errormap.c: Merge from HEAD - correct error table. include/rpc_samr.h rpc_server/srv_samr_nt.c: Make user enumeration work for w2k and win9x. This means different return sizes depending on client bugs. This sucks :-(. Jeremy.
* | the long promised pdbedit manpageSimo Sorce2002-01-021-0/+291
| | | | | | | | jerry can you generate the other formats please
* | last_enum not used.Jeremy Allison2001-12-311-4/+0
| | | | | | | | Jeremy.
* | Fixed enumeration of a large (<1500) users from a Samba PDC to a W2kJeremy Allison2001-12-312-7/+1
| | | | | | | | | | | | | | | | | | member server. Firstly, use the same max enumeration size (0x400) as W2K uses, otherwise W2K won't ask for any more. Secondly, if a enumeration request with a non-zero offset comes in on a handle that hasn't started an enumeration, don't bitch about it (return NT_STATUS_UNSUCCESSFUL), just load the db on that handle and return at that offset. Jeremy.
* | Fix crash when returning 1000 users to Win98 (tested - hurrah to JF !!).Jeremy Allison2001-12-313-23/+29
| | | | | | | | Jermey.
* | removed unused variablesGerald Carter2001-12-311-2/+0
| |