summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * r19066: Fix a memleakVolker Lendecke2006-10-041-0/+1
| | |
| | * r19065: No functional change, just a trivial simplificationVolker Lendecke2006-10-041-19/+19
| | |
| | * r19064: This code block is already #ifdef'ed by WITH_ADS which should implyVolker Lendecke2006-10-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | HAVE_KRB5. If WITH_ADS does not imply KRB5, we have to fix that. Lets see what the build farm thinks about this. Volker
| | * r19062: try to fix the valgrind noise in the build-farmStefan Metzmacher2006-10-041-9/+68
| | | | | | | | | | | | metze
| | * r19060: Attempt to fix the valgrind suppressions for "fort"Volker Lendecke2006-10-041-49/+11
| | |
| | * r19058: Implement "user cannot change password", and complete "user must changeJim McDonough2006-10-038-117/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | password at next logon" code. The "password last set time" of zero now means "user must change password", because that's how windows seems to use it. The "can change" and "must change" times are now calculated based on the "last set" time and policies. We use the "can change" field now to indicate that a user cannot change a password by putting MAX_TIME_T in it (so long as "last set" time isn't zero). Based on this, we set the password-can-change bit in the faked secdesc.
| | * r19054: Callers of gencache may not have the rights toJeremy Allison2006-10-021-0/+18
| | | | | | | | | | | | | | | open read/write. Allow them to fallback to read-only. Jeremy
| | * r19046: It does not do much yet, but activate RPC-SAMBA3-SPOOLSSVolker Lendecke2006-10-021-1/+1
| | |
| | * r19043: There's no point in #ifdef'ing the detection whether we were offered ↵Volker Lendecke2006-10-021-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | KRB5 in SPNEGO, as long as we don't make use of it without krb libs. Makes the code a bit simpler. Volker
| | * r19042: Fix the non-krb5 build. This needs sooo severe cleanup ... :-)Volker Lendecke2006-10-021-0/+2
| | | | | | | | | | | | Volker
| | * r19041: Make us connect to Vista RC1. Apparently metze had done the same ↵Volker Lendecke2006-10-022-8/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | patch some weeks ago. We have some work before us, when in AD mode Vista sends "not_defined_in_RFC4178@please_ignore" as the principal..... Volker
| | * r19040: use more portable shellscripting, hopefully give better results on Tru64Stefan Metzmacher2006-10-021-2/+2
| | | | | | | | | | | | metze
| | * r19039: Do not segfault in "net ads printer info" when a requested printserverGünther Deschner2006-10-022-1/+12
| | | | | | | | | | | | | | | | | | does not exist. Guenther
| | * r19038: build libreplace testsuite as replacetortStefan Metzmacher2006-10-022-4/+22
| | | | | | | | | | | | | | | | | | and run it with make test metze
| | * r19037: Fix a segfaultVolker Lendecke2006-10-021-1/+1
| | |
| | * r19034: merge from samba4:Stefan Metzmacher2006-10-021-4/+6
| | | | | | | | | | | | | | | | | | prepare libreplace testsuite for usage in smbtorture metze
| | * r19031: merge from samba4:Stefan Metzmacher2006-10-021-2/+6
| | | | | | | | | | | | | | | | | | add test that opendir() on files sets errno = ENOTDIR metze
| | * r19030: merge missing stuff from samba4:Stefan Metzmacher2006-10-022-2/+10
| | | | | | | | | | | | | | | | | | | | | - strnlen() and strndup() are broken on AIX - we need some extra CFLAGS on HPUX 11.11 metze
| | * r19028: Implement getprinterinfo level 6 (only the status) and get rid of ↵Volker Lendecke2006-10-023-80/+251
| | | | | | | | | | | | | | | | | | | | | | | | | | | snum in the getprinter calls. Survives the RPC-SAMBA3-SPOOLSS test which I will activate when the Samba4 build farm has picked it up. Volker
| | * r19026: we don't need this twiceStefan Metzmacher2006-10-021-8/+0
| | | | | | | | | | | | metze
| | * r19016: As per Samba4 coding standards, turn tabs into spacesVolker Lendecke2006-10-012-20/+20
| | |
| | * r19015: we don't need talloc_* in proto.hStefan Metzmacher2006-10-011-2/+2
| | | | | | | | | | | | metze
| | * r19013: Fix some 64-bit warnings.Volker Lendecke2006-09-303-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | Jelmer, Jerry, in cmd_unixinfo.c:159 there is still the warning that "info" is being used uninitialized which I don't really know how to fix. Any hints? Volker
| | * r19012: Fix an uninitialized variableVolker Lendecke2006-09-301-1/+2
| | |
| | * r19011: Attempt to fix the BSD RAW-CHKPATH failures: In Samba3 we rely on ↵Volker Lendecke2006-09-302-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | opendir returning ENOTDIR when the file opened is not a directory. Can we merge this back into Samba4? Volker
| | * r19010: Fix bug 4137Volker Lendecke2006-09-301-0/+4
| | |
| | * r19008: Fix a segfaultVolker Lendecke2006-09-291-0/+1
| | |
| | * r19007: reformat service control manager IDLGerald Carter2006-09-291-201/+255
| | |
| | * r19006: Final cleanups for the winreg libmsrpc functions.Gerald Carter2006-09-291-98/+158
| | | | | | | | | | | | | | | Needs thorough testing but the code has been adapted to the new rpccli_winreg_XX() API.
| | * r19003: Finally activate "net ads gpo". Günther Deschner2006-09-293-37/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For those who are interested, try net ads gpo refresh mybox$ to get your machine related GPOs downloaded to /var/lib/samba/gpo_cache. Detailed information about GPOs is currently only printed when setting a higher debuglevel then 0. Guenther
| | * r19002: Add a very simple synchronisation function to download the full GPO.Günther Deschner2006-09-293-48/+229
| | | | | | | | | | | | Guenther
| | * r19001: Fix commentVolker Lendecke2006-09-291-1/+1
| | |
| | * r19000: Merge the max tcon check from 3_0_23. Thanks to James Peach that ↵Volker Lendecke2006-09-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | this was not done in the 3_0 tree. Volker
| | * r18998: - make more usage of PRINTF_ATTRIBUTE()Stefan Metzmacher2006-09-292-10/+9
| | | | | | | | | | | | | | | | | | - vsyslog takes a 'const char *format' metze
| | * r18996: merge from samba4:Stefan Metzmacher2006-09-292-12/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix bug 4078 - talloc_free(talloc_autofree_context()); should not result in a SIGABORT on exit - add a test for this, but this test can also pass in the standalone build and samba3, as samba4 uses talloc_autofree_context() metze
| | * r18993: merge from samba4:Stefan Metzmacher2006-09-291-29/+83
| | | | | | | | | | | | | | | | | | prepare SOCKET_WRAPPER_PCAP_FILE support metze
| | * r18991: Fix bug 4133 -- Thanks to Olaf FlebbeVolker Lendecke2006-09-291-0/+7
| | |
| | * r18988: Check and refresh expired GPOs.Günther Deschner2006-09-292-1/+129
| | | | | | | | | | | | Guenther
| | * r18987: Add some usage prints for "net ads gpo".Günther Deschner2006-09-291-13/+33
| | | | | | | | | | | | Guenther
| | * r18986: Add some more GPO download helper functions.Günther Deschner2006-09-293-1/+242
| | | | | | | | | | | | Guenther
| | * r18985: Add parse_gpt_ini() to parse GPT.INI files using iniparser.Günther Deschner2006-09-282-21/+242
| | | | | | | | | | | | Guenther
| | * r18984: Removing ads_gpo_get_sysvol_gpt_version() which was just doing stupidGünther Deschner2006-09-282-93/+2
| | | | | | | | | | | | | | | | | | things. Guenther
| | * r18983: Add some comments for the LDAP based GPO routines.Günther Deschner2006-09-283-49/+60
| | | | | | | | | | | | Guenther
| | * r18982: Move the gpo related functions to "libgpo".Günther Deschner2006-09-284-6/+7
| | | | | | | | | | | | Guenther
| | * r18981: * cleanup some vestiges of old cli_reg.c code and mark some TODO Gerald Carter2006-09-2821-189/+1825
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | items in cac_winreg.c * Get 'net rpc registry enumerate' to list values again * Fix winreg.idl QueryInfoKey(). The max_subkeysize is the max_classlen (we previously had this correct in Samba3") * fix valgrind error about uninitialized memory and use-before-set on size value inmemset() call * Fix key enumeration in 'net rpc registry enumerate' * regenerate gen_dir files based on local pidl patches Please note that the generated ndr files are from my local copy of pidl. If you need to regenerate, please apply the patch that I posted to the samba-technical list earlier today.
| | * r18980: Be a little more intelligent about "startup_time",Jeremy Allison2006-09-283-7/+31
| | | | | | | | | | | | | | | | | | move into the domain struct. Allow message to go online to set this state and cope with removing it. Jeremy.
| | * r18976: follow the advice from "William Jojo" <jojowil@hvcc.edu>Stefan Metzmacher2006-09-281-1/+1
| | | | | | | | | | | | | | | | | | and pass -bbigtoc also to the linker when building shared libs metze
| | * r18973: we should always set LDFLAGS and DYNEXP depending on the host_osStefan Metzmacher2006-09-282-19/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | but disable building of shared libs and modules whe enable_shared != yes Also make it easier to track down the problem with lost LDFLAGS values on AIX. metze
| | * r18969: Fix typo.Günther Deschner2006-09-283-4/+4
| | | | | | | | | | | | Guenther
| | * r18966: this bug affects Samba3 too. I'm actually surprised nobody hasAndrew Tridgell2006-09-271-0/+6
| | | | | | | | | | | | | | | | | | reported that Samba3 on Solaris Sparc with the native compiler can't join Windows domains. If it worked we were just lucky. I suspect it just didn't work.