Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r13418: Formalise support for checking compiler options. | James Peach | 2006-02-09 | 3 | -75/+1040 | |
| | | ||||||
| * | r13417: Add .2 to the SONAME as version suffix if we link the nss modules on | Lars Müller | 2006-02-09 | 2 | -2/+5 | |
| | | | | | | | | | | | | linux. Heads up: This might be required on other OS using glibc too. | |||||
| * | r13416: Remove superfluous -lc while linking libnss_wins.so and pam_winbind.so. | Lars Müller | 2006-02-09 | 1 | -2/+2 | |
| | | ||||||
| * | r13412: Don't use arbitrary uint32 size for uid and gid storage. Use | Jeremy Allison | 2006-02-09 | 1 | -23/+22 | |
| | | | | | | | | | | | | correct system size. Fixed a bug that was accidentally introduced by use of uint32 - uid was stored twice, not uid and gid. Jeremy. | |||||
| * | r13410: Dump a netbootGUID as a GUID. | Günther Deschner | 2006-02-09 | 1 | -0/+1 | |
| | | | | | | | | Guenther | |||||
| * | r13409: No functional changes, just some DEBUG cleanup. | Günther Deschner | 2006-02-09 | 5 | -9/+7 | |
| | | | | | | | | Guenther | |||||
| * | r13408: Remove C++ comments (# 3494) | Günther Deschner | 2006-02-09 | 1 | -2/+2 | |
| | | | | | | | | Guenther | |||||
| * | r13407: Change the credentials code to be more like the Samba4 structure, | Jeremy Allison | 2006-02-09 | 7 | -72/+84 | |
| | | | | | | | | | | | | | | | | makes fixes much easier to port. Fix the size of dc->sess_key to be 16 bytes, not 8 bytes - only store 8 bytes in the inter-smbd store in secrets.tdb though. Should fix some uses of the dc->sess_key where we where assuming we could read 16 bytes. Jeremy. | |||||
| * | r13399: Get closer to passing RPC-SCHANNEL test. | Jeremy Allison | 2006-02-09 | 5 | -15/+77 | |
| | | | | | | | | Jeremy. | |||||
| * | 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 | |||||
| * | 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 | |||||
| * | 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. | |||||
| * | 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 | |||||
| * | 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. | |||||
| * | 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 | |||||
| * | 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. | |||||
| * | 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 | |||||
| * | 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. | |||||
| * | r13238: Fix from Qiao Yang <qyang@stbernard.com> to ensure we | Jeremy Allison | 2006-01-30 | 1 | -2/+3 | |
| | | | | | | | | | | | | always update the failed time when we are adding a failed connection. Jeremy. | |||||
| * | r13233: build fixes for smbmnt; remove unused variable; ready to ship ↵ | Gerald Carter | 2006-01-30 | 2 | -2/+1 | |
| | | | | | | | | 3.0.21b now | |||||
| * | r13232: defensive programming in an attempt to prevent crashes due to a PDC ↵ | Gerald Carter | 2006-01-30 | 1 | -3/+5 | |
| | | | | | | | | rebooting |