Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r13396: Add in userinfo26, re-enable userinfo25 - took the knowledge | Jeremy Allison | 2006-02-08 | 4 | -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 smbclient | Volker Lendecke | 2006-02-08 | 1 | -0/+12 | |
| | | | | | | | | | | | | solution, but it does this particular job... :-) Volker | |||||
| * | r13393: Do not initialize the lp_svcctl_list() value since it is handled | Gerald Carter | 2006-02-08 | 4 | -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 Carter | 2006-02-08 | 1 | -27/+17 | |
| | | | | | | | | actions | |||||
| * | r13391: Only fall into password change when ACB_PWNOEXP is not set | Günther Deschner | 2006-02-08 | 1 | -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 static | Volker Lendecke | 2006-02-08 | 1 | -1/+1 | |
| | | ||||||
| * | r13386: Fix parsing of SAMR_Q_CONNECT_ANON. | Jeremy Allison | 2006-02-08 | 2 | -10/+8 | |
| | | | | | | | | Jeremy. | |||||
| * | r13384: Adding in some more SuSE patches | Gerald Carter | 2006-02-08 | 4 | -4/+6 | |
| | | | | | | | | | | | | * uninitialized-variables.diff * samba-smbadduser.diff * samba-implicit_decl.patch | |||||
| * | r13383: pulling in swat-welcome patch from SuSE packaging | Gerald Carter | 2006-02-08 | 1 | -1/+5 | |
| | | ||||||
| * | r13382: added server affinity cache stores for 'net rpc join' and trusted ↵ | Gerald Carter | 2006-02-08 | 3 | -0/+13 | |
| | | | | | | | | domain code | |||||
| * | r13379: Andrew correctly noted that this breaks -s. Not sure what to do... | Volker Lendecke | 2006-02-07 | 1 | -10/+10 | |
| | | ||||||
| * | r13378: Not sure what this breaks, but we have to do the popt processing ↵ | Volker Lendecke | 2006-02-07 | 1 | -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 well | Günther Deschner | 2006-02-07 | 2 | -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 Carter | 2006-02-07 | 1 | -70/+125 | |
| | | | | | | | | /var/lib/samba | |||||
| * | r13375: Match XP behaviour: Don't force 'Administrator' to change an expired | Günther Deschner | 2006-02-07 | 3 | -17/+8 | |
| | | | | | | | | | | | | password on logon. (this might be true for all domain admins as well). Guenther | |||||
| * | r13374: new revision of the snprintf replace code | Simo Sorce | 2006-02-07 | 1 | -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 function | Volker Lendecke | 2006-02-06 | 1 | -8/+0 | |
| | | ||||||
| * | r13368: I must write out 1000 times, "Don't use C++ reserved words..." | Jeremy Allison | 2006-02-06 | 1 | -5/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | r13366: Add popt to the include path for examples/VFS. The modules ↵ | Volker Lendecke | 2006-02-06 | 1 | -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 Peach | 2006-02-06 | 1 | -1/+3 | |
| | | ||||||
| * | r13363: Honour the $(DESTDIR) Makefile variable when installing Python | Tim Potter | 2006-02-06 | 1 | -1/+1 | |
| | | | | | | | | extensions. Fix from Vladimir Lettiev. | |||||
| * | r13351: Fix copyright | Volker Lendecke | 2006-02-04 | 1 | -1/+1 | |
| | | ||||||
| * | r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-) | Volker Lendecke | 2006-02-04 | 6 | -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 cleanup | Volker Lendecke | 2006-02-04 | 2 | -48/+0 | |
| | | ||||||
| * | r13338: Remove the experimental pdb modules | Volker Lendecke | 2006-02-04 | 6 | -2339/+1 | |
| | | ||||||
| * | r13337: Attempt to fix the AIX build | Volker Lendecke | 2006-02-04 | 1 | -1/+1 | |
| | | ||||||
| * | r13331: No I didn't have to change the interface version... | Jeremy Allison | 2006-02-04 | 1 | -22/+0 | |
| | | | | | | | | Jeremy. | |||||
| * | r13329: Fix libsmbsharemodes.so to work with the stored delete token. | Jeremy Allison | 2006-02-04 | 3 | -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 Terpstra | 2006-02-04 | 1 | -2/+2 | |
| | | ||||||
| * | r13326: fix bad path in RHEL spec file; going to have to rebuild Fedora packages | Gerald Carter | 2006-02-04 | 1 | -3/+12 | |
| | | ||||||
| * | r13322: Fix warning time_t != int. | Jeremy Allison | 2006-02-03 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r13318: remove an unused file | Gerald Carter | 2006-02-03 | 1 | -85/+0 | |
| | | ||||||
| * | r13316: Let the carnage begin.... | Gerald Carter | 2006-02-03 | 185 | -7131/+22252 | |
| | | | | | | | | Sync with trunk as off r13315 | |||||
| * | r13314: This code has been causing problems since 1.9.x I think. | Jeremy Allison | 2006-02-03 | 1 | -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 join | Gerald Carter | 2006-02-03 | 8 | -219/+275 | |
| | | ||||||
| * | r13309: If the sid in the winbind name2sid cache is not valid ↵ | Volker Lendecke | 2006-02-03 | 1 | -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üller | 2006-02-03 | 1 | -1/+5 | |
| | | ||||||
| * | r13299: From testing W2K3 and W2K the delete on close bit seems to be always | Jeremy Allison | 2006-02-03 | 1 | -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üller | 2006-02-02 | 1 | -1/+1 | |
| | | | | | | | | Add missing '\' in branches/SAMBA_3_0. | |||||
| * | r13294: Fix basic delete on close tests - don't forget to tell | Jeremy Allison | 2006-02-02 | 1 | -5/+10 | |
| | | | | | | | | | | the data struct how big the token is... :-). Jeremy. | |||||
| * | r13293: Rather a big patch I'm afraid, but this should fix bug #3347 | Jeremy Allison | 2006-02-02 | 25 | -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 Lendecke | 2006-02-02 | 1 | -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 Deschner | 2006-02-02 | 1 | -1/+52 | |
| | | | | | | | | Guenther | |||||
| * | r13288: readding readme file | Gerald Carter | 2006-02-01 | 1 | -0/+225 | |
| | | ||||||
| * | r13287: removning readme file | Gerald Carter | 2006-02-01 | 1 | -227/+0 | |
| | | ||||||
| * | r13286: changing target file in another branch | Gerald Carter | 2006-02-01 | 1 | -0/+2 | |
| | | ||||||
| * | r13274: Fix for bug #3467. Not a show stopper. | Jeremy Allison | 2006-02-01 | 5 | -29/+44 | |
| | | | | | | | | | | | | jason qian <jason@infrant.com> was a *fantastic* help in tracking this down. Jeremy. | |||||
| * | r13262: Arrgggg. Fix smbstatus and swat status to ignore | Jeremy Allison | 2006-01-31 | 2 | -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 Allison | 2006-01-31 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r13257: Fix python build with older python versions (e.g. 2.2.1) like in ↵ | Lars Müller | 2006-01-31 | 1 | -2/+2 | |
| | | | | | | | | United Linux 1 (UL) aka SuSE Linux Enterprise Server (SLES) 8. |