Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-04 | s4:mark the SYSTEM control always as non-critical | Matthias Dieter Wallnöfer | 1 | -0/+29 | |
It is needed to not break the various LDAP backends. For reference look at bug #7040. | |||||
2010-02-04 | s3:nsswitch: also use pthread CFLAGS for the nsswitch modules that might ↵ | Björn Jacke | 1 | -1/+1 | |
require it | |||||
2010-02-04 | s3: fix build on Tru64 after it broke with deactivating pthread pool support | Björn Jacke | 1 | -3/+6 | |
2010-02-04 | s3:vfs_scannedonly: fix build on HP-UX | Björn Jacke | 1 | -0/+6 | |
2010-02-03 | net: Fix python 2.4 compatibility. | Jelmer Vernooij | 1 | -0/+5 | |
2010-02-03 | s3: Simplify the code a bit: Catch (len==0) early | Volker Lendecke | 1 | -7/+4 | |
2010-02-03 | update samba schema for IBM Directory Server | Christian Ambach | 1 | -2/+2 | |
this increases the sambapasswordhistory field length to 64 and fixes a warning about a wrong booleanmatch setting Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com> | |||||
2010-02-02 | Fix bug 7081 - vfs_expand_msdfs doesn't work correctly (with fix identified) | Jeremy Allison | 1 | -3/+16 | |
Fix inspired by idea from Eric Horst <erich@cac.washington.edu>. Jeremy. | |||||
2010-02-02 | Fix bug 7063 - Samba 3.4.5 on ubuntu 8.04 64 bit - Core dumps. | Jeremy Allison | 1 | -2/+9 | |
Reported and found by Martin Hochreiter <linuxbox@wavenet.at>. Ensure we copy the right amount of registry data into the outgoing buffer. Jeremy. | |||||
2010-02-02 | s3:configure: check complete set of EA functions only when we found at least one | Björn Jacke | 1 | -28/+18 | |
this saves us some time in configure | |||||
2010-02-02 | Change uint_t to unsigned int in source4 | Matt Kraai | 61 | -290/+290 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-02 | Change uint_t to unsigned int in source3 | Matt Kraai | 2 | -8/+8 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-02 | Change uint_t to unsigned int in pidl | Matt Kraai | 1 | -1/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-02 | Change uint_t to unsigned int in libcli | Matt Kraai | 5 | -5/+5 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-02 | Change uint_t to unsigned int in lib/util | Matt Kraai | 4 | -6/+6 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-02 | Change uint_t to unsigned int in lib/talloc | Matt Kraai | 2 | -6/+6 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-02 | Change uint_t to unsigned int in lib/crypto | Matt Kraai | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-02 | Change uint_t to unsigned int in lib/replace | Matt Kraai | 4 | -4/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-02 | s4:NBT-WINSREPLICATION: don't mark a local variable as static | Stefan Metzmacher | 1 | -1/+1 | |
This was somehow introduced in commit 8773e743c518578584d07d35ffdafdd598af88b0. metze | |||||
2010-02-01 | Add debug to make it clear when EA dosmode set is invoked. | Jeremy Allison | 1 | -0/+5 | |
Jeremy. | |||||
2010-02-01 | Fix bug #7084 - Create time on directories not stored properly in an EA in ↵ | Jeremy Allison | 1 | -7/+0 | |
new create time code. Remove erroneous optimisation that caused no EA to be set if calculated btime matched st_ex btime, and calculated DOS attribute matched existing file attribute. Jeremy. | |||||
2010-02-01 | Torture test for bug 7084 - Create time on directories not stored properly ↵ | Jeremy Allison | 2 | -1/+88 | |
in an EA in new create time code. Ensure new files in a directory don't reset the create time. Jeremy. | |||||
2010-02-01 | Arg. Got the sense of the test reversed to fix bug #7080 - Quota only shown ↵ | Jeremy Allison | 1 | -1/+1 | |
when logged as root.. Doh ! Jeremy. | |||||
2010-02-01 | Fix bug #7080 - Quota only shown when logged as root. | Jeremy Allison | 1 | -1/+1 | |
conn->server_info->utok.uid == 0 isn't the correct check to see if we're root anymore. As rpc_samr_nt.c does, the correct check is : geteuid() == sec_initial_uid() Jeremy. | |||||
2010-02-01 | s4:NBT-WINS: test large scopes | Stefan Metzmacher | 1 | -0/+37 | |
metze | |||||
2010-02-01 | s4:NBT-WINS: pass the expected rcode of the name registration to the test code | Stefan Metzmacher | 1 | -18/+39 | |
metze | |||||
2010-02-01 | s4:NBT-WINSREPLICATION: test replication with names including scopes | Stefan Metzmacher | 1 | -1/+51 | |
metze | |||||
2010-02-01 | s4:NBT-WINSREPLICATION: fix compiler warnings | Stefan Metzmacher | 1 | -8/+16 | |
metze | |||||
2010-02-01 | s4:NBT-WINSREPLICATION: use an array of nbt_names to loop over different names | Stefan Metzmacher | 1 | -10/+7 | |
metze | |||||
2010-02-01 | s4:winsserver: reject name registrations with a scope length > 237 | Stefan Metzmacher | 1 | -0/+9 | |
This matches Windows 2008 behavior. Name releases are just ignored. metze | |||||
2010-02-01 | s4:wrepl_server: truncate the scope of a netbios name to 237 bytes as ↵ | Stefan Metzmacher | 1 | -0/+14 | |
Windows 2008 does metze | |||||
2010-02-01 | libcli/nbt: fix ndr_push_nbt_string() string labels with a length of 63 ↵ | Stefan Metzmacher | 1 | -2/+2 | |
(0x3F) are allowed metze | |||||
2010-02-01 | s4/ldif: Handle Schema:prefixMap blobs in W2K3 and W2K8 | Kamen Mazdrashki | 1 | -6/+16 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-01 | s4/ldif: Better control on ldif_write_NDR() errors processing | Kamen Mazdrashki | 1 | -6/+21 | |
Current implementation mask NDR_ errors implicitly. Thus the caller has no opportunity handle such an error. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-01 | s4/idl: drsblobs IDL regeneration | Kamen Mazdrashki | 3 | -0/+120 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-01 | s4/drsblobs: Custom ndr_print_ implementation for drsuapi_MSPrefixMap_Entry | Kamen Mazdrashki | 2 | -1/+26 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-01 | s4/idl: PrefixMap description for W2K3 and W2K8 Schema:prefixMap attribute | Kamen Mazdrashki | 1 | -0/+22 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-01 | tdb: fix an early release of the global lock that can cause data corruption | Volker Lendecke | 1 | -5/+10 | |
There was a bug in tdb where the tdb_brlock(tdb, GLOBAL_LOCK, F_UNLCK, F_SETLKW, 0, 1); (ending the transaction-"mutex") was done before the /* remove the recovery marker */ This means that when a transaction is committed there is a window where another opener of the file sees the transaction marker while the transaction committer is still fully functional and working on it. This led to transaction being rolled back by that second opener of the file while transaction_commit() gave no error to the caller. This patch moves the F_UNLCK to after the recovery marker was removed, closing this window. | |||||
2010-01-31 | s4-smbtorture: check for RouterReplyPrinterEx packets inside backchannel in ↵ | Günther Deschner | 1 | -6/+147 | |
RPC-SPOOLSS-NOTIFY. Guenther | |||||
2010-01-31 | s4-smbtorture: also test RouterRefreshPrinterChangeNotify call in ↵ | Günther Deschner | 1 | -0/+25 | |
RPC-SPOOLSS-NOTIFY. Guenther | |||||
2010-01-31 | s4-smbtorture: rework spoolss_NotifyOption handling in RPC-SPOOLSS-NOTIFY. | Günther Deschner | 1 | -19/+31 | |
Guenther | |||||
2010-01-31 | testprogs: also print printer info during GetPrinter spoolss test. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2010-01-31 | s4:kdc streamline context initialization | Simo Sorce | 2 | -37/+58 | |
Allow other plugins to init the context without having it try to grab sockets or set samba specific logging. | |||||
2010-01-31 | s4:kdc Streamline client access verification call | Simo Sorce | 3 | -70/+129 | |
Move the core to pac-glue so that other plugins can use it. | |||||
2010-01-31 | s4:kdc Fix netbios name retrieval | Simo Sorce | 1 | -2/+2 | |
The code was looping but always checking only the first address. | |||||
2010-01-31 | s4:ldb quiet down rootdse control registration | Simo Sorce | 1 | -1/+1 | |
2010-01-31 | s3: Fix some DEBUG messages | Volker Lendecke | 1 | -3/+3 | |
2010-01-30 | Fix bug #7079 - cliconnect gets realm wrong with trusted domains. | Jeremy Allison | 4 | -3/+91 | |
Passing NULL as dest_realm for cli_session_setup_spnego() was always using our own realm (as for a NetBIOS name). Change this to look for the mapped realm using krb5_get_host_realm() if the destination machine name is a DNS name (contains a '.'). Could get fancier with DNS name detection (length, etc.) but this will do for now. Jeremy. | |||||
2010-01-30 | s3/smbd: Fix string buffer overflow causing heap corruption | Steven Danneman | 1 | -1/+2 | |
The destname malloc size was not taking into account the 1 extra byte needed if a string without a leading '/' was passed in and that slash was added. This would cause the '\0' byte to be written past the end of the malloced destname string and corrupt whatever heap memory was there. This problem would be hit if a share name was given in smb.conf without a leading '/' and if it was the exact size of the allocated STRDUP memory which in some implementations of malloc is a power of 2. | |||||
2010-01-30 | s4:ldb Fix check made conditional by mistake | Simo Sorce | 1 | -7/+11 | |