summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * sync with SAMBA_3_0Gerald Carter2002-09-261-0/+162
| |
| * Fix segfault in sam_context_enum_domains - reported by KaiJelmer Vernooij2002-09-261-0/+1
| |
| * Don't define PASS_MUST_CHANGE_AT_NEXT_LOGON twice..Jelmer Vernooij2002-09-261-3/+0
| |
| * Change pdb_xml functions to return NTSTATUSJelmer Vernooij2002-09-261-14/+15
| |
| * Change pdb_mysql function to return NTSTATUSJelmer Vernooij2002-09-261-65/+76
| |
| * Make functions return NTSTATUS instead of BOOLJelmer Vernooij2002-09-261-14/+14
| |
| * Add -r parameter to smbgroupedit. With -r you can manually chooseVolker Lendecke2002-09-261-21/+26
| | | | | | | | | | | | a rid. Volker
| * Patch from "Kai Krueger" <kai@kruegernetz.de> to get some more of our accessAndrew Bartlett2002-09-262-47/+58
| | | | | | | | | | | | control bits right on the SAMR pipe. Andrew Bartlett
| * forgot include file, sorrySimo Sorce2002-09-261-14/+14
| |
| * Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> to do a *much*Andrew Bartlett2002-09-266-85/+419
| | | | | | | | | | | | | | | | | | | | | | | | better job of working with usrmgr. Previously we were blanking out entires, and all sort of mischif. The new patch (which I've now had a chance to test/modify) also takes care not to expand % values (ie we go \\%L\%U -> \\server\user, we don't want to store \\server\user back) and to correctly notice 'not set' compared to 'null string' etc. Andrew Bartlett
| * move all the passdb internal interface to NTSTATUSSimo Sorce2002-09-267-269/+320
| | | | | | | | | | | | | | | | | | only the interface has been fully moved to NTSTATUS not all the plugins make full use of it, but have been all converted. My testings passed completely, however a bit of more testing is welcome Simo.
| * notify user when no {domains,accounts} were foundJelmer Vernooij2002-09-251-0/+10
| |
| * Add samtest command 'enum_accounts' + few typo fixes in sam/interface.cJelmer Vernooij2002-09-252-4/+30
| |
| * add samtest commands:Jelmer Vernooij2002-09-251-1/+134
| | | | | | | | | | - show_domain - context
| * fix getpass replacement check (i thought I fixed this a few daysGerald Carter2002-09-251-0/+2
| | | | | | | | ago....)
| * Make it clear what this if statement applies to, and what it doesn'tAndrew Bartlett2002-09-251-0/+1
| |
* | Fix memory leak in getting DC list. Remember to exclude failed lookups.Jeremy Allison2002-09-301-5/+21
| | | | | | | | Jeremy.
* | Added Solaris sendfile patch + configure tests from Pierre Belanger ↵Jeremy Allison2002-09-305-17/+300
| | | | | | | | | | | | <belanger@yahoo.com>. Jeremy.
* | logic error in checking wins servers--merged from HEADGerald Carter2002-09-301-2/+2
| |
* | Don't zero out numwritten before using.... Found by Pierre Belanger ↵Jeremy Allison2002-09-301-2/+2
| | | | | | | | | | | | belanger@pobox.com Jeremy.
* | Change libsmbclient.h -> ../include/libsmbclient.h in 3.0 as wellJelmer Vernooij2002-09-282-2/+2
| |
* | 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
* | 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.
* | HEAD and APP-HEAD spoolss parsing was out of sync. This MUST NOT HAPPEN !Jeremy Allison2002-09-271-20/+17
| | | | | | | | Jeremy.
* | Apply Vance Lankhaars' cifs2002 documentation patch - mostly grammar andJelmer Vernooij2002-09-2719-262/+138
| | | | | | | | English typo fixes and updates of documentation
* | 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 as 3.0alpha21cvsGerald Carter2002-09-261-1/+1
| |
* | Arrgghhh the release script doesn't use the SAMBA_3_0 branch !!!!Gerald Carter2002-09-262-10/+10
| | | | | | | | I released the snapshot directly out of HEAD!!!!!
* | set versionGerald Carter2002-09-261-1/+1
| |
* | syncing with HEAD some moreGerald Carter2002-09-2647-13785/+98
| |
* | sync with HEADGerald Carter2002-09-268-221/+253
| |
* | remove files not in HEADGerald Carter2002-09-2649-13696/+0
| |
* | syncing up with HEAD again....Gerald Carter2002-09-2614-313/+866
| |
* | updated WHATSNEW for alpha20Gerald Carter2002-09-261-0/+162
| |
* | removed autogenerated fileGerald Carter2002-09-251-25/+0
| |
* | merge from HEADGerald Carter2002-09-252-0/+3
| |
* | sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-254-15/+19
| |
* | sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-25176-6364/+10966
| |
* | sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-2527-7288/+9247
| |
* | sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-2510-307/+613
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2002-09-2580-0/+22029
|\|
| * remove extern for AllowDebugChange since we don't use itJelmer Vernooij2002-09-251-1/+0
| |
| * Fix the circular dependency that was preventing 'domain master = auto' (theAndrew Bartlett2002-09-251-1/+1
| | | | | | | | | | | | default) from working. Andrew Bartlett
| * Metze claims that without this his win2k server gets horribly confused lookingAndrew Bartlett2002-09-251-2/+2
| | | | | | | | | | | | | | | | | | for all sorts of AD things in lp_realm(). We need to get some non-Win2k NTLMSSP and chase this up a bit, but this will do for now. (Hmm, this might affect NTLMv2 as well) Andrew Bartlett
| * Whenever we deal with adding machine/trusted domain accounts, always reset theAndrew Bartlett2002-09-251-20/+23
| | | | | | | | | | | | | | flag to what we expect. This handles the 'upgrade' from unixsam beter (where all $ terminated accounts are machines). Andrew Bartlett
| * Don't crash when a backend doesn't have a setsampwent function available - ↵Jelmer Vernooij2002-09-251-2/+2
| | | | | | | | bug reported by metze
| * This patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> cleans upAndrew Bartlett2002-09-255-128/+231
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pdb_ldap and adds a 'ldap passwd sync' option. The idea with this option is to do allow an ldap backend to do all the fancy password hashing etc - and to tell smbd no to try and double-up. Using 'ldap passwd sync = only' will do this, but is not recommended unless such a backend is in place... Running 'ldap passwd sync = yes' just gets you the same as doing 'pam passwd sync = yes' and having both PAM and pam_ldap correctly configured for 'magic root' behaviour, but only using ldap connection, and one set of credentials. This also gets us closer to allowing ldap to say 'password too short' etc, which might assist in maintaining a consistant password policy. Andrew Bartlett
| * Fix debuglevel command-line argumentJelmer Vernooij2002-09-251-1/+0
| |
| * Compile samtest with LIBADS_OBJ and PASSDB_OBJ...Jelmer Vernooij2002-09-251-1/+1
| |
| * samtest should load smb.conf by defaultJelmer Vernooij2002-09-251-1/+26
| | | | | | | | | | | | add command-line option to samtest to specify alternate config file - use /dev/null to don't load any config file.. add 'conf' command to load specified config file