summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | My last change left the wording a little awkward, so I fiddled it a bit.Christopher R. Hertel2003-04-221-3/+3
| |
* | The wording described "CIFS" as the successor to SMBFS. I changed it toChristopher R. Hertel2003-04-221-3/+3
| | | | | | | | say that "CIFS VFS" was the successor to SMBFS.
* | don't reset the group type unless specifiedGerald Carter2003-04-221-14/+8
| |
* | update copyright notice that is written to the logsGerald Carter2003-04-221-1/+1
| |
* | Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logicJeremy Allison2003-04-221-0/+27
| | | | | | | | | | error on Linux. Jeremy.
* | Added editreg.John Terpstra2003-04-221-1/+6
| |
* | parse_string is only used for the authentication negotiators.Volker Lendecke2003-04-222-11/+13
| | | | | | | | | | | | | | | | | | | | It can itself determine the length of the string it has to transfer. Andrew B., could you take a look at the length calculation? Is that safe? Thanks, Volker
* | This is meant to be initialised to the size of the buffer.Andrew Bartlett2003-04-221-1/+1
| |
* | Add configure test for previous ldap modifications - we now check if theAndrew Bartlett2003-04-221-0/+1
| | | | | | | | | | | | ldap_initialze function exists, not just if we are on a particular OpenLDAP. Andrew Bartlett
* | Make pdb_ldap use a random factor in deciding how long we need to sleep.Andrew Bartlett2003-04-221-7/+22
| | | | | | | | | | | | | | | | | | | | This might help avoid killing the ldap server when all 100 smbd processes reconnect in pulses... Also, reduces the maximum wait time, as SMB clients will time out after 30 seconds anyway... Andrew Bartlett
* | Update from HEADJohn Terpstra2003-04-221-4/+4
| |
* | Merge (HEAD->3.0) mbp's fixes to our charcnv code - don't use a staic buffer,Andrew Bartlett2003-04-221-12/+33
| | | | | | | | | | | | which can restrict things like unix_strupper() to 512 byte strings. Andrew Bartlett
* | Merge mimir's trusted domain code from HEAD -> 3.0, plus some memoryAndrew Bartlett2003-04-221-37/+55
| | | | | | | | | | | | leak fixes. (secrets.c portion) Andrew Bartlett
* | Merge comment with HEADAndrew Bartlett2003-04-221-3/+3
| |
* | Start merging mimir's trusted domain code from HEAD to 3.0. (for HEAD trustingAndrew Bartlett2003-04-222-8/+147
| | | | | | | | NT).
* | Setting the credentials for the netsec netlogon pipe connect upon eachVolker Lendecke2003-04-222-8/+5
| | | | | | | | | | | | | | samlogon call certainly breaks the credential chain. Do it once during the bind response. Volker
* | Oops...Andrew Bartlett2003-04-221-1/+1
| | | | | | | | Andrew Bartlett
* | Make our 'get DNS domain name' code try a bit harder - if gethostname() doesn'tAndrew Bartlett2003-04-222-9/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | include a domain portion, do a gethostbyname() lookup on that name. Use this name in our PolicyPrimaryDomainInformation reply (_lsa_query_info2) that Win2k uses when trying to trust us as a trusted domain. (We need to do a better mapping between our Netbios and Win2k domain names, but this will do for now - particularly annoying is the way this possibly needs to map with our kerberos realm). Andrew Bartlett
* | Updating from HEAD.John Terpstra2003-04-222-1197/+0
| |
* | Updating docs from HEAD.John Terpstra2003-04-2212-286/+707
| |
* | default new groups to domain groupsGerald Carter2003-04-221-3/+3
| |
* | Fix up bugs in the new 'store sec_channel type' code - we were always joiningAndrew Bartlett2003-04-222-6/+4
| | | | | | | | | | | | as a BDC. Andrew Bartlett
* | support referencing group by sid in all operations; allow group name to be ↵Gerald Carter2003-04-221-13/+60
| | | | | | | | changed
* | wrap pdb_enum_group_mapping() in [un]become_root() so LDAP queries can get ↵Gerald Carter2003-04-221-0/+5
| | | | | | | | the credentials from secrets.tdb
* | removing some ifdef'd out codeGerald Carter2003-04-221-8/+0
| |
* | Tidyups of some dubious logic discovered whilst trying to track down aJeremy Allison2003-04-222-7/+6
| | | | | | | | | | strange oplock related issue on the PSA. Jeremy.
* | Fixup a few typos for Jerry.Jeremy Allison2003-04-211-4/+4
| | | | | | | | Jeremy.
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-04-212-0/+1348
|\|
| * Updates.John Terpstra2003-04-214-36/+80
| |
| * Merged the two browsing documents into one. Added locking module to ↵John Terpstra2003-04-214-838/+901
| | | | | | | | global.ent file.
| * Use the -W domain option to select the SID to showAndrew Bartlett2003-04-211-2/+2
| |
| * Replacing file with correct version.John Terpstra2003-04-211-103/+0
| |
| * More docs are up to date now...Jelmer Vernooij2003-04-211-23/+7
| |
| * Add question about scope id'sJelmer Vernooij2003-04-213-40/+14
| |
| * Move information about locking to seperate chapter andJelmer Vernooij2003-04-213-67/+61
| | | | | | | | information about scope id's to the faq
| * Add new part 'Troubleshooting'Jelmer Vernooij2003-04-211-3/+7
| |
| * Create ../textdocs, ../htmldocs or ../manpages if they don't exist alreadyJelmer Vernooij2003-04-211-8/+22
| |
| * Fix syntax errorJelmer Vernooij2003-04-211-2/+2
| |
| * Remove obsolete information from Speed.sgml and move client-specificJelmer Vernooij2003-04-212-150/+52
| | | | | | | | info to Other-Clients.sgml
| * More updates - still a work in progress.John Terpstra2003-04-211-29/+195
| |
| * For NTLM2 (not yet even close to real implementation) we must use theAndrew Bartlett2003-04-211-1/+1
| | | | | | | | | | | | server hash for checking the server's signiture. Andrew Bartlett
| * Remove unused (#ifdef'ed) code.Andrew Bartlett2003-04-211-12/+0
| |
| * Use fstrcpy/pstrcpy when that's what we really mean...Andrew Bartlett2003-04-212-6/+7
| | | | | | | | Andrew Bartlett
| * Correct comments about breadth first, as the registry tree is stored in aRichard Sharpe2003-04-211-2/+28
| | | | | | | | | | | | depth first fashion in the file. Also add some more infrastructure needed to handle storing these trees.
| * Start the outline of the code to store a registry tree ...Richard Sharpe2003-04-211-2/+99
| |
| * Some comments about the format of the on-disk reg file, as well asRichard Sharpe2003-04-211-7/+86
| | | | | | | | | | partially implement some routines to construct a default ACL and SEC DESC etc.
| * Default to "passdb.xml" as default output filename instead of "-"Jelmer Vernooij2003-04-211-1/+1
| |
| * Pdb modules are in $libdir/pdb not $libdir/passdbJelmer Vernooij2003-04-211-12/+5
| |
| * Add a -f command-line flag to specify printing all paths or only terminalRichard Sharpe2003-04-201-3/+11
| | | | | | | | paths.
| * Well, we can now add keys and values and delete keys and values ...Richard Sharpe2003-04-201-4/+6
| | | | | | | | | | | | Lots more to do, like handling regular expressions for keys, and input of the security descriptors, etc. However, I now have to work on writing the in-memory tree out to a file in a format that Windows can understand.