summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* r19094: Fix debug statement.Günther Deschner2007-10-101-1/+1
| | | | Guenther
* r19093: speed up the samba3 build from 8mins to 5mins:-)Stefan Metzmacher2007-10-102-282/+252
| | | | | | | | | | | | | | | | | we now don't compile mostly each .c file twice. - we use PICFLAG for all object files - PICFLAG defaults to PIE_CFLAGS and is then overwritten if the system supports shared libraries as we currently always use -fPIE if available (and at least on linux -fPIE produces the same code as -fPIC) it doesn't change anything in the resulting code. "high performance" binaries can be build with "--disable-pie --disable-shared" if someone really needs to... metze
* r19090: - the LIBREPLACE_C99 isn't needed in aclocal.m4Stefan Metzmacher2007-10-101-76/+0
| | | | | | - including the ldb configure tests via aclocal.m4 is wrong metze
* r19089: normalize KRB5_LIBS tooStefan Metzmacher2007-10-101-0/+1
| | | | metze
* r19088: filter out -Wl,-rpath combinations with /usr/lib tooStefan Metzmacher2007-10-101-5/+24
| | | | metze
* r19087: normalize vars before printing themStefan Metzmacher2007-10-101-8/+8
| | | | metze
* r19086: fix --disable-pie together with -CStefan Metzmacher2007-10-101-5/+5
| | | | metze
* r19085: merge from samba4:Stefan Metzmacher2007-10-101-0/+242
| | | | | | | - source and destination address handling - tcp handling metze
* r19083: Fix objectclassVolker Lendecke2007-10-101-1/+1
|
* r19080: Fix a potential NULL dereferenceVolker Lendecke2007-10-101-0/+7
|
* r19079: talloc_array can failVolker Lendecke2007-10-101-0/+1
|
* r19078: talloc_strdup can failVolker Lendecke2007-10-101-0/+6
|
* r19077: Fix an uninitialized variableVolker Lendecke2007-10-101-2/+2
|
* r19076: ldb_dn_copy_partial can failVolker Lendecke2007-10-101-0/+1
|
* r19075: Fix a potential NULL dereferenceVolker Lendecke2007-10-101-0/+4
|
* r19073: mapping_dn can failVolker Lendecke2007-10-101-2/+15
|
* r19072: Fix a potential NULL dereference. Simo/Tridge, not merging yet to ↵Volker Lendecke2007-10-101-1/+1
| | | | | | | | 4_0, I'd like you to comment. Volker
* r19071: Backport to SAMBA_3_0 as wellSimo Sorce2007-10-101-2/+2
|
* r19070: If there's an error in the data struct, there's no point to continue ↵Volker Lendecke2007-10-101-0/+4
| | | | | | | | with asn1_pop_tag. Volker
* r19067: Fix a potential NULL dereferenceVolker Lendecke2007-10-101-0/+4
|
* r19066: Fix a memleakVolker Lendecke2007-10-101-0/+1
|
* r19065: No functional change, just a trivial simplificationVolker Lendecke2007-10-101-19/+19
|
* r19064: This code block is already #ifdef'ed by WITH_ADS which should implyVolker Lendecke2007-10-101-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 Metzmacher2007-10-101-9/+68
| | | | metze
* r19060: Attempt to fix the valgrind suppressions for "fort"Volker Lendecke2007-10-101-49/+11
|
* r19058: Implement "user cannot change password", and complete "user must changeJim McDonough2007-10-108-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 Allison2007-10-101-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 Lendecke2007-10-101-1/+1
|
* r19043: There's no point in #ifdef'ing the detection whether we were offered ↵Volker Lendecke2007-10-101-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 Lendecke2007-10-101-0/+2
| | | | Volker
* r19041: Make us connect to Vista RC1. Apparently metze had done the same ↵Volker Lendecke2007-10-102-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 Metzmacher2007-10-101-2/+2
| | | | metze
* r19039: Do not segfault in "net ads printer info" when a requested printserverGünther Deschner2007-10-102-1/+12
| | | | | | does not exist. Guenther
* r19038: build libreplace testsuite as replacetortStefan Metzmacher2007-10-102-4/+22
| | | | | | and run it with make test metze
* r19037: Fix a segfaultVolker Lendecke2007-10-101-1/+1
|
* r19034: merge from samba4:Stefan Metzmacher2007-10-101-4/+6
| | | | | | prepare libreplace testsuite for usage in smbtorture metze
* r19031: merge from samba4:Stefan Metzmacher2007-10-101-2/+6
| | | | | | add test that opendir() on files sets errno = ENOTDIR metze
* r19030: merge missing stuff from samba4:Stefan Metzmacher2007-10-102-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 Lendecke2007-10-103-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 Metzmacher2007-10-101-8/+0
| | | | metze
* r19016: As per Samba4 coding standards, turn tabs into spacesVolker Lendecke2007-10-102-20/+20
|
* r19015: we don't need talloc_* in proto.hStefan Metzmacher2007-10-101-2/+2
| | | | metze
* r19013: Fix some 64-bit warnings.Volker Lendecke2007-10-103-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 Lendecke2007-10-101-1/+2
|
* r19011: Attempt to fix the BSD RAW-CHKPATH failures: In Samba3 we rely on ↵Volker Lendecke2007-10-102-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 Lendecke2007-10-101-0/+4
|
* r19008: Fix a segfaultVolker Lendecke2007-10-101-0/+1
|
* r19007: reformat service control manager IDLGerald Carter2007-10-101-201/+255
|
* r19006: Final cleanups for the winreg libmsrpc functions.Gerald Carter2007-10-101-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 Deschner2007-10-103-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