Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Make explicit the difference between a tdb key with no data attached, and | Jeremy Allison | 2002-09-26 | 1 | -2/+11 | |
| | | | | | | | | | | a non existent entry. Stop a malloc(0) being called in the first case. Jeremy. | |||||
* | | tagging as 3.0alpha21cvs | Gerald Carter | 2002-09-26 | 1 | -1/+1 | |
| | | ||||||
* | | Arrgghhh the release script doesn't use the SAMBA_3_0 branch !!!! | Gerald Carter | 2002-09-26 | 2 | -10/+10 | |
| | | | | | | | | I released the snapshot directly out of HEAD!!!!! | |||||
* | | set version | Gerald Carter | 2002-09-26 | 1 | -1/+1 | |
| | | ||||||
* | | syncing with HEAD some more | Gerald Carter | 2002-09-26 | 47 | -13785/+98 | |
| | | ||||||
* | | sync with HEAD | Gerald Carter | 2002-09-26 | 8 | -221/+253 | |
| | | ||||||
* | | remove files not in HEAD | Gerald Carter | 2002-09-26 | 49 | -13696/+0 | |
| | | ||||||
* | | syncing up with HEAD again.... | Gerald Carter | 2002-09-26 | 14 | -313/+866 | |
| | | ||||||
* | | updated WHATSNEW for alpha20 | Gerald Carter | 2002-09-26 | 1 | -0/+162 | |
| | | ||||||
* | | removed autogenerated file | Gerald Carter | 2002-09-25 | 1 | -25/+0 | |
| | | ||||||
* | | merge from HEAD | Gerald Carter | 2002-09-25 | 2 | -0/+3 | |
| | | ||||||
* | | sync'ing up for 3.0alpha20 release | Gerald Carter | 2002-09-25 | 4 | -15/+19 | |
| | | ||||||
* | | sync'ing up for 3.0alpha20 release | Gerald Carter | 2002-09-25 | 176 | -6364/+10966 | |
| | | ||||||
* | | sync'ing up for 3.0alpha20 release | Gerald Carter | 2002-09-25 | 27 | -7288/+9247 | |
| | | ||||||
* | | sync'ing up for 3.0alpha20 release | Gerald Carter | 2002-09-25 | 10 | -307/+613 | |
| | | ||||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2002-09-25 | 80 | -0/+22029 | |
|\| | ||||||
| * | remove extern for AllowDebugChange since we don't use it | Jelmer Vernooij | 2002-09-25 | 1 | -1/+0 | |
| | | ||||||
| * | Fix the circular dependency that was preventing 'domain master = auto' (the | Andrew Bartlett | 2002-09-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | default) from working. Andrew Bartlett | |||||
| * | Metze claims that without this his win2k server gets horribly confused looking | Andrew Bartlett | 2002-09-25 | 1 | -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 the | Andrew Bartlett | 2002-09-25 | 1 | -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 Vernooij | 2002-09-25 | 1 | -2/+2 | |
| | | | | | | | | bug reported by metze | |||||
| * | This patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> cleans up | Andrew Bartlett | 2002-09-25 | 5 | -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 argument | Jelmer Vernooij | 2002-09-25 | 1 | -1/+0 | |
| | | ||||||
| * | Compile samtest with LIBADS_OBJ and PASSDB_OBJ... | Jelmer Vernooij | 2002-09-25 | 1 | -1/+1 | |
| | | ||||||
| * | samtest should load smb.conf by default | Jelmer Vernooij | 2002-09-25 | 1 | -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 | |||||
| * | At least try to get this function picked up by the autoprototyper | Andrew Bartlett | 2002-09-25 | 1 | -2/+2 | |
| | | ||||||
| * | Kill of Get_Pwnam_Modify and smb_getpwnam(). The latter assumes some things | Andrew Bartlett | 2002-09-25 | 2 | -59/+2 | |
| | | | | | | | | | | | | | | | | that just don't apply any more - now that we always keep username and domain seperate. Also, the policy it was trying to permit is now implemented by the auth code. Andrew Bartlett | |||||
| * | Another patch from metze, towards his work on sam_ads. | Andrew Bartlett | 2002-09-25 | 4 | -11/+108 | |
| | | | | | | | | See mx-ldap.sf.net for his current progress. | |||||
| * | Header files should not include includes.h - therein lies maddness, particuarly | Andrew Bartlett | 2002-09-25 | 1 | -3/+0 | |
| | | | | | | | | if we ever want to get rid of the magic macros. | |||||
| * | Actually pick up the kerberos libs in RedHat - the previous shell construct | Andrew Bartlett | 2002-09-25 | 2 | -8/+8 | |
| | | | | | | | | | | | | didn't seem to work properly. Andrew Bartlett | |||||
| * | If adding a user to ldap, make sure we have the 'account' structural class, or | Andrew Bartlett | 2002-09-25 | 1 | -0/+1 | |
| | | | | | | | | else we can't add to OpenLDAP 2.1 | |||||
| * | Move to common user token debugging, and ensure we always print both the | Andrew Bartlett | 2002-09-25 | 2 | -17/+26 | |
| | | | | | | | | | | | | | | NT_TOKEN and the unix credentials - as we incresingly use the NT stuff we want to make it easy to check they don't get out of wack. Andrew Bartlett | |||||
| * | Avoid a segfault in net join when you have not done an kinit, and it's falling | Andrew Bartlett | 2002-09-25 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | back to NTLMSSP. We need to get the password out of the user, and this eventually does. Andrew Bartlett | |||||
| * | The security descriptor in a PRINTER_INFO_2 could be NULL. (Bong?) | Tim Potter | 2002-09-25 | 1 | -2/+6 | |
| | | ||||||
| * | Merge of "profile acls" code. | Jeremy Allison | 2002-09-25 | 3 | -4/+41 | |
| | | | | | | | | Jeremy. | |||||
| * | merge from APP_HEAD | Gerald Carter | 2002-09-25 | 2 | -8/+34 | |
| | | ||||||
| * | Hold lock on NEXTJOB record for a very short time. Jerry needs to add code | Jeremy Allison | 2002-09-24 | 1 | -29/+52 | |
| | | | | | | | | | | to make this rebust w.r.t. stored devicemodes. Jeremy. | |||||
| * | Moved -ve cache check to correct place. | Jeremy Allison | 2002-09-24 | 1 | -10/+10 | |
| | | | | | | | | Jeremy. | |||||
| * | enum_domains shouldn't crash when there are no domains available | Jelmer Vernooij | 2002-09-24 | 1 | -4/+0 | |
| | | ||||||
| * | Fix bug in get_methods_by_name | Jelmer Vernooij | 2002-09-24 | 2 | -19/+80 | |
| | | | | | | | | | | | | | | | | | | Fix bug in enum_domains Add samtest commands: - lookup_sid - lookup_name - enum_domains - lookup_domain | |||||
| * | - Don't put pointer to sam_domain_handle in sam_methods but single domainsid ↵ | Jelmer Vernooij | 2002-09-24 | 7 | -141/+156 | |
| | | | | | | | | | | | | | | | | and domainname - Allocate sam_methods, set domain_sid, domain_name and backend_name in make_sam_methods_backend_entry instead of in the backend - Remove sam_context and domain_sid pointers from the sam_init_function - we don't need those arguments anymore since they're available in sam_methods as well | |||||
| * | This is a first working version of net rpc vampire. First do a net rpc | Volker Lendecke | 2002-09-24 | 1 | -12/+264 | |
| | | | | | | | | | | | | | | | | getsid, then join as a BDC, and then watch net rpc vampire suck out the good stuff out of a PDC :-). It's not perfect, but it does quite a bit for me. Watch out for more. Volker | |||||
| * | Make sure that Alfred Perlstein's changes get into head as smbprint and | Richard Sharpe | 2002-09-24 | 2 | -27/+172 | |
| | | | | | | | | | | | | | | | | that the old one becomes smbprint.old. We still need to hack smbprint some more to make sure that we can pass the username and password in a file rather than on the command line where local hackers can see it. | |||||
| * | Typos! Fix 'em! | John Terpstra | 2002-09-24 | 1 | -1/+1 | |
| | | ||||||
| * | Removed call to configure for VFS modules. | John Terpstra | 2002-09-24 | 1 | -5/+5 | |
| | | ||||||
| * | Updated in preparation for samba-3.0.0alpha20 | John Terpstra | 2002-09-24 | 1 | -14/+13 | |
| | | ||||||
| * | Don't uppercase the username and domain in a session setup. | Tim Potter | 2002-09-23 | 2 | -4/+2 | |
| | | ||||||
| * | Ok, what's this? Samba as a PDC wants to authenticate a user coming in | Volker Lendecke | 2002-09-23 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | to a native NT member server. If the logoff time in the samlogon reply is set to something else but infinity, the tree connect to the member server comes back with 'bad uid'. In my traces, NT PDC sends 0x7fff.. always. Weird, but true. I would really like others to double-check this. If you have questions regarding the setup, feel free to ask! Thanks! Volker | |||||
| * | Update some help. People keep forgetting that! | Richard Sharpe | 2002-09-23 | 1 | -1/+3 | |
| | | ||||||
| * | Add net getlocalsid [name] | Richard Sharpe | 2002-09-23 | 1 | -0/+26 | |
| | |