summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-05-07Rename server_info->was_mapped to server_info->nss_tokenVolker Lendecke7-15/+13
2008-05-07Use talloc_tos() for a temporary getpwnam_alloc in make_connection_snumVolker Lendecke1-1/+1
2008-05-07Use talloc_stackframe() in find_forced_groupVolker Lendecke1-11/+5
2008-05-07re-run make idl.Günther Deschner1-0/+36
2008-05-07IDL: add missing case 14 and 15 to nbt_cldap_netlogon union.Günther Deschner1-0/+2
2008-05-07dsgetdcname: remove invalid assumptions when using DNS for the DC query.Günther Deschner1-11/+2
2008-05-07netapi: add -f switch for DsGetDCName() example and be more verbose on output.Günther Deschner1-3/+15
2008-05-07wins: fix null pointer crash in nss_wins module.Günther Deschner1-0/+3
2008-05-06Enable tests for splice on Linux. Add a static (vl, I hate this)Jeremy Allison2-2/+39
2008-05-07testsuite: allow selection of posix_s3 subtests by env var POSIX_SUBTESTS.Michael Adam1-0/+4
2008-05-06Fix a memleak introduced after refactoring "struct user_struct"Volker Lendecke1-1/+1
2008-05-06Fix a memleak in construct_printer_info_7()Volker Lendecke1-2/+5
2008-05-06Remove some unused codeVolker Lendecke1-23/+0
2008-05-06Fix a panic in the [ug]id2sid valgrind bug fixVolker Lendecke1-4/+6
2008-05-06libreplace: check how portable utimes() and futimes() areStefan Metzmacher1-0/+1
2008-05-06testsuite: make structuring output of net_s3 tests stand out more.Michael Adam1-3/+3
2008-05-06testsuite: make diagnostic output more appropriate in tests_all.shMichael Adam1-9/+9
2008-05-06testsuite: give the testuser administrative rights in selftest.shMichael Adam1-0/+10
2008-05-06testsuite: run the net rpc registry tests from the net_s3 tests.Michael Adam1-0/+7
2008-05-06testsuite: add the ability to test "net rpc registry" with the net_registry t...Michael Adam1-2/+9
2008-05-06testsuite: adapt informative message to say "Running _local_ registry tests".Michael Adam1-1/+1
2008-05-06testsuite: use domain==workgroup in wbinfo tests now that we are PDC.Michael Adam1-2/+2
2008-05-06tests: Add a net_misc test.Kai Blin3-4/+80
2008-05-06selftest: Advertise as PDC and time server during make testKai Blin1-0/+4
2008-05-06selftest: Use TESTS env var to specify tests to run like Samba4 does.Kai Blin2-4/+4
2008-05-06Fix a valgrind bug in the new [ug]id2sid cacheVolker Lendecke1-6/+6
2008-05-06build: fix the build w/o ldap.Günther Deschner1-1/+3
2008-05-06mailslot/cldap: use nt_version bits in queries.Günther Deschner3-3/+9
2008-05-06dsgetdcname: use correct dc name for name cache store.Günther Deschner1-1/+1
2008-05-05Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-...Jeremy Allison1-10/+0
2008-05-05Try and fix bug #5095, "Manage Documents privilege is not functional".Jeremy Allison2-15/+29
2008-05-05Remove unused dir_status_structVolker Lendecke1-10/+0
2008-05-05Fix a C++ warningVolker Lendecke1-2/+2
2008-05-05Remove "userdom_struct user" from "struct user_struct"Volker Lendecke12-48/+89
2008-05-05Fix a typoVolker Lendecke1-1/+1
2008-05-05Remove unused set_current_user_guest()Volker Lendecke1-33/+0
2008-05-05Fix typoVolker Lendecke1-1/+1
2008-05-05Remove "session_key" from "struct user_struct"Volker Lendecke4-27/+17
2008-05-05Remove "guest" from "struct user_struct"Volker Lendecke7-13/+10
2008-05-05Remove the unix token info from "struct user_struct"Volker Lendecke6-42/+19
2008-05-05Remove "nt_user_token" from "struct user_struct"Volker Lendecke5-16/+12
2008-05-05Remove "logon_script" from "struct user_struct"Volker Lendecke3-18/+9
2008-05-05Remove unix_homedir from struct user_structVolker Lendecke4-47/+35
2008-05-05Remove "homedir" from "struct user_struct"Volker Lendecke3-9/+12
2008-05-05pipes_struct->pipe_user_name is unused, remove itVolker Lendecke1-1/+0
2008-05-05Make the namelist arg to set_namearray constVolker Lendecke1-2/+2
2008-05-05Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner9-35/+122
2008-05-05Revert "Fix allocation of conn->vuid_cache entries"Volker Lendecke1-3/+3
2008-05-05Revert "Second half of 50c891d3: Correctly clear the vuid cache"Volker Lendecke1-1/+1
2008-05-05Second half of 50c891d3: Correctly clear the vuid cacheVolker Lendecke1-1/+1