Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r19094: Fix debug statement. | Günther Deschner | 2007-10-10 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | r19093: speed up the samba3 build from 8mins to 5mins:-) | Stefan Metzmacher | 2007-10-10 | 2 | -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.m4 | Stefan Metzmacher | 2007-10-10 | 1 | -76/+0 |
| | | | | | | - including the ldb configure tests via aclocal.m4 is wrong metze | ||||
* | r19089: normalize KRB5_LIBS too | Stefan Metzmacher | 2007-10-10 | 1 | -0/+1 |
| | | | | metze | ||||
* | r19088: filter out -Wl,-rpath combinations with /usr/lib too | Stefan Metzmacher | 2007-10-10 | 1 | -5/+24 |
| | | | | metze | ||||
* | r19087: normalize vars before printing them | Stefan Metzmacher | 2007-10-10 | 1 | -8/+8 |
| | | | | metze | ||||
* | r19086: fix --disable-pie together with -C | Stefan Metzmacher | 2007-10-10 | 1 | -5/+5 |
| | | | | metze | ||||
* | r19085: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 1 | -0/+242 |
| | | | | | | | - source and destination address handling - tcp handling metze | ||||
* | r19083: Fix objectclass | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r19080: Fix a potential NULL dereference | Volker Lendecke | 2007-10-10 | 1 | -0/+7 |
| | |||||
* | r19079: talloc_array can fail | Volker Lendecke | 2007-10-10 | 1 | -0/+1 |
| | |||||
* | r19078: talloc_strdup can fail | Volker Lendecke | 2007-10-10 | 1 | -0/+6 |
| | |||||
* | r19077: Fix an uninitialized variable | Volker Lendecke | 2007-10-10 | 1 | -2/+2 |
| | |||||
* | r19076: ldb_dn_copy_partial can fail | Volker Lendecke | 2007-10-10 | 1 | -0/+1 |
| | |||||
* | r19075: Fix a potential NULL dereference | Volker Lendecke | 2007-10-10 | 1 | -0/+4 |
| | |||||
* | r19073: mapping_dn can fail | Volker Lendecke | 2007-10-10 | 1 | -2/+15 |
| | |||||
* | r19072: Fix a potential NULL dereference. Simo/Tridge, not merging yet to ↵ | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
| | | | | | | | | 4_0, I'd like you to comment. Volker | ||||
* | r19071: Backport to SAMBA_3_0 as well | Simo Sorce | 2007-10-10 | 1 | -2/+2 |
| | |||||
* | r19070: If there's an error in the data struct, there's no point to continue ↵ | Volker Lendecke | 2007-10-10 | 1 | -0/+4 |
| | | | | | | | | with asn1_pop_tag. Volker | ||||
* | r19067: Fix a potential NULL dereference | Volker Lendecke | 2007-10-10 | 1 | -0/+4 |
| | |||||
* | r19066: Fix a memleak | Volker Lendecke | 2007-10-10 | 1 | -0/+1 |
| | |||||
* | r19065: No functional change, just a trivial simplification | Volker Lendecke | 2007-10-10 | 1 | -19/+19 |
| | |||||
* | r19064: This code block is already #ifdef'ed by WITH_ADS which should imply | Volker Lendecke | 2007-10-10 | 1 | -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-farm | Stefan Metzmacher | 2007-10-10 | 1 | -9/+68 |
| | | | | metze | ||||
* | r19060: Attempt to fix the valgrind suppressions for "fort" | Volker Lendecke | 2007-10-10 | 1 | -49/+11 |
| | |||||
* | r19058: Implement "user cannot change password", and complete "user must change | Jim McDonough | 2007-10-10 | 8 | -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 to | Jeremy Allison | 2007-10-10 | 1 | -0/+18 |
| | | | | | open read/write. Allow them to fallback to read-only. Jeremy | ||||
* | r19046: It does not do much yet, but activate RPC-SAMBA3-SPOOLSS | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r19043: There's no point in #ifdef'ing the detection whether we were offered ↵ | Volker Lendecke | 2007-10-10 | 1 | -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 Lendecke | 2007-10-10 | 1 | -0/+2 |
| | | | | Volker | ||||
* | r19041: Make us connect to Vista RC1. Apparently metze had done the same ↵ | Volker Lendecke | 2007-10-10 | 2 | -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 Tru64 | Stefan Metzmacher | 2007-10-10 | 1 | -2/+2 |
| | | | | metze | ||||
* | r19039: Do not segfault in "net ads printer info" when a requested printserver | Günther Deschner | 2007-10-10 | 2 | -1/+12 |
| | | | | | | does not exist. Guenther | ||||
* | r19038: build libreplace testsuite as replacetort | Stefan Metzmacher | 2007-10-10 | 2 | -4/+22 |
| | | | | | | and run it with make test metze | ||||
* | r19037: Fix a segfault | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r19034: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 1 | -4/+6 |
| | | | | | | prepare libreplace testsuite for usage in smbtorture metze | ||||
* | r19031: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 1 | -2/+6 |
| | | | | | | add test that opendir() on files sets errno = ENOTDIR metze | ||||
* | r19030: merge missing stuff from samba4: | Stefan Metzmacher | 2007-10-10 | 2 | -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 Lendecke | 2007-10-10 | 3 | -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 twice | Stefan Metzmacher | 2007-10-10 | 1 | -8/+0 |
| | | | | metze | ||||
* | r19016: As per Samba4 coding standards, turn tabs into spaces | Volker Lendecke | 2007-10-10 | 2 | -20/+20 |
| | |||||
* | r19015: we don't need talloc_* in proto.h | Stefan Metzmacher | 2007-10-10 | 1 | -2/+2 |
| | | | | metze | ||||
* | r19013: Fix some 64-bit warnings. | Volker Lendecke | 2007-10-10 | 3 | -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 variable | Volker Lendecke | 2007-10-10 | 1 | -1/+2 |
| | |||||
* | r19011: Attempt to fix the BSD RAW-CHKPATH failures: In Samba3 we rely on ↵ | Volker Lendecke | 2007-10-10 | 2 | -0/+24 |
| | | | | | | | | | opendir returning ENOTDIR when the file opened is not a directory. Can we merge this back into Samba4? Volker | ||||
* | r19010: Fix bug 4137 | Volker Lendecke | 2007-10-10 | 1 | -0/+4 |
| | |||||
* | r19008: Fix a segfault | Volker Lendecke | 2007-10-10 | 1 | -0/+1 |
| | |||||
* | r19007: reformat service control manager IDL | Gerald Carter | 2007-10-10 | 1 | -201/+255 |
| | |||||
* | r19006: Final cleanups for the winreg libmsrpc functions. | Gerald Carter | 2007-10-10 | 1 | -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 Deschner | 2007-10-10 | 3 | -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 |