summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* r302: release notes for 3.0.3rc1samba-3.0.3rc1Gerald Carter2004-04-201-13/+116
|
* r301: missed file to sync from 3.0Gerald Carter2004-04-201-5/+3
|
* r300: removing duplicate scriptGerald Carter2004-04-201-144/+0
|
* r298: merging -r 45:296 in preparation for 3.0.3rc1Gerald Carter2004-04-20118-2826/+6771
|\
| * r296: patch from j.lu -- don't force an upper case domain name in the ↵Gerald Carter2004-04-201-3/+1
| | | | | | | | ntlmssp code
| * r294: checking in volker's winbindd patches; tested on domain members (Samba ↵Gerald Carter2004-04-2011-129/+239
| | | | | | | | and AD) as well as on a Samba DC
| * r293: keeping a single default smb.conf to maintainGerald Carter2004-04-202-169/+0
| |
| * r292: removing some outdated files and directories (I love subversion!)Gerald Carter2004-04-206-673/+0
| |
| * r291: adding printer and driver migration shell script from Kurt PfeifleGerald Carter2004-04-201-0/+1657
| |
| * r289: BUG 1246 -- fix syntax errorGerald Carter2004-04-201-1/+1
| |
| * r288: combination of BUG 1081 and patch from J. Klinger -- added ↵Gerald Carter2004-04-203-0/+52
| | | | | | | | remove_duplicate_gids() to smbd and winbindd
| * r283: removing --with-cracklib after discussion with abartklet @ sambaXPGerald Carter2004-04-194-120/+0
| |
| * r272: mention net rpc group deleteVolker Lendecke2004-04-181-0/+4
| |
| * r269: Patch from Krischan Jodies <kj@sernet.de>: Implement 'net rpc group ↵Volker Lendecke2004-04-184-4/+291
| | | | | | | | | | | | delete'. Volker
| * r252: add backtrace to examples so people know about it (slight change from ↵Gerald Carter2004-04-161-0/+41
| | | | | | | | lars @suse)
| * r248: Add support for printing out the MAC address on nmblookup.Richard Sharpe2004-04-165-7/+24
| |
| * r247: Fixup a couple of debug messages.Jeremy Allison2004-04-151-2/+2
| | | | | | | | Jeremy.
| * r242: adding 'cups options' parameter to allow raw printing without changing ↵Gerald Carter2004-04-153-2/+18
| | | | | | | | /etc/cups/cupsd.conf -- documentation to follow
| * r240: I'm pretty happy with the 'ntlm-server-1' helper protocol now, and asAndrew Bartlett2004-04-151-2/+0
| | | | | | | | | | | | | | | | there is now a public patch that uses it, make it always available. (It was #ifdef DEVELOPER) Andrew Bartlett
| * r238: Fix memleakVolker Lendecke2004-04-151-0/+3
| |
| * r229: Don't list domain groups from BUILTIN.Volker Lendecke2004-04-151-0/+7
| | | | | | | | Volker
| * r227: Patch from James Peach <jpeach@sgi.com> to search RIX ABI paths for ↵Jeremy Allison2004-04-141-7/+18
| | | | | | | | | | | | | | libiconv. Based on inital fix from Jason Mader. Jeremy.
| * r225: Patch from Pat.Hayward@propero.net to make the session_users list dynamic.Jeremy Allison2004-04-142-9/+29
| | | | | | | | | | I restricted it to 128k max to prevent DOS attacks. Jeremy.
| * r223: According to Thomas Mueller, thomas.mueller@christ-wasser.de, the two ↵Volker Lendecke2004-04-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | lines removed (modifiersName and modifyTimestamp) lead to warnings upon startup of the netscape directory server. I can't check this, but it sounds logical. Thanks, Volker
| * r221: Remainder of bug 1208. We do not remove creds from _any_ FILE ccache,Jim McDonough2004-04-141-17/+40
| | | | | | | | | | | | because not only does it not work on Heimdal, but also since ccaches created within samba are memory-based, so we shouldn't touch a FILE-based one (it was probably created via kinit or similar).
| * r219: Obtain new tickets if current ones are expired. Next part of fix forJim McDonough2004-04-141-12/+36
| | | | | | | | | | | | | | | | | | | | | | | | bug 1208. Based on a fix from Guether Deschener. Outstanding pieces: - Heimdal FILE-based ccaches don't actually remove creds properly, so we need to code a check for this - what if ticket expires between our check and when we use it? Guenther has coded up fixes for these parts, but I still need to review them, as I'm not totally comfortable with the solutions.
| * r215: merge over svk fixes from 4_0Stefan Metzmacher2004-04-141-7/+15
| | | | | | | | metze
| * r208: merge the version schema changes from 4_0Stefan Metzmacher2004-04-143-61/+23
| | | | | | | | metze
| * r201: Fix bugs in the --helper-protocol=ntlm-server-1 implementation.Andrew Bartlett2004-04-131-8/+9
| | | | | | | | | | | | (allow the use of base64 encoded strings, LM or NT passwords) Andrew Bartlett
| * r197: mistaken merge from trunkGerald Carter2004-04-131-0/+4
| |
| * r196: merging struct uuid from trunkGerald Carter2004-04-1327-229/+389
| |
| * r195: adding files to ignore listGerald Carter2004-04-132-9/+5
| |
| * r192: Fix configure.in to only use $BLDSHARED to select whether to build ↵Paul Green2004-04-131-3/+3
| | | | | | | | static or shared libraries.
| * r191: Only send the ntlm_auth 'ntlm-server-1' helper client a '.' after theAndrew Bartlett2004-04-131-2/+1
| | | | | | | | | | | | server had said something (such as an error). Andrew Bartlett
| * r188: Add a new 'helper protocol' to ntlm_auth. Andrew Bartlett2004-04-121-2/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This protocol looks rather like SMTP headers/LDAP: NT-Domain: TESTWG Username: abartlet ... Password: foo Challenge-response passwords are in hexideciaml, while any 'plain' string can be base64 encoded when like this: Password:: Zm9vCg== (the :: indicates it, just like LDAP - I hope) The protocol is not final, so it is #ifdef DEVELOPER for now (so nobody starts to rely on it until I'm happy), but we may as well get this into subversion. My intention is to use this to power the next version of my PPP/ntlm_auth plugin, and hopefully entice a FreeRadius plugin out of the woods. Andrew Bartlett
| * r185: fix linking prob surrounding --with-fake-kaserver and -lcryptoGerald Carter2004-04-121-0/+4
| |
| * r177: Split ntlm_auth --diagnostics into a seperate file, so as not to clutter Andrew Bartlett2004-04-124-601/+665
| | | | | | | | | | | | | | | | | | the main ntlm_auth program. It quite possibly should belong in smbtorture, but relies on the winbind client for now. Andrew Bartlett
| * r176: Improve our fallback code for password changes - this would be betterAndrew Bartlett2004-04-123-43/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | with more correct NTLMSSP support in client and server, but it will do for now. Also implement LANMAN password only in the classical session setup code, but #ifdef'ed out. In Samba4, I'll make this run-time so we can torture it. Lanman passwords over 14 dos characters long could be considered 'invalid' (they are truncated) - so SMBencrypt now returns 'False' if it generates such a password. Andrew Bartlett
| * r175: Move this comment to the right place...Andrew Bartlett2004-04-121-1/+1
| | | | | | | | Andrew Bartlett
| * r171: Continue the 'rename nt_session_key' work. This attempts to renameAndrew Bartlett2004-04-121-88/+76
| | | | | | | | | | | | | | this variable to 'user_session_key', where possible. The command line parameter is currently unchanged). Andrew Bartlett
| * r160: Fix msdfs proxy. Could others please also test this, this code is sooVolker Lendecke2004-04-111-7/+9
| | | | | | | | | | | | | | | | | | cluttered. I've tested with w2k and xp with msdfs proxy and normal msdfs root, but I would like others to also look at the code. Thanks, Volker
| * r155: real for for BUG 761 -- allow printing parameter to set defaults on a ↵Gerald Carter2004-04-102-50/+86
| | | | | | | | per share basis
| * r153: Fix memleakVolker Lendecke2004-04-101-0/+1
| |
| * r150: Make 3.x pass the Samba 4.x RAW-SEARCH tests - except for theJeremy Allison2004-04-102-77/+177
| | | | | | | | | | | | UNIX info levels, and the short case preserve names. Tested with NT - needs more testing. Will work on this more on Monday. Jeremy.
| * r148: Ensure we do not dereference a null pointer when we return the userAndrew Bartlett2004-04-101-5/+17
| | | | | | | | session key.
| * r145: pdb_create_alias now returns NTSTATUS. More of this to follow.Volker Lendecke2004-04-102-6/+8
| | | | | | | | Volker
| * r144: Move first use of AC_CHECK_HEADERS so it is always executed. Tidy up ↵Paul Green2004-04-101-13/+16
| | | | | | | | indendation.
| * r139: Apply some constVolker Lendecke2004-04-101-1/+1
| |
| * r119: missed a file in volker patchGerald Carter2004-04-071-1/+6
| |
| * r118: adding some recent checkins to commit listGerald Carter2004-04-071-0/+6
| |