summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* registry: make normalize_reg_path() strip leading and trailing '/' chars.Michael Adam2008-05-081-7/+26
| | | | | Michael (This used to be commit 04762cfcdba741afa457c96cd2f24e50cf83b15a)
* registry: free temporary data in regdb_fetch_key_internal().Michael Adam2008-05-081-1/+5
| | | | | Michael (This used to be commit 2b25f480ba13ae125d081bab55ee3cbd3c4f425a)
* registry: change order of arguments of regdb_fetch_key_internal()Michael Adam2008-05-081-4/+4
| | | | | | | list talloc context first. Michael (This used to be commit 23d7002b22ddcd2c52650463f31b72449aecaaaa)
* gencache: add some const.Günther Deschner2008-05-081-1/+1
| | | | | Guenther (This used to be commit ec9f8c4cf67c82f4665ed51e4fd0181f5f147ea0)
* re-run make idl.Günther Deschner2008-05-083-3/+5
| | | | | Guenther (This used to be commit 4c0805220821719ad1db1590457ab66a577d26a7)
* IDL: make nbt_cldap_netlogon_29 public.Günther Deschner2008-05-081-1/+1
| | | | | Guenther (This used to be commit 7159cce8055d0197cfc1a9daa08d2370527ea3bc)
* netdomjoin-gui: before prompting for creds, ask dsgetdcname for a dc.Günther Deschner2008-05-081-0/+35
| | | | | Guenther (This used to be commit 47146effc1c2bca516d4fbccf221b5b0e02737bf)
* Rename server_info->was_mapped to server_info->nss_tokenVolker Lendecke2008-05-077-15/+13
| | | | | | "nss_token" from my point of view much better reflects what this flag actually represents (This used to be commit b121a5acb2ef0bb3067d953b028696175432f10d)
* Use talloc_tos() for a temporary getpwnam_alloc in make_connection_snumVolker Lendecke2008-05-071-1/+1
| | | | (This used to be commit 1843ea64ab1df5ced5926aedbeb27c8320b0c70b)
* Use talloc_stackframe() in find_forced_groupVolker Lendecke2008-05-071-11/+5
| | | | (This used to be commit 27a9bbc645416265eebdfc866925855021bd407c)
* re-run make idl.Günther Deschner2008-05-071-0/+36
| | | | | Guenther (This used to be commit 4bef77a4566590b3e20470f538f20848ed49f264)
* IDL: add missing case 14 and 15 to nbt_cldap_netlogon union.Günther Deschner2008-05-071-0/+2
| | | | | Guenther (This used to be commit 9fcda4627b1c1d2836b6cbd1141f4e843ecab115)
* dsgetdcname: remove invalid assumptions when using DNS for the DC query.Günther Deschner2008-05-071-11/+2
| | | | | Guenther (This used to be commit a81818ae54159755df441cc6421e5b272035f412)
* netapi: add -f switch for DsGetDCName() example and be more verbose on output.Günther Deschner2008-05-071-3/+15
| | | | | Guenther (This used to be commit 3feaa9829cc5bdeb7a5401c3c24b3811816396ce)
* wins: fix null pointer crash in nss_wins module.Günther Deschner2008-05-071-0/+3
| | | | | Guenther (This used to be commit 5bf47ebf0fb9f7d94ed36bce6bcaa31b508009bd)
* Enable tests for splice on Linux. Add a static (vl, I hate this)Jeremy Allison2008-05-062-2/+39
| | | | | | | so we can detect broken Linux recvfile splice and correctly fall back. Jeremy. (This used to be commit ec2d301a7aac173aba41dd2074037f27d05095ce)
* testsuite: allow selection of posix_s3 subtests by env var POSIX_SUBTESTS.Michael Adam2008-05-071-0/+4
| | | | | | | | | This allows for calling e.g. TESTS=posix_s3 POSIX_SUBTESTS="RPC-SAMBA3-GETUSERNAME" make test Michael (This used to be commit 7418d89b2941fff307e0980d1f71f106aed8cbce)
* Fix a memleak introduced after refactoring "struct user_struct"Volker Lendecke2008-05-061-1/+1
| | | | (This used to be commit e70b5b762234f1733f150bdfbda7b208a8139990)
* Fix a memleak in construct_printer_info_7()Volker Lendecke2008-05-061-2/+5
| | | | | Also fix a "ignoring asprintf result" warning (This used to be commit 64d21f39636019d6a17f84efc6fb9e61e67a235e)
* Remove some unused codeVolker Lendecke2008-05-061-23/+0
| | | | (This used to be commit 87383a4605ab99d32fccae7793dc5292b8f3e25b)
* Fix a panic in the [ug]id2sid valgrind bug fixVolker Lendecke2008-05-061-4/+6
| | | | | Always, always run "make test" before pushing stuff :-) (This used to be commit 1444db8be1de00a3e9c805f1accd8f1f4670d729)
* libreplace: check how portable utimes() and futimes() areStefan Metzmacher2008-05-061-0/+1
| | | | | | metze (cherry picked from commit 8798ce3c744025b94973784dcb44d099427ef190) (This used to be commit fa443081eaff77623653ed0390c4f9dabc4487b5)
* testsuite: make structuring output of net_s3 tests stand out more.Michael Adam2008-05-061-3/+3
| | | | | | | say "RUNNING SUBTESTS ..." instead of "Running ... tests" Michael (This used to be commit 0b879817ba20861c7d0b239d7f7199b0a5ed2ca1)
* testsuite: make diagnostic output more appropriate in tests_all.shMichael Adam2008-05-061-9/+9
| | | | | | | Say "RUNNING TESTS ..." instead of "RUNNING SUBTESTS ..." Michael (This used to be commit b73821c392a23c213e4b1ad25a8a2d0c845cee3a)
* testsuite: give the testuser administrative rights in selftest.shMichael Adam2008-05-061-0/+10
| | | | | | | (by adding him to builtin\administrators) Michael (This used to be commit baea0615003cc2db8b27872e87064364f2deb079)
* testsuite: run the net rpc registry tests from the net_s3 tests.Michael Adam2008-05-061-0/+7
| | | | | Michael (This used to be commit dcf39078cf0524a7450db3f67c8e004eb42690c2)
* testsuite: add the ability to test "net rpc registry" with the net_registry ↵Michael Adam2008-05-061-2/+9
| | | | | | | | | tests by specifying a parameter "rpc" on the commandline. Michael (This used to be commit 110c26374ef3e0bdefe2e54db2b8ffd4544780ef)
* testsuite: adapt informative message to say "Running _local_ registry tests".Michael Adam2008-05-061-1/+1
| | | | | | | The plan is to also test remote registry with "net rpc registry". Michael (This used to be commit b5507f8a95399193099a0474fb8b8bc95ba04a48)
* testsuite: use domain==workgroup in wbinfo tests now that we are PDC.Michael Adam2008-05-061-2/+2
| | | | | | | Previously domain==netbios name was the right thing to use. Michael (This used to be commit a5fc47c2457ce370a4f6150b9f2a417dac7589bf)
* tests: Add a net_misc test.Kai Blin2008-05-063-4/+80
| | | | (This used to be commit 026d701aff2c035359894786ec22b4ed829cfb31)
* selftest: Advertise as PDC and time server during make testKai Blin2008-05-061-0/+4
| | | | (This used to be commit 65c619b36d08ac2f24b622c71b7e05d50bdeea50)
* selftest: Use TESTS env var to specify tests to run like Samba4 does.Kai Blin2008-05-062-4/+4
| | | | (This used to be commit 6fb1fe803ccbd3af2946fcbe4586c11d394d5dc2)
* Fix a valgrind bug in the new [ug]id2sid cacheVolker Lendecke2008-05-061-6/+6
| | | | | | When we're given a SID, it is not always padded with zeros. Only look at the initialized parts in the SID. (This used to be commit 8717085dba832cfe6d7b807a10f779e495adc326)
* build: fix the build w/o ldap.Günther Deschner2008-05-061-1/+3
| | | | | Guenther (This used to be commit a159ec5f1f3ec8e9232b8f3230a996a3f9986bc1)
* mailslot/cldap: use nt_version bits in queries.Günther Deschner2008-05-063-3/+9
| | | | | Guenther (This used to be commit b261f063125f8454d8f4e8f6b6f8aa5bc393ea34)
* dsgetdcname: use correct dc name for name cache store.Günther Deschner2008-05-061-1/+1
| | | | | Guenther (This used to be commit ce1556d0fb993b78f02ac4cc4f8a45ab7a0b5397)
* Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-05-051-10/+0
|\ | | | | | | | | | | v3-3-test (This used to be commit bb8f098cdfd902bbb36426df2c4f8532881b3fcd)
| * Remove unused dir_status_structVolker Lendecke2008-05-051-10/+0
| | | | | | | | (This used to be commit 425ca59cce886daed0d6c63fe4382aee140c9518)
* | Try and fix bug #5095, "Manage Documents privilege is not functional".Jeremy Allison2008-05-052-15/+29
|/ | | | | | | Should map the created sd to printer jobs, not printer. Jerry please test and I'll add to 3.2 if it passes. Thanks, Jeremy. (This used to be commit 0a1fe8d6013d925ab6695f6b7f189b731ec42ccc)
* Fix a C++ warningVolker Lendecke2008-05-051-2/+2
| | | | (This used to be commit e7a4027acf38bf5800d9d8ba477afb5daaf517ce)
* Remove "userdom_struct user" from "struct user_struct"Volker Lendecke2008-05-0512-48/+89
| | | | (This used to be commit 420de035237bb08bc470c9eb820f3da2edaa6805)
* Fix a typoVolker Lendecke2008-05-051-1/+1
| | | | (This used to be commit 964bd02220c04030d8cb0f97ca9b409400d1238c)
* Remove unused set_current_user_guest()Volker Lendecke2008-05-051-33/+0
| | | | (This used to be commit a33e8d2ffa4daea1deba13b3571cb0b36d521476)
* Fix typoVolker Lendecke2008-05-051-1/+1
| | | | (This used to be commit 8047a1991a09191fec254815f3bfc85a2c36674a)
* Remove "session_key" from "struct user_struct"Volker Lendecke2008-05-054-27/+17
| | | | | This one took a bit -- I hope I covered all data paths (This used to be commit 74c88a44422f88d6e2f2cdbfdfa0bafe0dbe06c4)
* Remove "guest" from "struct user_struct"Volker Lendecke2008-05-057-13/+10
| | | | (This used to be commit 570a6b80feb5b0dc23213ba936c721e766cd4818)
* Remove the unix token info from "struct user_struct"Volker Lendecke2008-05-056-42/+19
| | | | (This used to be commit aa2299d42adf4d27e707ac755e07be70d0af1bb4)
* Remove "nt_user_token" from "struct user_struct"Volker Lendecke2008-05-055-16/+12
| | | | (This used to be commit 51d5d512f28eadc74eced43e5e7f4e5bdff3ff69)
* Remove "logon_script" from "struct user_struct"Volker Lendecke2008-05-053-18/+9
| | | | (This used to be commit b36fd84186a656f86e4cfb9166fc0ecbffb422cb)
* Remove unix_homedir from struct user_structVolker Lendecke2008-05-054-47/+35
| | | | | This makes pdb_get_unix_homedir unused. I wonder if that was ever really used... (This used to be commit 36bfd32f1ff878e827db91e9bf233719ecca5b01)