Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warnings caused by double ";;" at the end of the time_mono() fixes. | Jeremy Allison | 2010-09-08 | 1 | -3/+3 |
| | |||||
* | s4-waf: fix bin/python/samba/dcerpc/nbt.so. | Günther Deschner | 2010-09-08 | 1 | -1/+5 |
| | | | | | | Thanks to Brad Hards for pointing this out. Guenther | ||||
* | wafsamba: Eliminate sys.path updating if installing to a standard python | Jelmer Vernooij | 2010-09-08 | 1 | -1/+7 |
| | | | | path. | ||||
* | s3: use time_mono throughout in smbget | Björn Jacke | 2010-09-08 | 1 | -6/+5 |
| | |||||
* | s3/ldap: use monotonic clock for timeouts in smbldap | Björn Jacke | 2010-09-08 | 2 | -20/+26 |
| | | | | | tevent would need monotonic clock features to make also smbldap's idle handling aware of backward clock jumps. Other areas in smbldap are clock jump save now. | ||||
* | setup: Use standard octal ints rather than harcoding. | Jelmer Vernooij | 2010-09-08 | 1 | -2/+1 |
| | |||||
* | popt_common: Add missing dependency on libsamba-hostconfig. | Jelmer Vernooij | 2010-09-08 | 1 | -3/+2 |
| | |||||
* | s3: Make winbind_add_failed_connection_entry static | Volker Lendecke | 2010-09-08 | 2 | -6/+4 |
| | |||||
* | s3: Fix a typo | Volker Lendecke | 2010-09-08 | 1 | -1/+1 |
| | |||||
* | s4-smbtorture: add torture ndr nbt testsuite. | Günther Deschner | 2010-09-08 | 4 | -2/+73 |
| | | | | Guenther | ||||
* | nbt: add nbt_netlogon_response2 to IDL. | Günther Deschner | 2010-09-08 | 1 | -0/+7 |
| | | | | Guenther | ||||
* | nbt: add NETLOGON_LOGON_REQUEST. | Günther Deschner | 2010-09-08 | 1 | -0/+11 |
| | | | | Guenther | ||||
* | nbt: add decode_nbt_netlogon_packet() to IDL. | Günther Deschner | 2010-09-08 | 1 | -1/+7 |
| | | | | Guenther | ||||
* | s3-nmbd: fix indentation in process_logon_packet(). | Günther Deschner | 2010-09-08 | 1 | -523/+519 |
| | | | | | | purely cosmetic, no code change. Guenther | ||||
* | s3-nmbd: remove trailing whitespace in nmbd_processlogon.c | Günther Deschner | 2010-09-08 | 1 | -9/+9 |
| | | | | Guenther | ||||
* | s3-spoolss: Move spoolss winreg to new dcerpc client funtions. | Andreas Schneider | 2010-09-08 | 1 | -347/+389 |
| | |||||
* | s3: Simplify cm_connect_sam a bit | Volker Lendecke | 2010-09-08 | 1 | -5/+1 |
| | |||||
* | s3: Check for sid instead of name in cm_connect_sam | Volker Lendecke | 2010-09-08 | 1 | -1/+1 |
| | |||||
* | s3-spoolss: Fixed a possible crash bug. | Andreas Schneider | 2010-09-08 | 1 | -1/+15 |
| | |||||
* | s3: Remove a superfluous ; | Volker Lendecke | 2010-09-08 | 1 | -1/+1 |
| | |||||
* | s3/libads: use monotonic clock for ldap connection timeouts | Björn Jacke | 2010-09-07 | 3 | -3/+3 |
| | |||||
* | s3: use monotonic clock for aio timeout | Björn Jacke | 2010-09-07 | 1 | -2/+2 |
| | |||||
* | s3/nmbd: tidy up debug message: ttl isn't a hex value | Björn Jacke | 2010-09-07 | 1 | -1/+1 |
| | |||||
* | s3/libads: use monotonic clock for DNS timeouts | Björn Jacke | 2010-09-07 | 1 | -5/+5 |
| | |||||
* | lib/util: add time_mono() for monotonic time a la time() | Björn Jacke | 2010-09-07 | 2 | -0/+26 |
| | |||||
* | s4-dreplsrv: Run NC replication synchronously if requested | Kamen Mazdrashki | 2010-09-07 | 1 | -30/+119 |
| | |||||
* | s4-drs: Dump exact error when failure occurs during DsReplicaUpdateRefs call | Kamen Mazdrashki | 2010-09-07 | 1 | -6/+10 |
| | |||||
* | s3: Prune the printername cache when a printer is deleted | Volker Lendecke | 2010-09-07 | 1 | -2/+20 |
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> | ||||
* | librpc: bitten by the strncasecmp define again | Andrew Tridgell | 2010-09-07 | 1 | -0/+1 |
| | |||||
* | waf-abi: fixed small uninitialised data on PPC64 | Andrew Tridgell | 2010-09-07 | 1 | -1/+1 |
| | | | | | on PPC64 Linux systems a 'S' line from nm means "small object uninitialised data" | ||||
* | s4-ldapserver: serialise ldap server operations | Andrew Tridgell | 2010-09-07 | 2 | -0/+60 |
| | | | | | | | | | This ensures that two ldap server operations cannot happen in parallel by using packet_recv_disable() and packet_recv_enable() to disable other interfaces during ldap calls. This prevents problems caused by parallel ldap operations where transactions could overlap. | ||||
* | s4-packet: make packet_recv_disable() a lot more efficient | Andrew Tridgell | 2010-09-07 | 1 | -2/+6 |
| | | | | | this avoids doing an epoll system call when we want to prevent receipt of packets on a socket, unless there actually is a packet to receive. | ||||
* | s4-process: fixed the thread process model so it compiles | Andrew Tridgell | 2010-09-07 | 1 | -1/+2 |
| | | | | it doesn't actually work, but at least it now compiles | ||||
* | Add unique IP address binding for client connections (EPM and ncacn_ip_tcp ↵ | Julien Kerihuel | 2010-09-07 | 8 | -10/+57 |
| | | | | | | | | | | | | | levels) This allows for binding strings like this: ncacn_ip_tcp:host[localaddress=192.168.2.1,seal] which will force the connection to be locally bound to the specified IP address Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s4-test: refactor API-DELETEUSER test a little to: | Kamen Mazdrashki | 2010-09-05 | 1 | -29/+23 |
| | | | | | | - fail torture_context in case libnet_DeleteUser() has failed - make use of torture_assert_* macros to track down where failur occured - use only one memory context internally | ||||
* | s4-idl: redefine dreplsrv_refresh() to be alike other RPC function definitions | Kamen Mazdrashki | 2010-09-05 | 2 | -4/+2 |
| | | | | Sorry for the 'custom' definition first time | ||||
* | wafsamba: Create bin/defaukt/modules if it does not yet exist. | Jelmer Vernooij | 2010-09-05 | 1 | -0/+1 |
| | |||||
* | waf: Use os.makedirs rather than os.mkdir in case parent directories | Jelmer Vernooij | 2010-09-05 | 1 | -1/+1 |
| | | | | don't exist yet. | ||||
* | s3: On Solaris, iov_len is an int | Volker Lendecke | 2010-09-05 | 1 | -1/+3 |
| | | | | We can't use &iov.iov_len passing it to a size_t * | ||||
* | upgradeprovision: avoid working with None objects ... | Matthieu Patou | 2010-09-05 | 1 | -9/+10 |
| | |||||
* | upgradeprovision: do not try to remove/change attribute before the RID Set ↵ | Matthieu Patou | 2010-09-05 | 1 | -6/+28 |
| | | | | object is present | ||||
* | upgradeprovision: cleanup | Matthieu Patou | 2010-09-05 | 1 | -2/+2 |
| | |||||
* | s4 upgradeprovision: add dns_update_list if missing | Matthieu Patou | 2010-09-05 | 1 | -0/+4 |
| | |||||
* | python-ldb: allow ldb_rename to take optional control(s) | Matthieu Patou | 2010-09-05 | 1 | -4/+50 |
| | |||||
* | dsdb: make the ATTRIBUTE NOT FOUND more clear | Matthieu Patou | 2010-09-05 | 2 | -0/+5 |
| | |||||
* | s4/selftest: Fix path to include/config.h, set BUILDDIR automatically. | Jelmer Vernooij | 2010-09-05 | 1 | -1/+4 |
| | |||||
* | selftest: Cope with parentheses in testnames in --load-list. | Jelmer Vernooij | 2010-09-05 | 1 | -5/+8 |
| | |||||
* | selftest/subunit: Parse timestamps generated by upstream subunit. | Jelmer Vernooij | 2010-09-05 | 1 | -2/+8 |
| | |||||
* | selftest: Print out unmatched tests when using --load-list. | Jelmer Vernooij | 2010-09-05 | 1 | -7/+12 |
| | |||||
* | dsgetinfo: Set modulesdir when using ldb without ldb_wrap | Jelmer Vernooij | 2010-09-05 | 1 | -0/+3 |
| | | | | (Is there a particular reason we're not using ldb_wrap here?) |