summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * r13418: Formalise support for checking compiler options.James Peach2006-02-093-75/+1040
| |
| * r13417: Add .2 to the SONAME as version suffix if we link the nss modules onLars Müller2006-02-092-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üller2006-02-091-2/+2
| |
| * r13412: Don't use arbitrary uint32 size for uid and gid storage. UseJeremy Allison2006-02-091-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 Deschner2006-02-091-0/+1
| | | | | | | | Guenther
| * r13409: No functional changes, just some DEBUG cleanup.Günther Deschner2006-02-095-9/+7
| | | | | | | | Guenther
| * r13408: Remove C++ comments (# 3494)Günther Deschner2006-02-091-2/+2
| | | | | | | | Guenther
| * r13407: Change the credentials code to be more like the Samba4 structure,Jeremy Allison2006-02-097-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 Allison2006-02-095-15/+77
| | | | | | | | Jeremy.
| * 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
| * 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
| * 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.
| * 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
| * 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.
| * 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
| * 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.
| * 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
| * 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.
| * r13238: Fix from Qiao Yang <qyang@stbernard.com> to ensure weJeremy Allison2006-01-301-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 Carter2006-01-302-2/+1
| | | | | | | | 3.0.21b now
| * r13232: defensive programming in an attempt to prevent crashes due to a PDC ↵Gerald Carter2006-01-301-3/+5
| | | | | | | | rebooting