summaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Attempt to fix the build on Irix CCsamba-3.2.0Volker Lendecke2008-07-011-1/+3
* After technical consultation, add Steven Danneman's <steven.danneman@isilon.c...Jeremy Allison2008-06-308-180/+305
* Fix from Atte Peltomäki - atte.peltomaki@f-secure.com to correctly checkJeremy Allison2008-06-301-1/+1
* Return NULL in sitename_fetch() if gencache_init() fails. Not falseGerald W. Carter2008-06-291-1/+1
* Fix a file descriptor leak in add_port_hookVolker Lendecke2008-06-291-4/+1
* Fix bug #5568 net rpc trustdom add broken !Jeremy Allison2008-06-292-3/+24
* Fix usage message for net rpc trustdom add.Jeremy Allison2008-06-291-2/+2
* Fix warnings on SuSE 9.0.Karolin Seeger2008-06-272-0/+16
* Fix gcc warnings at -O3.Jeremy Allison2008-06-273-4/+5
* Fix valgrind errors in _spoolss_addprinterdriverVolker Lendecke2008-06-271-0/+11
* Fix a segfault in rpcclient adddriverVolker Lendecke2008-06-261-12/+13
* VERSION: Update version.Karolin Seeger2008-06-261-1/+1
* Part of fix for #5551. Split out the group enumeration functions to a BUILTIN...Jeremy Allison2008-06-261-15/+27
* Final (hopefully :-) part of fix for bug #5551. Allow passdb backend to enume...Jeremy Allison2008-06-261-23/+45
* Fix for bug #5551, smbd recursing back into winbindd from a winbindd call.Jeremy Allison2008-06-251-13/+66
* Fix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine a...Jeremy Allison2008-06-251-2/+3
* Sorry volker, lost your original git-id due to proto.h conflicts.Jeremy Allison2008-06-242-15/+13
* Check for sec_initial_uid() instead of uid==0 in dfs managementVolker Lendecke2008-06-241-2/+2
* Reduce memory usage in form_junctions() a little bitVolker Lendecke2008-06-241-0/+1
* Remove prototype of unimplemented smbc_chown() function.Derrell Lipman2008-06-241-26/+0
* Add documentation for kerberos support in libsmbclient.Andreas Schneider2008-06-241-0/+10
* testsuite: enable the testparm_s3 tests.Michael Adam2008-06-231-0/+7
* testsuite: add a testparm_s3 test script.Michael Adam2008-06-231-0/+90
* testsuite: update introductory comment to test_net_regsistry.shMichael Adam2008-06-231-1/+2
* Fix typoVolker Lendecke2008-06-231-1/+1
* testsuite: give admin rights to testuser only for the "net rpc registry" test.Michael Adam2008-06-231-0/+41
* testsuite: don't give the testuser administrative rights globally.Michael Adam2008-06-231-9/+0
* tests_all.sh: Do not execute $SMB4TORTURE --version if it is not available.Karolin Seeger2008-06-231-1/+4
* testsuite: allow selection of posix_s3 subtests by env var POSIX_SUBTESTS.Michael Adam2008-06-231-0/+4
* testsuite: make structuring output of net_s3 tests stand out more.Michael Adam2008-06-231-3/+3
* testsuite: make diagnostic output more appropriate in tests_all.shMichael Adam2008-06-231-9/+9
* testsuite: give the testuser administrative rights in selftest.shMichael Adam2008-06-231-0/+10
* testsuite: run the net rpc registry tests from the net_s3 tests.Michael Adam2008-06-231-0/+7
* testsuite: add the ability to test "net rpc registry" with the net_registry t...Michael Adam2008-06-231-2/+9
* testsuite: adapt informative message to say "Running _local_ registry tests".Michael Adam2008-06-231-1/+1
* testsuite: use domain==workgroup in wbinfo tests now that we are PDC.Michael Adam2008-06-231-2/+2
* tests: Add a net_misc test.Kai Blin2008-06-233-4/+80
* selftest: Advertise as PDC and time server during make testKai Blin2008-06-231-0/+4
* selftest: Use TESTS env var to specify tests to run like Samba4 does.Kai Blin2008-06-232-4/+4
* init_shared_module -> init_samba_moduleVolker Lendecke2008-06-234-6/+6
* Fix a crash in _dfs_EnumVolker Lendecke2008-06-232-1/+3
* Fix an uninitialized variable access in callers of parse_msdfs_symlinkVolker Lendecke2008-06-231-1/+2
* Fix a double-closedir() in form_junctions()Volker Lendecke2008-06-231-1/+0
* Attempt to fix the darwin buildVolker Lendecke2008-06-231-1/+1
* Use "init_shared_module" instead of "init_module" for initializing .so'sVolker Lendecke2008-06-233-6/+8
* Fix the build on FreeBSD 4.6.2Volker Lendecke2008-06-201-4/+5
* Fix bug #5531 - fix conversion of ns units when converting from nttime to tim...Jeremy Allison2008-06-201-2/+6
* Fix bug #5533. Winbindd fails to cope correctly with a workgroup name contain...Jeremy Allison2008-06-201-9/+3
* Fixing net help info.John H Terpstra2008-06-201-3/+4
* Revert "Fix a memleak in svcctl_init_keys()"Volker Lendecke2008-06-181-10/+1