summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
|\
| * Remove unused dir_status_structVolker Lendecke2008-05-051-10/+0
* | Try and fix bug #5095, "Manage Documents privilege is not functional".Jeremy Allison2008-05-052-15/+29
|/
* Fix a C++ warningVolker Lendecke2008-05-051-2/+2
* Remove "userdom_struct user" from "struct user_struct"Volker Lendecke2008-05-0512-48/+89
* Fix a typoVolker Lendecke2008-05-051-1/+1
* Remove unused set_current_user_guest()Volker Lendecke2008-05-051-33/+0
* Fix typoVolker Lendecke2008-05-051-1/+1
* Remove "session_key" from "struct user_struct"Volker Lendecke2008-05-054-27/+17
* Remove "guest" from "struct user_struct"Volker Lendecke2008-05-057-13/+10
* Remove the unix token info from "struct user_struct"Volker Lendecke2008-05-056-42/+19
* Remove "nt_user_token" from "struct user_struct"Volker Lendecke2008-05-055-16/+12
* Remove "logon_script" from "struct user_struct"Volker Lendecke2008-05-053-18/+9
* Remove unix_homedir from struct user_structVolker Lendecke2008-05-054-47/+35
* Remove "homedir" from "struct user_struct"Volker Lendecke2008-05-053-9/+12
* pipes_struct->pipe_user_name is unused, remove itVolker Lendecke2008-05-051-1/+0
* Make the namelist arg to set_namearray constVolker Lendecke2008-05-051-2/+2
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-059-35/+122
* Revert "Fix allocation of conn->vuid_cache entries"Volker Lendecke2008-05-051-3/+3
* Revert "Second half of 50c891d3: Correctly clear the vuid cache"Volker Lendecke2008-05-051-1/+1
* Second half of 50c891d3: Correctly clear the vuid cacheVolker Lendecke2008-05-051-1/+1
* Fix allocation of conn->vuid_cache entriesVolker Lendecke2008-05-051-3/+3
* Fix dfs_Enum: In form_junctions, correctly check for malloc failureVolker Lendecke2008-05-051-1/+1
* Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke2008-05-0511-87/+67
* Fix two uninitialized variable warningsVolker Lendecke2008-05-051-3/+4
* Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison2008-05-028-149/+16
* Rename inherit_access_acl() -> inherit_access_posix_acl() to make use clear.Jeremy Allison2008-05-023-7/+7
* Move directory_has_default_acl() to file_access.c, belongsJeremy Allison2008-05-022-25/+27