summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* | If signing starts successfully, don't just turn it off automatically ifJeremy Allison2003-11-251-5/+5
* | Do not add NTLM2 to the NTLMSSP flags unconditionally - allow theAndrew Bartlett2003-11-252-10/+10
* | Patch for #263 from jpjanosi@us.ibm.com.Jeremy Allison2003-11-251-1/+2
* | When server signing is set to "auto", if the client doesn't sign justJeremy Allison2003-11-251-2/+23
* | strequal() returns a BOOL, not an int like strcmp(); this fixes a bug in chec...Gerald Carter2003-11-241-2/+2
* | Added "passwd chat timeout" parameter. Docs to follow.Jeremy Allison2003-11-242-3/+10
* | patch from Matthias Hilbig for bug 467; use the dns name (or IP) as the origi...Gerald Carter2003-11-241-2/+7
* | more access fixes for group enumeration in LDAP; bug 281Gerald Carter2003-11-246-14/+52
* | Patch by emil@disksites.com <Emil Rasamat> to ensure we always alwaysAndrew Bartlett2003-11-232-2/+15
* | Add server-side support for variable-length session keys (as used byAndrew Bartlett2003-11-231-9/+6
* | Add support for variable-length session keys in our client code.Andrew Bartlett2003-11-225-22/+62
* | Changes all over the shop, but all towards:Andrew Bartlett2003-11-2235-597/+1157
* | include WWW-Authenticate field in 401 response for bad auth attempt; bug 629Gerald Carter2003-11-221-1/+2
* | adding a useful debugGerald Carter2003-11-221-0/+1
* | fix winbind ping call so that SWAT correctly determines if winbindd is runnin...Gerald Carter2003-11-221-5/+1
* | Ensure that items in a list of strings containing whitespaceGerald Carter2003-11-223-6/+18
* | Fix for rename across filesystems. Noticed by Rainer Link <link@foo.fh-furtwa...Jeremy Allison2003-11-211-5/+95
* | Fix Jerry's no-proto bug :-).Jeremy Allison2003-11-211-4/+4
* | make sure we don't append the ldap suffix when writing out the ldap XXX suffi...Gerald Carter2003-11-211-53/+46
* | Typo fix.Rafal Szczesniak2003-11-201-2/+2
* | Look at error before using it in debug statement.Jeremy Allison2003-11-191-3/+2
* | Added useful information to debug lines.Rafal Szczesniak2003-11-191-4/+4
* | changing versionb to pre4Gerald Carter2003-11-191-1/+1
* | as discussed on irc, this is a small patch that allows a few moreAndrew Tridgell2003-11-196-7/+292
* | Group quotas patch from "Heinreichsberger, Helmut" <Helmut.Heinreichsberger@w...Jeremy Allison2003-11-191-19/+32
* | Correct fix for checking of '$' name termination.Jeremy Allison2003-11-191-3/+2
* | Useful debug message. Patch by metze.Rafal Szczesniak2003-11-181-2/+4
* | Remove unneeded second open for filename ending in '.' now we know it'sJeremy Allison2003-11-182-14/+4
* | Ensure we mangle names ending in '.' in hash2 mangling method.Jeremy Allison2003-11-181-1/+1
* | Fix from Andrew Bartlett to fix up the munged-dial problem.Jeremy Allison2003-11-172-6/+16
* | This fixes a bug when establishing trust against a german W2k3 AD server. InVolker Lendecke2003-11-171-1/+2
* | * make sure we only enumerate group mapping entriesGerald Carter2003-11-173-152/+44
* | fix more memory leaks in the LDAP backend code; patches from metzeGerald Carter2003-11-143-28/+52
* | * Fix from SATOH Fumiyasu for bug 660 (failing to view printGerald Carter2003-11-132-7/+9
* | More casty-foo ...Richard Sharpe2003-11-131-1/+2
* | Squelch some warnings with more casty-foo.Richard Sharpe2003-11-131-2/+2
* | Fix a couple of warnings with casts.Richard Sharpe2003-11-131-2/+2
* | show locked files for -u <user>; bug 590Gerald Carter2003-11-121-10/+41
* | Omit html documentation tree because it has been moved to the separateRafal Szczesniak2003-11-121-7/+10
* | a small include file rearrangement that doesn't affect normalAndrew Tridgell2003-11-1221-3/+19
* | added support for "make pch" to build a precompiled header. Note thatAndrew Tridgell2003-11-121-0/+6
* | fix crash bug due to empyrt munged dial string; patch from metzeGerald Carter2003-11-111-1/+1
* | Patch from Andrew Bartlett <abartlet@samba.org> for security=server coreJeremy Allison2003-11-101-6/+8
* | Fix a problem with configure on *BSD systems. Make sure we add -liconv etcRichard Sharpe2003-11-101-0/+2
* | Skip over the winbind separator when looking up a user.Volker Lendecke2003-11-091-0/+1
* | * only install swat html files onceGerald Carter2003-11-073-17/+34
* | Handle munged dial string. Patch from Aur?lien Degr?mont <adegremont@idealx.c...Jeremy Allison2003-11-074-16/+121
* | fix for bug 680 (heads up). This gist is to map theGerald Carter2003-11-073-385/+361
* | don't allow setting of the guest accountGerald Carter2003-11-071-0/+8
* | Implement %i-Macro for the locally used IP address. With this you can againVolker Lendecke2003-11-072-0/+31