summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * README.OtherModulesGerald Carter2002-09-301-0/+39
| |
| * fix logic error in testparm with wins serversGerald Carter2002-09-301-2/+2
| |
| * Second part of my fix -- incorrect merge.Volker Lendecke2002-09-301-1/+1
| |
| * Added from samba mailing lists. Might help someone one day.John Terpstra2002-09-301-0/+589
| |
| * Don't zero out numwritten before using.... Found by Pierre Belanger ↵Jeremy Allison2002-09-301-2/+2
| | | | | | | | | | | | belanger@pobox.com Jeremy.
| * This is an initial draft of printing internals. Not done (not reallyGerald Carter2002-09-301-0/+73
| | | | | | | | | | even started), and not in SGML. Plain ASCII right now, but I'll do some more work on it tomorrow.
| * Fix the compile issue in bin/samtest, and make the 'system' token just have theAndrew Bartlett2002-09-302-7/+4
| | | | | | | | | | System sid. This avoids comparing with ACEs that we don't yet support in the ADS Domain security descriptor.
| * Some more work on vampire.Volker Lendecke2002-09-291-26/+18
| | | | | | | | Volker
| * We have to hand out info on Builtin here as well. They are stored inVolker Lendecke2002-09-291-1/+1
| | | | | | | | | | | | group mapping not as local, but as WKN_GRP. Volker
| * Make sure that variable does not shadow a parameter.Richard Sharpe2002-09-291-6/+6
| |
| * Remove sam/api.c.Andrew Bartlett2002-09-297-833/+588
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to reduce complexity, this patch removes the upper layer of the SAM API. Also, we remove the function pointers on the sam context - there really is no point making these replaceable - that's for the modules. Move a number of functions in include/interface.c around to allow for use of 'static' and to keep the external API in one chunk, at the bottem. All these functions were renamed to remove the context_sam -> sam Consequential changes in the samtest module, and back out metze's change for ACB filtering, becouse I think it belongs in the SAM backeds. (But I will take debate on this one). Changes to the lib/util_sid.c code to create a 'system' token, and make it a SAM_ASSERT() enforced requirement to have a token on those calls that specify it. samtest now uses this. We should have a samtest call to set your own token. We also need to extend our se_access code to cover the things that Win2k is returning in it's access tokens. Currently our system token doesn't pass, due to unexpected flags. (When running sam_ads against Win2k) Andrew Bartlett
| * Updates for sam_ads by metze - add the start of domain policy searching, and aAndrew Bartlett2002-09-291-25/+150
| | | | | | | | | | | | small fix for the previous merge. Andrew Bartlett
| * Fix 'plugin' commandJelmer Vernooij2002-09-281-2/+2
| |
| * Fix typos + report FIXMEJelmer Vernooij2002-09-281-5/+5
| |
| * Patch from metze to fix enum_accountsJelmer Vernooij2002-09-281-13/+56
| |
| * Fixing path to libsmbclient.h so it never gets crossed with a system ↵John Terpstra2002-09-282-2/+2
| | | | | | | | installed one.
| * Include ../include/libsmbclient.h instead of just libsmbclient.h - we don't ↵Jelmer Vernooij2002-09-281-1/+1
| | | | | | | | want to include the globally installed libsmbclient.h - found by jht
| * Ok, hopefully final fix for this one. abartlet told a bit about theVolker Lendecke2002-09-281-7/+1
| | | | | | | | | | | | history. Volker
| * Try to compile as much as possible with only ldap, but not kerberos.Andrew Bartlett2002-09-284-36/+35
| |
| * Forgot to commit this in the patch changing back the create_user API.Andrew Bartlett2002-09-281-2/+2
| |
| * Back out one of the API changes, now I recall how it was meant to work.Andrew Bartlett2002-09-284-6/+258
| | | | | | | | | | | | | | | | | | | | | | | | (New accounts are created on thier internal talloc context, not a supplied one and not the one beloning to the SAM) Also actaully add the sam_skel to the tree. I need to work out with Jelmer an appropriate way to ensure we still have an example external build, and if this should move back out again. Andrew Bartlett
| * Second stab at Volker's 'make shadow passwords work' patch.Andrew Bartlett2002-09-281-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Basicly, the password and the salt must be taken from the same place in both passwd and shadow based systems. Taking salt from one, and password from the other just doesn't work. So pull them from passwd, then overwrite them if need be. When modifying this file, watch the #ifdef hell - as vl found out, some variables are globals - but only with #ifndef WITH_PAM, and the code jumps all over the place with the password cracker. Getting double-reviews of any change to this file highly advised, it is one of our most system-specifc areas of code. (So now I get to take the blame for this one... :-) Andrew Bartlett
| * Add the beginings of sam_ads to the tree.Andrew Bartlett2002-09-2811-32/+1161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This module, primarilly the work of "Stefan (metze) Metzmacher" <metze@metzemix.de>, uses the Active Directory schema to store the user/group/other information. I've been testing it against a real AD server, and it is intended to work with OpenLDAP as well. I've moved a few functions around in our other libads code, which has made it easier to tap into that existing code. Also, I've made some changes to the SAM interface, I hope there are not too many objections... To ensure we don't get silly bugs in the skel module, it is now in the default compile. This way you should not forget to update it :-) Andrew Bartlett
| * Thanks to abartlet I looked at that function a bit closer. What didVolker Lendecke2002-09-281-5/+0
| | | | | | | | | | | | | | the first cli_push_string do? I suspect that it's a leftover from times when the password length was needed at some point. Volker
| * Add const.Andrew Bartlett2002-09-282-2/+2
| |
| * Commit a fix to smbclient so that it will connect to EMCs and NetApp's machines.Richard Sharpe2002-09-281-3/+18
| |
| * This needs to be #ifdef HAVE_LDAP.Andrew Bartlett2002-09-281-0/+3
| |
| * Add const.Andrew Bartlett2002-09-281-4/+4
| |
| * Back our volker's patch as was breaking the build.Andrew Bartlett2002-09-271-7/+2
| | | | | | | | | | | | | | | | | | Volker, I would like to understand what you are trying to do here... I'll trust that it's broken (this code is certainly not well tested) but I do want to keep a close eye on the fixes... Andrew Bartlett
| * It turns out that Windows allows delete printer on a handleJeremy Allison2002-09-271-0/+14
| | | | | | | | | | | | opened by an admin user, then used on a pipe handle created by an anonymous user..... but they're working on security.... riiight ! Jeremy.
| * Check for security on delete printer was reversed...Jeremy Allison2002-09-271-5/+5
| | | | | | | | Jeremy.
| * HEAD and APP-HEAD spoolss parsing was out of sync. This MUST NOT HAPPEN !Jeremy Allison2002-09-271-20/+17
| | | | | | | | Jeremy.
| * Touching somebody else's code again... Sorry, Richard.Volker Lendecke2002-09-271-2/+9
| | | | | | | | | | | | | | | | | | smbclient would announce that it can send UNICODE, but would send the plain text password in ASCII. This confused Samba HEAD somewhat. This change has been tested against Samba HEAD of today and Samba 2.2.1a. I do not have any other servers that do plain text passwords. Anybody? Volker
| * Apply Vance Lankhaars' cifs2002 documentation patch - mostly grammar andJelmer Vernooij2002-09-2719-262/+138
| | | | | | | | English typo fixes and updates of documentation
| * Sorry to touch such an internal function. But I was quite surprised thatVolker Lendecke2002-09-271-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | 'security = user', 'encrypt passwords = no' did not work anymore. This is on quite a standard SuSE 7.3, ./configure.developer --with-tdbsam. I can provide a config.log / config.h on demand. Please re-check for consequences, I don't really oversee that file. Thanks, Volker
| * Move a number of ADS related functions out into utility libs, so that thingsAndrew Bartlett2002-09-277-218/+345
| | | | | | | | | | | | | | | | like metze's sam_ads can also use them. Also add error checking etc to a few more functions. Andrew Bartlett
| * An example of a group creation command that can handle failuresVolker Lendecke2002-09-271-0/+27
| | | | | | | | | | | | of groupadd. Volker
| * Do not update manpages directly...Volker Lendecke2002-09-271-1/+10
| |
| * Doco patch from metze. This reformats the 'ldap ssl' docs, and add doco forAndrew Bartlett2002-09-271-9/+35
| | | | | | | | | | | | the new 'ldap passwd sync' option. Andrew Bartlett
| * Vance picked up a pile of typos etc at the CIFS confernce, and finally got themAndrew Bartlett2002-09-274-15/+15
| | | | | | | | | | | | off his laptop :-) Andrew Bartlett
| * Minor updates:Andrew Bartlett2002-09-273-10/+24
| | | | | | | | | | | | | | | | | | | | Add const to some more functions, and reintroduce 'net rpc join oldstyle' as *only* trying an old-style join. This means that we can rely on it not prompting for a password on the build farm. Andrew Bartlett
| * Some small cleanups to the libads code (mainly error checking), and give aAndrew Bartlett2002-09-273-7/+30
| | | | | | | | | | | | sane prototype for the push_utf8_allocate code. Andrew Bartlett
| * I missed committing this - all updates to configure.in adding --with-fooAndrew Bartlett2002-09-271-1/+1
| | | | | | | | | | | | options need a matching entry in acconfig.h to actually do anything... Andrew Bartlett
| * Fix typoAndrew Bartlett2002-09-271-1/+1
| |
| * When compiled --with-ldapsam, make ldapsam the default passdb backend.Andrew Bartlett2002-09-271-1/+3
| | | | | | | | | | | | | | | | | | | | This is to allow painless upgrades from 2.2, and so people don't get a shock when they follow old docs. If ldap has been detected on the system, ldapsam is always available, just not the default. Andrew Bartlett
| * Readd the 2.2 --with-ldapsam paramaters so as to allow a smooth upgrade path toAndrew Bartlett2002-09-275-835/+912
| | | | | | | | | | | | | | | | a 3.0 based PDC. Change defaults to use SSL, so that this also matches. Andrew Bartlett
| * Make explicit the difference between a tdb key with no data attached, andJeremy Allison2002-09-261-2/+11
| | | | | | | | | | a non existent entry. Stop a malloc(0) being called in the first case. Jeremy.
| * tagging version as post3.0-HEAD to differentiate from the SAMBA_3_0Gerald Carter2002-09-261-1/+1
| | | | | | | | branch.
| * add -r to usage outputGerald Carter2002-09-261-0/+1
| |
| * preparing for release of 3.0alpha20Samba Release Account2002-09-262-10/+10
| |