Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r13447: Added LSA_LOOKUPSIDS2 and LSA_LOOKUPSIDS3. | Jeremy Allison | 2006-02-10 | 5 | -88/+631 | |
| | | | | | | | | Jeremy. | |||||
| * | r13445: We already made the decision whether to include the dominfo and | Günther Deschner | 2006-02-10 | 1 | -9/+7 | |
| | | | | | | | | | | | | changereject. Guenther | |||||
| * | r13444: Add REJECT_REASON_OTHER for samr_chgpasswd_user3 | Günther Deschner | 2006-02-10 | 3 | -1/+13 | |
| | | | | | | | | Guenther | |||||
| * | r13443: Fix the build. | Günther Deschner | 2006-02-10 | 1 | -2/+2 | |
| | | | | | | | | Guenther | |||||
| * | r13442: Implement samr_chgpasswd_user3 server-side. | Günther Deschner | 2006-02-10 | 8 | -76/+295 | |
| | | | | | | | | Guenther | |||||
| * | r13439: Fix NET_SAM_LOGON_EX. | Jeremy Allison | 2006-02-10 | 4 | -3/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | r13436: Add in NET_SAM_LOGON_EX. Still needs testing. | Jeremy Allison | 2006-02-10 | 1 | -12/+54 | |
| | | | | | | | | Jeremy | |||||
| * | r13434: Add stub for NET_SAM_LOGON_EX. | Jeremy Allison | 2006-02-10 | 2 | -1/+43 | |
| | | | | | | | | Jeremy. | |||||
| * | r13433: Get ready to implement NET_SAM_LOGON_EX. | Jeremy Allison | 2006-02-10 | 2 | -0/+128 | |
| | | | | | | | | Jeremy. | |||||
| * | r13427: Fix ctime -> st_ctime. | Jeremy Allison | 2006-02-10 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r13425: Revert all the "clever" compiler options checks. They broke | James Peach | 2006-02-10 | 4 | -1178/+93 | |
| | | | | | | | | | | the build on Solaris, AIX and S390. The fundamental problem is that macros like AX_CFLAGS_IRIX_OPTION can spuriously succeed. | |||||
| * | r13424: Don't attempt to use cc -O2. This breaks the solaris build. | James Peach | 2006-02-10 | 1 | -5/+5 | |
| | | ||||||
| * | r13423: Write wrapper functions (and configure tests) so we can | Jeremy Allison | 2006-02-10 | 3 | -19/+145 | |
| | | | | | | | | | | | | | | always assume we can get a struct timespec out of a stat struct. This will allow us to portably move to nsec timestamps on files and directories in the file server code in future. Jeremy. | |||||
| * | r13420: Support profile-guided optimisation in the build system. This is | James Peach | 2006-02-09 | 2 | -19/+139 | |
| | | | | | | | | implemented for gcc 3.x, gcc 4.x and MIPSPro compilers. | |||||
| * | 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. | |||||
| * | r13411: Sync with the latest fix I've made to package 3.0.21b | Simo Sorce | 2006-02-09 | 6 | -66/+54 | |
| | | ||||||
| * | r13410: Dump a netbootGUID as a GUID. | Günther Deschner | 2006-02-09 | 2 | -0/+2 | |
| | | | | | | | | 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 | |||||
| * | 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 | |
| | |