summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-05samba_utils: Use LIBDIR rather than assuming it is set to $prefix/lib.Jelmer Vernooij1-1/+1
2010-11-05selftest: Allow some tests to output empty subunit data.Jelmer Vernooij1-1/+1
2010-11-05s4-ldap_server Don't DEBUG() at level 2 every time a caller disconnectsAndrew Bartlett1-3/+0
2010-11-04s4: don't run etags over .inst filesAndrew Tridgell1-2/+2
2010-11-04compression: added a simple lzxpress testAndrew Tridgell1-1/+48
2010-11-04compression: fixed an uninitialised data but in lzxpressAndrew Tridgell1-0/+2
2010-11-04s3: Remove the use of cli_send_trans from cli_get_fs_full_size_infoVolker Lendecke3-55/+41
2010-11-04s4:ldap.py/passwords.py - just use objectclass "user" for usersMatthias Dieter Wallnöfer2-7/+7
2010-11-04s3: Remove an unused prototypeVolker Lendecke1-17/+0
2010-11-04s4:dsdb/objectclass_attrs: not all objects have delete protected attributes a...Stefan Metzmacher1-0/+14
2010-11-04s4:dsdb/samdb: optimize samldb_prim_group_change()Stefan Metzmacher1-60/+60
2010-11-04s4:dsdb/common: fix memory leak in samdb_ntds_settings_dn()Stefan Metzmacher1-1/+1
2010-11-04s4:dsdb/kcc: fix memory leak in kcctpl_copy_output_edges()Stefan Metzmacher1-0/+1
2010-11-04s3-waf: add check for httpConnect and httpConnectEncrypt.Günther Deschner1-0/+1
2010-11-04s4-ldb_module.h: use LDB error code for ldb_error() macro rather than LDB_DEB...Kamen Mazdrashki1-1/+1
2010-11-04s4-devel: Verify prefixMap is saved correctly in LDB on diskKamen Mazdrashki1-0/+146
2010-11-04urgent_replication: forbid empty subunit output.Jelmer Vernooij1-1/+1
2010-11-04selftest: Allow some tests to output empty subunit data.Jelmer Vernooij1-7/+12
2010-11-04s4-dsdb Fix urgent_replication test not to set an invalid userAccountControlAndrew Bartlett1-2/+3
2010-11-04urgent_replication: Fix syntax error.Jelmer Vernooij1-1/+1
2010-11-04s4-dsdb: use LDB_FLAG_MOD_REPLACE for isDeletedAndrew Tridgell1-1/+1
2010-11-04s4-dsdb: use LDB_FLAG_INTERNAL_DISABLE_SINGLE_VALUE_CHECK in dsdbAndrew Tridgell2-2/+8
2010-11-04s4-ldb: implement LDB_FLAG_INTERNAL_DISABLE_SINGLE_VALUE_CHECKAndrew Tridgell2-13/+12
2010-11-04s4-ldb: don't load modules from the same directory twiceAndrew Tridgell1-4/+4
2010-11-04s4-ldb: honor controls on search in ldbeditAndrew Tridgell3-1/+81
2010-11-04Move the checking of single valued attributes back into the tdb backend.Andrew Tridgell2-12/+44
2010-11-04s4-test: fixed quoting in deletetest.pyAndrew Tridgell1-1/+1
2010-11-04s4-auth: unconditionally set previous_evAndrew Tridgell1-3/+1
2010-11-04debug: fixed default debug settingsAndrew Tridgell2-1/+7
2010-11-04Speed test with user objectsZahari Zahariev1-0/+191
2010-11-03librpc/ndr: use new strlen_m_ext_term() in ndr_charset_length(): fix bug #7594Michael Adam1-2/+2
2010-11-03lib/util/charset/charconv: clarify comments in next_codepoint_convenience_ext()Michael Adam1-5/+8
2010-11-03lib/util/charset/util_unistr: clarify the comment header for strlen_m().Michael Adam1-5/+6
2010-11-03lib/util/charset/util_unistr: add strlen_m_ext_term() - variant of strlen_m_e...Michael Adam2-0/+12
2010-11-03lib/util/charset/util_unistr: add strlen_m_ext that takes input and output ch...Michael Adam2-10/+51
2010-11-03lib/charcnv/util_unistr: add next_codepoint_ext() that accepts input charset.Michael Adam2-0/+8
2010-11-03lib/charset/charcnv: rename a parameter of next_codepoint_convenience_ext() f...Michael Adam1-5/+5
2010-11-03lib/charset/charcnv: add next_codepoint_convenience_ext() that accepts input ...Michael Adam2-11/+37
2010-11-03s3:util_str: add strlen_m_ext_term() - variant of strlen_m_ext() counting ter...Michael Adam2-0/+11
2010-11-03s3:lib/util_str: add strlen_m_ext() that takes input and output charsetMichael Adam2-13/+57
2010-11-03s3:lib/util_str: clarify the comment header for strlen_m().Michael Adam1-4/+6
2010-11-03s3:lib/charcnv: clarify comments in next_codepoint_ext()Michael Adam1-2/+2
2010-11-03s3:lib/charcnv: rename a parameter for clarity in next_codepoint_ext()Michael Adam2-6/+6
2010-11-03s3:lib/charcnv: reformat comments in next_codepoint_ext()Michael Adam1-12/+18
2010-11-03s3:lib/charcnv: add next_codepoint_ext() that accepts input charset.Michael Adam2-11/+34
2010-11-03util/charset: remove a duplicate comment.Michael Adam1-5/+0
2010-11-03build: a more portable way of finding waf in makefilesAndrew Tridgell4-12/+4
2010-11-03selftest/tests.py: Fix typos.Jelmer Vernooij1-2/+2
2010-11-03provision: Look for in source setup data first, in case an older versionJelmer Vernooij1-16/+28
2010-11-03samba: Make in_source_tree() public.Jelmer Vernooij1-3/+3