summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | const religion only works when everything follows it.Gerald Carter2001-12-311-19/+18
| | | | | | | | | | Too big of a rewrite for me right now. Minor fixes to make --with-tdbsam compile.
* | backport of changes from HEADSimo Sorce2001-12-311-52/+59
| |
* | sync macro name with HEADGerald Carter2001-12-311-1/+1
| |
* | never, never, never, never commit without testing it ...Simo Sorce2001-12-301-1/+1
| | | | | | | | | | 3 mistakes in a day :( time to get an holyday?
* | freeing the wrong pointer, sorry.Simo Sorce2001-12-301-5/+5
| |
* | Merge from HEAD.Tim Potter2001-12-301-1/+1
| |
* | forgot protoSimo Sorce2001-12-301-668/+666
| |
* | backport from head, passdb backends are a bit different (I've seen only the ↵Simo Sorce2001-12-303-27/+18
| | | | | | | | ldap init fns) so I leave to other (jeremy, jerry ?) to backports the mods if they think it is ok.
* | When running interactive we want to set our own process group forJeremy Allison2001-12-306-11/+41
| | | | | | | | | | signal management. Jeremy.
* | removed uidNumber and gidNumber from the LDAP schema. We doGerald Carter2001-12-292-6/+3
| | | | | | | | not use these (but rely on the OS supplied values).