summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* registry: adapt comment of last step in regdb_store_keys().Michael Adam2008-05-081-1/+1
* registry: regdb_store_keys: move storing the subkey list down after removing ...Michael Adam2008-05-081-8/+8
* registry: add comment explaining workflow to make store_keys safe w/o transac...Michael Adam2008-05-081-0/+21
* registry: check for existence of non base key in regdb_store_keys() before pr...Michael Adam2008-05-081-0/+4
* registry: add a function regdb_key_is_base_key() to check whether is composite.Michael Adam2008-05-081-0/+33
* registry: check for existence of key in regdb_set_secdesc() before proceeding.Michael Adam2008-05-081-0/+5
* registry: check for existence of key in regdb_get_secdesc() before proceeding.Michael Adam2008-05-081-0/+5
* registry: check for existence of key in regdb_store_values() before proceeding.Michael Adam2008-05-081-0/+4
* registry: check for existence of key in regdb_fetch_keys() before proceeding.Michael Adam2008-05-081-0/+4
* registry: check for existence of key in regdb_fetch_values() first.Michael Adam2008-05-081-0/+4
* registry: free talloc context on error path in regdb_fetch_values().Michael Adam2008-05-081-1/+1
* registry: Implement new semantics for existence of registry key in tdb.Michael Adam2008-05-081-3/+52
* registry: make normalize_reg_path() strip leading and trailing '/' chars.Michael Adam2008-05-081-7/+26
* registry: free temporary data in regdb_fetch_key_internal().Michael Adam2008-05-081-1/+5
* registry: change order of arguments of regdb_fetch_key_internal()Michael Adam2008-05-081-4/+4
* gencache: add some const.Günther Deschner2008-05-081-1/+1
* re-run make idl.Günther Deschner2008-05-083-3/+5
* IDL: make nbt_cldap_netlogon_29 public.Günther Deschner2008-05-081-1/+1
* netdomjoin-gui: before prompting for creds, ask dsgetdcname for a dc.Günther Deschner2008-05-081-0/+35
* Rename server_info->was_mapped to server_info->nss_tokenVolker Lendecke2008-05-077-15/+13
* Use talloc_tos() for a temporary getpwnam_alloc in make_connection_snumVolker Lendecke2008-05-071-1/+1
* Use talloc_stackframe() in find_forced_groupVolker Lendecke2008-05-071-11/+5
* re-run make idl.Günther Deschner2008-05-071-0/+36
* IDL: add missing case 14 and 15 to nbt_cldap_netlogon union.Günther Deschner2008-05-071-0/+2
* dsgetdcname: remove invalid assumptions when using DNS for the DC query.Günther Deschner2008-05-071-11/+2
* netapi: add -f switch for DsGetDCName() example and be more verbose on output.Günther Deschner2008-05-071-3/+15
* wins: fix null pointer crash in nss_wins module.Günther Deschner2008-05-071-0/+3
* Enable tests for splice on Linux. Add a static (vl, I hate this)Jeremy Allison2008-05-062-2/+39
* testsuite: allow selection of posix_s3 subtests by env var POSIX_SUBTESTS.Michael Adam2008-05-071-0/+4
* Fix a memleak introduced after refactoring "struct user_struct"Volker Lendecke2008-05-061-1/+1
* Fix a memleak in construct_printer_info_7()Volker Lendecke2008-05-061-2/+5
* Remove some unused codeVolker Lendecke2008-05-061-23/+0
* Fix a panic in the [ug]id2sid valgrind bug fixVolker Lendecke2008-05-061-4/+6
* libreplace: check how portable utimes() and futimes() areStefan Metzmacher2008-05-061-0/+1
* testsuite: make structuring output of net_s3 tests stand out more.Michael Adam2008-05-061-3/+3
* testsuite: make diagnostic output more appropriate in tests_all.shMichael Adam2008-05-061-9/+9
* testsuite: give the testuser administrative rights in selftest.shMichael Adam2008-05-061-0/+10
* testsuite: run the net rpc registry tests from the net_s3 tests.Michael Adam2008-05-061-0/+7
* testsuite: add the ability to test "net rpc registry" with the net_registry t...Michael Adam2008-05-061-2/+9
* testsuite: adapt informative message to say "Running _local_ registry tests".Michael Adam2008-05-061-1/+1
* testsuite: use domain==workgroup in wbinfo tests now that we are PDC.Michael Adam2008-05-061-2/+2
* tests: Add a net_misc test.Kai Blin2008-05-063-4/+80
* selftest: Advertise as PDC and time server during make testKai Blin2008-05-061-0/+4
* selftest: Use TESTS env var to specify tests to run like Samba4 does.Kai Blin2008-05-062-4/+4
* gitignore: Add *.swp files, *.patch files and export/libtdb.symbKai Blin2008-05-061-0/+3
* Fix a valgrind bug in the new [ug]id2sid cacheVolker Lendecke2008-05-061-6/+6
* build: fix the build w/o ldap.Günther Deschner2008-05-061-1/+3
* mailslot/cldap: use nt_version bits in queries.Günther Deschner2008-05-063-3/+9
* dsgetdcname: use correct dc name for name cache store.Günther Deschner2008-05-061-1/+1
* Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-...Jeremy Allison2008-05-051-10/+0
|\