summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * r13396: Add in userinfo26, re-enable userinfo25 - took the knowledgeJeremy Allison2006-02-084-14/+101
| | | | | | | | | | | | from Samba4 on how to decode the 532 byte password buffers. Getting closer to passing samba4 RPC-SCHANNEL test. Jeremy.
| * r13394: Fix rpcclient to obey the -W parameter. Not that I *like* the smbclientVolker Lendecke2006-02-081-0/+12
| | | | | | | | | | | | solution, but it does this particular job... :-) Volker
| * r13393: Do not initialize the lp_svcctl_list() value since it is handledGerald Carter2006-02-084-4/+5
| | | | | | | | | | | | internally in services_db.c now. This prevents internal services from being listed twice (one internal and one external) when no 'svcctl list' parameter is explcitly set in smb.conf
| * r13392: check gcc version before trying 'make pch'. remove some historical ↵Gerald Carter2006-02-081-27/+17
| | | | | | | | actions
| * r13391: Only fall into password change when ACB_PWNOEXP is not set Günther Deschner2006-02-081-2/+2
| | | | | | | | | | | | | | (got it wrong the first time as administrator has this flag set by default). Guenther
| * r13389: get_ldap_filter is only used once, make it staticVolker Lendecke2006-02-081-1/+1
| |
| * r13386: Fix parsing of SAMR_Q_CONNECT_ANON.Jeremy Allison2006-02-082-10/+8
| | | | | | | | Jeremy.
| * r13384: Adding in some more SuSE patchesGerald Carter2006-02-084-4/+6
| | | | | | | | | | | | * uninitialized-variables.diff * samba-smbadduser.diff * samba-implicit_decl.patch
| * r13383: pulling in swat-welcome patch from SuSE packagingGerald Carter2006-02-081-1/+5
| |
| * r13382: added server affinity cache stores for 'net rpc join' and trusted ↵Gerald Carter2006-02-083-0/+13
| | | | | | | | domain code
| * r13379: Andrew correctly noted that this breaks -s. Not sure what to do...Volker Lendecke2006-02-071-10/+10
| |
| * r13378: Not sure what this breaks, but we have to do the popt processing ↵Volker Lendecke2006-02-071-10/+10
| | | | | | | | | | | | | | | | after the lp_load, because otherwise the lp_load overwrites the -W setting again. Volker
| * r13377: Fix from Volker: Make offline authentication work with NT4 as wellGünther Deschner2006-02-072-2/+20
| | | | | | | | | | | | (handle no ACB_NORMAL flag and save name2sid as early as possible). Guenther
| * r13376: break docs out to a separate package; cleanup /var/cache/samba -> ↵Gerald Carter2006-02-071-70/+125
| | | | | | | | /var/lib/samba
| * r13375: Match XP behaviour: Don't force 'Administrator' to change an expiredGünther Deschner2006-02-073-17/+8
| | | | | | | | | | | | password on logon. (this might be true for all domain admins as well). Guenther
| * r13374: new revision of the snprintf replace codeSimo Sorce2006-02-071-176/+580
| | | | | | | | | | | | still missing a configure test to make us substitute our snprintf to system one when the system one does not have positional parameters support
| * r13371: Remove an unused functionVolker Lendecke2006-02-061-8/+0
| |
| * r13368: I must write out 1000 times, "Don't use C++ reserved words..."Jeremy Allison2006-02-061-5/+5
| | | | | | | | Jeremy.
| * r13366: Add popt to the include path for examples/VFS. The modules ↵Volker Lendecke2006-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | themselves don't use that, but includes.h fails in environments where there's no system popt around. As the modules don't need that anyway, porting the check whether to use the system one or our own seems a bit overkill. Thanks to Michael Adam <ma@SerNet.DE>. Volker
| * r13364: Continue not enabling valgrind on 64-bit Linux (see also rev 8510).James Peach2006-02-061-1/+3
| |
| * r13363: Honour the $(DESTDIR) Makefile variable when installing Python Tim Potter2006-02-061-1/+1
| | | | | | | | extensions. Fix from Vladimir Lettiev.
| * r13351: Fix copyrightVolker Lendecke2006-02-041-1/+1
| |
| * r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-)Volker Lendecke2006-02-046-11/+484
| | | | | | | | | | | | | | | | | | | | Implement 'net rpc shell account' -- An editor for account policies nt_time_to_unix_abs changed its argument which to me seems wrong, and I could not find a caller that depends on this. So I changed it. Applied some more const in time.c. Volker
| * r13343: More sql cleanupVolker Lendecke2006-02-042-48/+0
| |
| * r13338: Remove the experimental pdb modulesVolker Lendecke2006-02-046-2339/+1
| |
| * r13337: Attempt to fix the AIX buildVolker Lendecke2006-02-041-1/+1
| |
| * r13331: No I didn't have to change the interface version...Jeremy Allison2006-02-041-22/+0
| | | | | | | | Jeremy.
| * r13329: Fix libsmbsharemodes.so to work with the stored delete token.Jeremy Allison2006-02-043-33/+48
| | | | | | | | | | | | Less trouble than I thought plus it didn't need an interface change (thank goodness !). Jeremy.
| * r13327: Update install.html location & fix typo.John Terpstra2006-02-041-2/+2
| |
| * r13326: fix bad path in RHEL spec file; going to have to rebuild Fedora packagesGerald Carter2006-02-041-3/+12
| |
| * r13322: Fix warning time_t != int.Jeremy Allison2006-02-031-2/+2
| | | | | | | | Jeremy.
| * r13318: remove an unused fileGerald Carter2006-02-031-85/+0
| |
| * r13316: Let the carnage begin....Gerald Carter2006-02-03185-7131/+22252
| | | | | | | | Sync with trunk as off r13315
| * r13314: This code has been causing problems since 1.9.x I think.Jeremy Allison2006-02-031-19/+0
| | | | | | | | | | | | | | Remove check_for_pipe() - Volker was completely correct. If it gets re-added it will be in a old open call path, not in the generic code path. Jeremy.
| * r13310: first round of server affinity patches for winbindd & net ads joinGerald Carter2006-02-038-219/+275
| |
| * r13309: If the sid in the winbind name2sid cache is not valid ↵Volker Lendecke2006-02-031-1/+3
| | | | | | | | | | | | | | | | | | (NT_STATUS_NONE_MAPPED), we have S-0-0 as a SID in the cache. This leads to ugly level 0 messages from string_to_sid. Avoid them. Volker
| * r13306: Do not call netbios_setup() if this file is sourced by sh or bash.Lars Müller2006-02-031-1/+5
| |
| * r13299: From testing W2K3 and W2K the delete on close bit seems to be alwaysJeremy Allison2006-02-031-3/+3
| | | | | | | | | | | | | | | | honored (ie. the file gets deleted) for derectories when set at open time - even though it doesn't show in the qfileinfo call. This is not true of files.... (if anyone from the EU is listening, it's stuff like this that makes CIFS non-documentable :-). Jeremy.
| * r13296: Align trunk with branches/SAMBA_3_0.Lars Müller2006-02-021-1/+1
| | | | | | | | Add missing '\' in branches/SAMBA_3_0.
| * r13294: Fix basic delete on close tests - don't forget to tellJeremy Allison2006-02-021-5/+10
| | | | | | | | | | the data struct how big the token is... :-). Jeremy.
| * r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2006-02-0225-278/+427
| | | | | | | | | | | | | | | | by saving the UNIX token used to set a delete on close flag, and using it when doing the delete. libsmbsharemodes.so still needs updating to cope with this change. Samba4 torture tests to follow. Jeremy.
| * r13291: NT checks the minimum password age dynamically. That means we have ↵Volker Lendecke2006-02-021-5/+21
| | | | | | | | | | | | | | | | | | to ignore the sambapwdmustchange field if we can access the corresponding account policy and calculate it dynamically based on the pwdlastset field. Volker
| * r13290: Adding Account Policy LDAP attributes for eDirectory schema.Günther Deschner2006-02-021-1/+52
| | | | | | | | Guenther
| * r13288: readding readme fileGerald Carter2006-02-011-0/+225
| |
| * r13287: removning readme fileGerald Carter2006-02-011-227/+0
| |
| * r13286: changing target file in another branchGerald Carter2006-02-011-0/+2
| |
| * r13274: Fix for bug #3467. Not a show stopper.Jeremy Allison2006-02-015-29/+44
| | | | | | | | | | | | jason qian <jason@infrant.com> was a *fantastic* help in tracking this down. Jeremy.
| * r13262: Arrgggg. Fix smbstatus and swat status to ignoreJeremy Allison2006-01-312-1/+12
| | | | | | | | | | | | | | bloody placeholder share mode entries (I hate these - I've had to add this filter code now to too many places :-). Jeremy.
| * r13260: Fix stupid bug Volker found for big-endian machines.Jeremy Allison2006-01-311-1/+1
| | | | | | | | Jeremy.
| * r13257: Fix python build with older python versions (e.g. 2.2.1) like in ↵Lars Müller2006-01-311-2/+2
| | | | | | | | United Linux 1 (UL) aka SuSE Linux Enterprise Server (SLES) 8.