Age | Commit message (Expand) | Author | Files | Lines |
2010-10-26 | waf: Stop automaticaly changing dashes to underscores in library names. | Jelmer Vernooij | 2 | -4/+4 |
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -3/+3 |
2010-10-26 | torture_local: Add missing dependency on socket_wrapper. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 2 | -3/+3 |
2010-10-25 | s4-test: Extend DRS-msDSIntId test to verify Configuration NC replica also | Kamen Mazdrashki | 1 | -5/+30 |
2010-10-24 | s4-test: Print correct partition DN in msDSIntId test | Kamen Mazdrashki | 1 | -1/+1 |
2010-10-24 | torture/local: Depend on NSS_WRAPPER, even if it wasn't enabled. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-24 | s4: Rename LIBCLI_NBT -> cli_nbt. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-24 | s4: Rename LIBCLI_LDAP to libcli_ldap. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-24 | s4: Rename WBCLIENT to wbclient. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-24 | s4: Rename SMBPASSWD to smbpasswd. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 2 | -6/+6 |
2010-10-24 | waf: Rename LIBWINBIND-CLIENT to libwinbind-client | Jelmer Vernooij | 1 | -1/+1 |
2010-10-23 | s4: Rename NSS_WRAPPER to nss_wrapper. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-23 | s4: Rename NDR_TABLE to ndr_table. | Jelmer Vernooij | 2 | -2/+2 |
2010-10-23 | dns/nbt: Fix spelling of the "authoritative" flag. | Kai Blin | 1 | -10/+10 |
2010-10-21 | Lowercase socket_wrapper name. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-21 | s4-waf: we don't need the smbtorture.static for s3 any more | Andrew Tridgell | 1 | -11/+0 |
2010-10-21 | s4-dsdb: moved a bunch of fuctions from schema/schema_info_attr.c to samdb/ld... | Andrew Tridgell | 2 | -15/+16 |
2010-10-21 | s4-waf: removed dependencies on missing subsystems | Andrew Tridgell | 2 | -2/+2 |
2010-10-20 | smbtorture: Fix typo in status message. | James Peach | 1 | -1/+1 |
2010-10-17 | Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ... | Matthias Dieter Wallnöfer | 1 | -0/+1 |
2010-10-17 | s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb... | Matthias Dieter Wallnöfer | 1 | -1/+0 |
2010-10-15 | s4:torture/local/dbspeed.c - use LDB result constant | Matthias Dieter Wallnöfer | 1 | -1/+2 |
2010-10-15 | s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uin... | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-10-14 | libcli/auth Merge source4/libcli/security and util_sid.c into the common code | Andrew Bartlett | 2 | -34/+0 |
2010-10-13 | s4-torture: zero all of trans before the test starts | Andrew Tridgell | 1 | -1/+1 |
2010-10-12 | torture/becomedc: Add test for global schema, use samdb_connect(). | Jelmer Vernooij | 1 | -6/+8 |
2010-10-12 | libwbclient: Remove half-finished async implementation | Kai Blin | 2 | -2/+2 |
2010-10-12 | libcli/security Use common security.h | Andrew Bartlett | 1 | -1/+1 |
2010-10-11 | s4-smbtorture: add test for openprinter printername pattern. | Günther Deschner | 1 | -2/+129 |
2010-10-11 | s4:smbtorture Create a new random output directory each time, and delete it | Andrew Bartlett | 1 | -2/+14 |
2010-10-11 | torture_auth: Add missing dependency on gensec_ntlmssp. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-11 | torture: Link against rpc server itself, not service module. (against which w... | Jelmer Vernooij | 1 | -3/+2 |
2010-10-10 | wafsamba: Clarify needs_python argument name, use pyembed/pyext where | Jelmer Vernooij | 1 | -3/+3 |
2010-10-09 | s4-test-msds_intid: Verify ATTIDs for Linked Attributes | Kamen Mazdrashki | 1 | -0/+45 |
2010-10-09 | s4-test-msds_intid: Simplify parameters for _make_error_message() function | Kamen Mazdrashki | 1 | -10/+18 |
2010-10-07 | File winattr test | Abhidnya P Chirmule | 2 | -0/+248 |
2010-10-07 | File BirthTime test | Abhidnya P Chirmule | 1 | -0/+114 |
2010-10-07 | s4-smbtorture: re-arrange openprinterex tests. | Günther Deschner | 1 | -21/+46 |
2010-10-07 | samr: for correctness, rename samr_RidTypeArray to samr_RidAttrArray. | Günther Deschner | 2 | -3/+3 |
2010-10-05 | s4-test: changed the gentest test to use a fixed seed. | Andrew Tridgell | 1 | -1/+1 |
2010-10-05 | torture: complete dfs referral tests | Matthieu Patou | 2 | -10/+59 |
2010-10-05 | Add missing dependencies for com_err. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-03 | s4-test-fsmo.py: Implement kind of busy-wait for role transfer | Kamen Mazdrashki | 1 | -18/+36 |
2010-10-03 | s4-test-fsmo.py: Use common implementation for env_get_var_value() | Kamen Mazdrashki | 1 | -8/+2 |
2010-10-03 | s4-test-delete_object.py: Use common implementation for env_get_var_value() | Kamen Mazdrashki | 1 | -8/+2 |
2010-10-03 | s4-test-fsmo.py: Use common implementation for connect_samdb() | Kamen Mazdrashki | 1 | -22/+2 |
2010-10-03 | s4-test-delete_object.py: Use common implementation for connect_samdb() | Kamen Mazdrashki | 1 | -20/+2 |
2010-10-01 | samba: share readline wrappers among all buildsystems. | Günther Deschner | 2 | -2/+2 |