Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | My last change left the wording a little awkward, so I fiddled it a bit. | Christopher R. Hertel | 2003-04-22 | 1 | -3/+3 | |
| | | ||||||
* | | The wording described "CIFS" as the successor to SMBFS. I changed it to | Christopher R. Hertel | 2003-04-22 | 1 | -3/+3 | |
| | | | | | | | | say that "CIFS VFS" was the successor to SMBFS. | |||||
* | | don't reset the group type unless specified | Gerald Carter | 2003-04-22 | 1 | -14/+8 | |
| | | ||||||
* | | update copyright notice that is written to the logs | Gerald Carter | 2003-04-22 | 1 | -1/+1 | |
| | | ||||||
* | | Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logic | Jeremy Allison | 2003-04-22 | 1 | -0/+27 | |
| | | | | | | | | | | error on Linux. Jeremy. | |||||
* | | Added editreg. | John Terpstra | 2003-04-22 | 1 | -1/+6 | |
| | | ||||||
* | | parse_string is only used for the authentication negotiators. | Volker Lendecke | 2003-04-22 | 2 | -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 Bartlett | 2003-04-22 | 1 | -1/+1 | |
| | | ||||||
* | | Add configure test for previous ldap modifications - we now check if the | Andrew Bartlett | 2003-04-22 | 1 | -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 Bartlett | 2003-04-22 | 1 | -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 HEAD | John Terpstra | 2003-04-22 | 1 | -4/+4 | |
| | | ||||||
* | | Merge (HEAD->3.0) mbp's fixes to our charcnv code - don't use a staic buffer, | Andrew Bartlett | 2003-04-22 | 1 | -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 memory | Andrew Bartlett | 2003-04-22 | 1 | -37/+55 | |
| | | | | | | | | | | | | leak fixes. (secrets.c portion) Andrew Bartlett | |||||
* | | Merge comment with HEAD | Andrew Bartlett | 2003-04-22 | 1 | -3/+3 | |
| | | ||||||
* | | Start merging mimir's trusted domain code from HEAD to 3.0. (for HEAD trusting | Andrew Bartlett | 2003-04-22 | 2 | -8/+147 | |
| | | | | | | | | NT). | |||||
* | | Setting the credentials for the netsec netlogon pipe connect upon each | Volker Lendecke | 2003-04-22 | 2 | -8/+5 | |
| | | | | | | | | | | | | | | samlogon call certainly breaks the credential chain. Do it once during the bind response. Volker | |||||
* | | Oops... | Andrew Bartlett | 2003-04-22 | 1 | -1/+1 | |
| | | | | | | | | Andrew Bartlett | |||||
* | | Make our 'get DNS domain name' code try a bit harder - if gethostname() doesn't | Andrew Bartlett | 2003-04-22 | 2 | -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 Terpstra | 2003-04-22 | 2 | -1197/+0 | |
| | | ||||||
* | | Updating docs from HEAD. | John Terpstra | 2003-04-22 | 12 | -286/+707 | |
| | | ||||||
* | | default new groups to domain groups | Gerald Carter | 2003-04-22 | 1 | -3/+3 | |
| | | ||||||
* | | Fix up bugs in the new 'store sec_channel type' code - we were always joining | Andrew Bartlett | 2003-04-22 | 2 | -6/+4 | |
| | | | | | | | | | | | | as a BDC. Andrew Bartlett | |||||
* | | support referencing group by sid in all operations; allow group name to be ↵ | Gerald Carter | 2003-04-22 | 1 | -13/+60 | |
| | | | | | | | | changed | |||||
* | | wrap pdb_enum_group_mapping() in [un]become_root() so LDAP queries can get ↵ | Gerald Carter | 2003-04-22 | 1 | -0/+5 | |
| | | | | | | | | the credentials from secrets.tdb | |||||
* | | removing some ifdef'd out code | Gerald Carter | 2003-04-22 | 1 | -8/+0 | |
| | | ||||||
* | | Tidyups of some dubious logic discovered whilst trying to track down a | Jeremy Allison | 2003-04-22 | 2 | -7/+6 | |
| | | | | | | | | | | strange oplock related issue on the PSA. Jeremy. | |||||
* | | Fixup a few typos for Jerry. | Jeremy Allison | 2003-04-21 | 1 | -4/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2003-04-21 | 2 | -0/+1348 | |
|\| | ||||||
| * | Updates. | John Terpstra | 2003-04-21 | 4 | -36/+80 | |
| | | ||||||
| * | Merged the two browsing documents into one. Added locking module to ↵ | John Terpstra | 2003-04-21 | 4 | -838/+901 | |
| | | | | | | | | global.ent file. | |||||
| * | Use the -W domain option to select the SID to show | Andrew Bartlett | 2003-04-21 | 1 | -2/+2 | |
| | | ||||||
| * | Replacing file with correct version. | John Terpstra | 2003-04-21 | 1 | -103/+0 | |
| | | ||||||
| * | More docs are up to date now... | Jelmer Vernooij | 2003-04-21 | 1 | -23/+7 | |
| | | ||||||
| * | Add question about scope id's | Jelmer Vernooij | 2003-04-21 | 3 | -40/+14 | |
| | | ||||||
| * | Move information about locking to seperate chapter and | Jelmer Vernooij | 2003-04-21 | 3 | -67/+61 | |
| | | | | | | | | information about scope id's to the faq | |||||
| * | Add new part 'Troubleshooting' | Jelmer Vernooij | 2003-04-21 | 1 | -3/+7 | |
| | | ||||||
| * | Create ../textdocs, ../htmldocs or ../manpages if they don't exist already | Jelmer Vernooij | 2003-04-21 | 1 | -8/+22 | |
| | | ||||||
| * | Fix syntax error | Jelmer Vernooij | 2003-04-21 | 1 | -2/+2 | |
| | | ||||||
| * | Remove obsolete information from Speed.sgml and move client-specific | Jelmer Vernooij | 2003-04-21 | 2 | -150/+52 | |
| | | | | | | | | info to Other-Clients.sgml | |||||
| * | More updates - still a work in progress. | John Terpstra | 2003-04-21 | 1 | -29/+195 | |
| | | ||||||
| * | For NTLM2 (not yet even close to real implementation) we must use the | Andrew Bartlett | 2003-04-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | server hash for checking the server's signiture. Andrew Bartlett | |||||
| * | Remove unused (#ifdef'ed) code. | Andrew Bartlett | 2003-04-21 | 1 | -12/+0 | |
| | | ||||||
| * | Use fstrcpy/pstrcpy when that's what we really mean... | Andrew Bartlett | 2003-04-21 | 2 | -6/+7 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Correct comments about breadth first, as the registry tree is stored in a | Richard Sharpe | 2003-04-21 | 1 | -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 Sharpe | 2003-04-21 | 1 | -2/+99 | |
| | | ||||||
| * | Some comments about the format of the on-disk reg file, as well as | Richard Sharpe | 2003-04-21 | 1 | -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 Vernooij | 2003-04-21 | 1 | -1/+1 | |
| | | ||||||
| * | Pdb modules are in $libdir/pdb not $libdir/passdb | Jelmer Vernooij | 2003-04-21 | 1 | -12/+5 | |
| | | ||||||
| * | Add a -f command-line flag to specify printing all paths or only terminal | Richard Sharpe | 2003-04-20 | 1 | -3/+11 | |
| | | | | | | | | paths. | |||||
| * | Well, we can now add keys and values and delete keys and values ... | Richard Sharpe | 2003-04-20 | 1 | -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. |