summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-08s3: "== false" looks wrong :-)Volker Lendecke1-1/+1
2010-09-08Fix warnings caused by double ";;" at the end of the time_mono() fixes.Jeremy Allison1-3/+3
2010-09-08s4-waf: fix bin/python/samba/dcerpc/nbt.so.Günther Deschner1-1/+5
2010-09-08wafsamba: Eliminate sys.path updating if installing to a standard pythonJelmer Vernooij1-1/+7
2010-09-08s3: use time_mono throughout in smbgetBjörn Jacke1-6/+5
2010-09-08s3/ldap: use monotonic clock for timeouts in smbldapBjörn Jacke2-20/+26
2010-09-08setup: Use standard octal ints rather than harcoding.Jelmer Vernooij1-2/+1
2010-09-08popt_common: Add missing dependency on libsamba-hostconfig.Jelmer Vernooij1-3/+2
2010-09-08s3: Make winbind_add_failed_connection_entry staticVolker Lendecke2-6/+4
2010-09-08s3: Fix a typoVolker Lendecke1-1/+1
2010-09-08s4-smbtorture: add torture ndr nbt testsuite.Günther Deschner4-2/+73
2010-09-08nbt: add nbt_netlogon_response2 to IDL.Günther Deschner1-0/+7
2010-09-08nbt: add NETLOGON_LOGON_REQUEST.Günther Deschner1-0/+11
2010-09-08nbt: add decode_nbt_netlogon_packet() to IDL.Günther Deschner1-1/+7
2010-09-08s3-nmbd: fix indentation in process_logon_packet().Günther Deschner1-523/+519
2010-09-08s3-nmbd: remove trailing whitespace in nmbd_processlogon.cGünther Deschner1-9/+9
2010-09-08s3-spoolss: Move spoolss winreg to new dcerpc client funtions.Andreas Schneider1-347/+389
2010-09-08s3: Simplify cm_connect_sam a bitVolker Lendecke1-5/+1
2010-09-08s3: Check for sid instead of name in cm_connect_samVolker Lendecke1-1/+1
2010-09-08s3-spoolss: Fixed a possible crash bug.Andreas Schneider1-1/+15
2010-09-08s3: Remove a superfluous ;Volker Lendecke1-1/+1
2010-09-07s3/libads: use monotonic clock for ldap connection timeoutsBjörn Jacke3-3/+3
2010-09-07s3: use monotonic clock for aio timeoutBjörn Jacke1-2/+2
2010-09-07s3/nmbd: tidy up debug message: ttl isn't a hex valueBjörn Jacke1-1/+1
2010-09-07s3/libads: use monotonic clock for DNS timeoutsBjörn Jacke1-5/+5
2010-09-07lib/util: add time_mono() for monotonic time a la time()Björn Jacke2-0/+26
2010-09-07s4-dreplsrv: Run NC replication synchronously if requestedKamen Mazdrashki1-30/+119
2010-09-07s4-drs: Dump exact error when failure occurs during DsReplicaUpdateRefs callKamen Mazdrashki1-6/+10
2010-09-07s3: Prune the printername cache when a printer is deletedVolker Lendecke1-2/+20
2010-09-07librpc: bitten by the strncasecmp define againAndrew Tridgell1-0/+1
2010-09-07waf-abi: fixed small uninitialised data on PPC64 Andrew Tridgell1-1/+1
2010-09-07s4-ldapserver: serialise ldap server operationsAndrew Tridgell2-0/+60
2010-09-07s4-packet: make packet_recv_disable() a lot more efficientAndrew Tridgell1-2/+6
2010-09-07s4-process: fixed the thread process model so it compilesAndrew Tridgell1-1/+2
2010-09-07Add unique IP address binding for client connections (EPM and ncacn_ip_tcp le...Julien Kerihuel8-10/+57
2010-09-05s4-test: refactor API-DELETEUSER test a little to:Kamen Mazdrashki1-29/+23
2010-09-05s4-idl: redefine dreplsrv_refresh() to be alike other RPC function definitionsKamen Mazdrashki2-4/+2
2010-09-05wafsamba: Create bin/defaukt/modules if it does not yet exist.Jelmer Vernooij1-0/+1
2010-09-05waf: Use os.makedirs rather than os.mkdir in case parent directoriesJelmer Vernooij1-1/+1
2010-09-05s3: On Solaris, iov_len is an intVolker Lendecke1-1/+3
2010-09-05upgradeprovision: avoid working with None objects ...Matthieu Patou1-9/+10
2010-09-05upgradeprovision: do not try to remove/change attribute before the RID Set ob...Matthieu Patou1-6/+28
2010-09-05upgradeprovision: cleanupMatthieu Patou1-2/+2
2010-09-05s4 upgradeprovision: add dns_update_list if missingMatthieu Patou1-0/+4
2010-09-05python-ldb: allow ldb_rename to take optional control(s)Matthieu Patou1-4/+50
2010-09-05dsdb: make the ATTRIBUTE NOT FOUND more clearMatthieu Patou2-0/+5
2010-09-05s4/selftest: Fix path to include/config.h, set BUILDDIR automatically.Jelmer Vernooij1-1/+4
2010-09-05selftest: Cope with parentheses in testnames in --load-list.Jelmer Vernooij1-5/+8
2010-09-05selftest/subunit: Parse timestamps generated by upstream subunit.Jelmer Vernooij1-2/+8
2010-09-05selftest: Print out unmatched tests when using --load-list.Jelmer Vernooij1-7/+12