summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* Tiny fixes to init_valid_table()Volker Lendecke2007-12-161-2/+2
| | | | (This used to be commit a8948e0727b100945ab730d4d144ccbe219bbc94)
* Make init_doschar_table() staticVolker Lendecke2007-12-162-2/+3
| | | | | It's only called directly before init_valid_table() anyway, so move it there. (This used to be commit b6d1d2428866712a550a354732e2386b4f87b67b)
* Make check_dos_char staticVolker Lendecke2007-12-161-1/+1
| | | | | | It's only called in t_doschar, a pretty bogus test program that is not compiled by default (This used to be commit 99c59e809ef3c5abcdfb796d50be7c40f7033787)
* make use of unmarshall_sec_descVolker Lendecke2007-12-161-19/+12
| | | | (This used to be commit ced0c42f055a672f6b4ab6ba809b0f63c83b431e)
* make use of [un]marshall_sec_desc, allow for fd==-1 in get/set_secdescVolker Lendecke2007-12-161-87/+46
| | | | (This used to be commit 585f5f8831f13260808a82611656fc6ca5caee81)
* Cut down memory usage of registry initializationVolker Lendecke2007-12-162-28/+39
| | | | (This used to be commit 264d5dfe9fe97db0b69d7cd04086ad8ed9f78e74)
* Remove a static fstringVolker Lendecke2007-12-161-12/+20
| | | | (This used to be commit a9c62c57db9e580640d0265b08b3178496de76a8)
* Make smb_np_struct talloc'edVolker Lendecke2007-12-162-9/+12
| | | | | Convert "name" from string to a talloc'ed char * (This used to be commit e82069f921b3a22295db91e092c22c459ccd7215)
* Remove unused codeVolker Lendecke2007-12-161-14/+0
| | | | (This used to be commit fcd45ad6fb8d89bf6106fbed101060dbe422661a)
* Doh, fix typo in error exit.Jeremy Allison2007-12-151-2/+2
| | | | | Jeremy. (This used to be commit 44918f39c0598eec681eb9e5c65452f04809c375)
* Added patch originally by Andreas Schneider <anschneider@suse.de>Jeremy Allison2007-12-153-8/+118
| | | | | | | to cause us to behave like Vista when looking for remote machine principal. Modified by me. Jeremy. (This used to be commit d0e33840fb4cfc85990d3ee327428b0854a22722)
* Cope with valgrind > 3.2.x.Jeremy Allison2007-12-151-0/+4
| | | | | Jeremy. (This used to be commit e799eb8da6f5e7a2173ba6b8fb040430fd1c6f34)
* More work on bug #5082, use LC_ALL as this takesJeremy Allison2007-12-151-2/+2
| | | | | | precedence. Jeremy. (This used to be commit 446ebae76d6796b30e4c71ff7190337c28637be6)
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-1538-126/+135
| | | | | least surprise for callers (This used to be commit eb523ba77697346a365589101aac379febecd546)
* Use dom_sid_string for sid_string_tallocVolker Lendecke2007-12-152-29/+17
| | | | | | Remove some code duplication, but introduce one more dependency on librpc/ndr. Easily turned around so that librpc/ndr depends on lib/util_sid if necessary (This used to be commit 3a0b1b2060facd5f1ac1461b23dd86c75cdd9458)
* sid_string_static is no more :-)Volker Lendecke2007-12-151-11/+8
| | | | | | | | | | | | | We now have four ways to do sid_to_string: sid_to_string: Convert it into an existing fstring, when you have one sid_string_talloc: The obvious thing sid_string_tos: For the lazy, use only with care sid_string_dbg: The one to use in DEBUG statements (This used to be commit 7b8276aaa48852270c6b70b081c3f28e316a7a2c)
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-1513-37/+71
| | | | | | This adds 28 fstrings on the stack, but I think an fstring on the stack is still far better than a static one. (This used to be commit c7c885078be8fd3024c186044ac28275d7609679)
* Use sid_to_string directlyVolker Lendecke2007-12-155-12/+9
| | | | | It seems a bit pointless to do a fstrcpy(dst, sid_string_static(src)) (This used to be commit c221c246b10e2dbbd54a9af2dc45de2eae237380)
* Replace sid_string_static with sid_string_tosVolker Lendecke2007-12-1512-41/+44
| | | | | In utils/ I was a bit lazy... (This used to be commit 60e830b0f4571bd5d9039f2edd199534f2a4c341)
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-154-34/+41
| | | | (This used to be commit 0a911d38b8f4be382a9df60f9c6de0c500464b3a)
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-1554-349/+330
| | | | (This used to be commit bb35e794ec129805e874ceba882bcc1e84791a09)
* Add sid_string_dbgVolker Lendecke2007-12-151-0/+5
| | | | | | This makes use of the just added debug_ctx and will kill many sid_string_static() calls (This used to be commit 3e4148c280efe154c3f8d552731c8b29d6977507)
* Add debug_ctx according to an idea by TridgeVolker Lendecke2007-12-151-0/+14
| | | | | Sorry, Jeremy, I think for debug messages this is just the right way to do it. (This used to be commit 6312016e2727c2b5b1a4964a98cfb9585d77cc8c)
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-153-19/+22
| | | | (This used to be commit f00ab810d2540679bec109498ac89e1eafe18f03)
* add sid_string_tallocVolker Lendecke2007-12-151-2/+10
| | | | (This used to be commit 9e3ef0923d71cc06b8445be2625ebd8dfed1b42d)
* Fix a segfaultVolker Lendecke2007-12-151-2/+2
| | | | | sid_to_string still expects a fstring (This used to be commit 1f352cdd1976ad36484e146165df585b88ec5527)
* Fix for bug #5082 from Mathias Gug <mathiaz@ubuntu.com>, Steve Langasek ↵Jeremy Allison2007-12-141-1/+9
| | | | | | | | | | | <vorlon@debian.org>. Recent versions of Linux-PAM support localization of user prompts, so Samba must use the C locale when invoking PAM (directly or via /usr/bin/passwd) to ensure that password chat values match the prompts in a locale-invariant fashion. Jeremy. (This used to be commit bc13e939546a5bcb78925a6b117e89fde20f6451)
* selftest: reenable wbinfo tests and pass --configfile instead of -sStefan Metzmacher2007-12-143-3/+3
| | | | | metze (This used to be commit 56251f78524416435299e26fca405e77d0f42043)
* wbinfo: use POPT_COMMON_CONFIGFILEStefan Metzmacher2007-12-141-10/+12
| | | | | | | | | | We can't use POPT_COMMON_SAMBA as the -s option is already used by -s, --sid-to-name=SID. Also load the config file after processing the cmdline options metze (This used to be commit 33cbd6903e8b468a782fb5d6913eb82824d3b347)
* add POPT_COMMON_CONFIGFILE which only provides --configfile (not -s)Stefan Metzmacher2007-12-142-0/+8
| | | | | metze (This used to be commit af3392cc20942158ac9e0a533799c5904ff23347)
* selftest: disable wbinfo testsStefan Metzmacher2007-12-141-1/+1
| | | | | | | wbinfo needs to take --config-file to work... metze (This used to be commit a8a74fc88cb6f4be1efdc1afab9b91defcd015ae)
* selftest: add a bunch of wbinfo based tests for winbinddStefan Metzmacher2007-12-142-0/+49
| | | | | metze (This used to be commit 88b6d2c0e83f515e2f83e5b4edc0728c434c7294)
* selftest: move workgroup name into WORKGROUP envvarStefan Metzmacher2007-12-141-2/+3
| | | | | metze (This used to be commit 8ace8fa82c2ccd6fdb9ca076fb2d6fed203c8126)
* Revert smbclient changes.Karolin Seeger2007-12-141-5/+0
| | | | | | | | Patch broke option -p. Sorry for breaking the build! Karolin (This used to be commit 81dab4145ffaf21d5d2176b16b5989f4035dd791)
* Make smbclient to display error message and usage in the case of invalid ↵Karolin Seeger2007-12-141-0/+5
| | | | | | options. (This used to be commit 04131b26de08b3cea948ef89921c56561d69dd1d)
* winbindd: move domain child specific stuff into its own fileStefan Metzmacher2007-12-147-114/+133
| | | | | metze (This used to be commit 075d315e0f72d506b70040da10940e4af131b4e2)
* Revert "Fix for bug #4801: Correctly implement lsa lookup levels for ↵Stefan Metzmacher2007-12-142-60/+22
| | | | | | | | | | | | lookupnames." As it breaks all tests which try to join a new machine account. So more testing is needed... metze This reverts commit dd320c0924ce393a89b1cab020fd5cffc5b80380. (This used to be commit cccb80b7b7980fbe1298ce266375e51bacb4a425)
* debug: fix crash bug when DEBUG() is used before setup_logging()Stefan Metzmacher2007-12-141-0/+4
| | | | | | | | this was introduced by the pstring removal (1ea3ac80146b83c2522b69e7747c823366a2b47d) metze (This used to be commit a412e6c7c676a054acd9db371221a50078cfe1d9)
* Move dns_sd.h include to fix the build.James Peach2007-12-131-3/+4
| | | | (This used to be commit cf221a94bd8794add508a2b9305b8c0d40c3346a)
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testJames Peach2007-12-1314-235/+384
|\ | | | | | | (This used to be commit 0de2b3eb515f2da21ffd1ce54979bb1f8063024b)
| * We don't need to call endpwent if we never call getpwent.Jeremy Allison2007-12-131-2/+0
| | | | | | | | | | Jeremy. (This used to be commit 27078d1292e8588956ae78e4cddb1bcebbe84478)
| * Add a varient of Steve Langasek <vorlon@debian.org> patchJeremy Allison2007-12-131-10/+59
| | | | | | | | | | | | | | | | for bug #4780. Cause user mounts to inherit uid= and gid= from the calling user when called as non-root, except when overridden on the commandline. Jeremy. (This used to be commit 7fad5f38ea86ef76dc8e0853926b3248230616be)
| * Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2007-12-131-1/+1
| |\ | | | | | | | | | | | | | | | v3-2-test (This used to be commit c9496e97cf91c5f29f19c123377f03f44d1a32f6)
| | * Fix typo in debug statement.Michael Adam2007-12-131-1/+1
| | | | | | | | | | | | | | | Michael (This used to be commit da23684261f40c06dea30ab2df0c878ebb0d0d81)
| * | Arg. The fix for CVE-2007-6015 hadn't been merged into 3.2.Jeremy Allison2007-12-132-0/+12
| |/ | | | | | | | | | | Do so now.... Jeremy. (This used to be commit 6b1246c29a0241c8e4bb98d659d847d010826b36)
| * Fix codepagedir to follow predefined libdir when using FHS. Fixes x86_64 build.Alexander Bokovoy2007-12-131-2/+2
| | | | | | | | (This used to be commit b8e582c9941d2466a403e476c52026f4b4201062)
| * Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testAlexander Bokovoy2007-12-138-214/+308
| |\ | | | | | | | | | (This used to be commit 45636efa39cbcc2ecf7af4dfd1ac6a90f197ba01)
| | * Add flags for correctly implementing lsa_lookup_name levels.Michael Adam2007-12-131-1/+9
| | | | | | | | | | | | | | | | | | | | | (Prepare fix for Bug #4801.) Michael (This used to be commit 537b12647e25adcb7da3581f18d2e9feca1caf0c)
| | * Make cm_connect_sam() try harder to connect autheticated.Michael Adam2007-12-131-9/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even if the session setup was anonymous, try and collect trust creds with get_trust_creds() and use these before falling back to schannel. This is the first attempt to fix interdomain trusts. (get password policy and stuff) Michael (This used to be commit e180bbd45452435e981192028a0ad90078c04236)
| | * Refactor out assembling of trust creds (pw, account name, principal).Michael Adam2007-12-131-17/+38
| | | | | | | | | | | | | | | Michael (This used to be commit 481f18b20d6d5ee12c62120a3559bb16cc98e465)