summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* r23710: Remove some code duplication, we do have a random number generatorVolker Lendecke2007-10-101-7/+3
| | | | (This used to be commit afd7febd980bb000f81d5251d03d500cb43c39f4)
* r23709: C++ warningsVolker Lendecke2007-10-101-2/+2
| | | | (This used to be commit 2d5e3322d6ecd00c0e936ee64483e63a3ad87c0b)
* r23708: - Add define for WINBIND_WARN_PWD_EXPIRE.Lars Müller2007-10-102-2/+12
| | | | | | - Add parameter config_flag to get_config_item_int() and do the same check as in get_conf_item_string. (This used to be commit d1d1baa264587911e1c97b3b35d5ed2bc56bf12b)
* r23707: - Move the asprintf() call to create the key even inLars Müller2007-10-101-14/+12
| | | | | | | get_conf_item_string() to the later if statement. - Also move the key definition to the later if statement in get_conf_item_string() and get_conf_item_int(). (This used to be commit 3a82ec943a3828b843dd47aaa0e360844d4dfb91)
* r23704: Add pam_pwd_expire feature as discussed on samba-technical.Lars Müller2007-10-102-11/+95
| | | | | | | | | | This is a slightly modified version to set warn_pwd_expire to the default value if 0, no, or a broken value is set. This version also has one if statement less in get_config_item_int(). Thanks a lot to Andreas 'GlaDiaC' Schneider for this feature! (This used to be commit d26914c978457ae0ec097cc40c8e33a7cee9ebcf)
* r23694: Make sure that when builddir != srcdir, we can still find the exportsGerald Carter2007-10-101-7/+7
| | | | | | | | files and library-versions file. Also move the "-o $@" from the individual targets and into the SHLD_DSO command. (This used to be commit c85311b3a8a891af4b4c8eb1f09bd91f00a1f5db)
* r23692: Couldn't wait, sorry :-). Did the style change.Jeremy Allison2007-10-101-3/+3
| | | | | Jeremy. (This used to be commit da0d6ba0f972dbe48e2b7297e86e1717e510fadf)
* r23691: fix for bug on touching files as described here:Simo Sorce2007-10-101-5/+13
| | | | | https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=243897 (This used to be commit 6b68c006f8ecba8ed3a4d87950691cb1e5c46386)
* r23689: Squashed commit of the following:Gerald Carter2007-10-105-21/+43
| | | | | | | | | | | | | | | commit 0d4bbd197198a94bf4e29e0ccd175a40a60097f3 Author: Gerald (Jerry) Carter <jerry@samba.org> Date: Mon Jul 2 20:08:19 2007 -0500 Introduce GNU ld linker export-script for hiding non-public symbols in shared libraries. Based on initial patch from Julien Cristau <jcristau@debian.org> and suggestions from James Peach <jpeach@samba.org>. Currently the libsmbsharemodes libraries still exports *. Signed off on my Derrell as well. (This used to be commit c42cf731b4b259c5c1a874fd1837ca85144f1a58)
* r23688: Fix bug #4759 reported by Raul <ismell@ismell.org>.Jeremy Allison2007-10-101-1/+1
| | | | | | "N" is not a valid format entry for ber_printf, should be "n" Jeremy. (This used to be commit f3bb102c24018f0a91f8b51de6fe646c091da6be)
* r23685: merge from SAMBA_4_0:Stefan Metzmacher2007-10-101-2/+2
| | | | | | | | | | | | Only use the bzr and git information when there's a .bzr or .git in the top branch directory I use bzr for my home directory and bzr version-info in ~/devel/samba/4.0/samba4-git gives the info about the ~/.bzr branch metze (This used to be commit e4df2e1c2d302613b1e7f44f13db9435bdafb30f)
* r23683: Check ports are in the correct range (1-65535)Simo Sorce2007-10-101-2/+2
| | | | (This used to be commit 84b193a7d95aa8c00da2a3720ee87a7231e0fc6e)
* r23682: Old patch I forgot in one of my 3.0.25 trees.Simo Sorce2007-10-101-0/+16
| | | | | Make sure we honour the directive not to allow machine password changes. (This used to be commit 436555f05ceae34d8df2356d1066b6b5e0a07c41)
* r23673: Check for integer wrap on incoming data.Jeremy Allison2007-10-101-0/+6
| | | | | Jeremy. (This used to be commit 77a46c7aee2ad4c402527cf78e5ae70a792d65d4)
* r23672: Allow msrpc_name_to_sid() to be called without a domain_name and ↵Günther Deschner2007-10-101-7/+9
| | | | | | | just a name. Guenther (This used to be commit eeed62b6ca86bcb0875de90a5d8c65948fd80215)
* r23671: Remove unused code -- 16416 bytes of bss space...Volker Lendecke2007-10-102-27/+0
| | | | (This used to be commit 25f3bfdb1f60ab17af05608481068299da94cec9)
* r23670: Fix mkversion.sh for the git case: Only use the first line whereVolker Lendecke2007-10-101-1/+1
| | | | | "commit" occurs (This used to be commit 0e9aeec37008e5b882ce91c44ee201ef779ecabe)
* r23669: Move a variable into the only block where it is used.Michael Adam2007-10-101-1/+1
| | | | (This used to be commit 82be4137b7bba6a9a433ec011e7f47587935ae61)
* r23668: When creating a new string value, win2k regedit deliversMichael Adam2007-10-101-8/+22
| | | | | | | | | | | | one byte of data despite characters being two-byte. This modifies registry_pull_value, to change the data to the correct two-byte version of the empty string, (as delivered by winxp), when only one byte of data is received. Michael (This used to be commit a4c2b20296d6853cd1578601f17330cde75c4038)
* r23667: Prevent storing of forbidden parameter names in registryMichael Adam2007-10-101-0/+13
| | | | | | | | | | | configuration as values. I would really like to check whether the valuename is a valid parameter name (with lp_parameter_is_valid) here, but unfortunately, regedit cereates new values as "New Value #1" (and so on) first, before dropping into the rename box. So this is impossible here. Michael (This used to be commit 10014833da868289ae28db2e7c1edfd353ca7b2b)
* r23666: Rename lp_parameter_valid -> lp_parameter_is_valid.Michael Adam2007-10-102-2/+2
| | | | | Michael (This used to be commit 7f85cff49dfe1ae90e37162d35f1a48baaa9fe79)
* r23665: Remove two unneeded global variablesVolker Lendecke2007-10-102-14/+7
| | | | (This used to be commit 51a3933b3d367e3693daa6842f5a286328f4fd39)
* r23664: Fix incorrect index - should be j not i. How did we everJeremy Allison2007-10-101-1/+1
| | | | | | live without valgrind :-). Jeremy. (This used to be commit 9b231149c78c8bbfb70c5675cffb652705ba2cd2)
* r23663: Fix bug #4308 - Excel save operation corrupts file ACLs.Jeremy Allison2007-10-101-28/+255
| | | | | | | | | | | | You don't want to know what I discovered about Windows ACLs to make this work :-(. See : http://www.codeproject.com/win32/accessctrl2.asp Search for "Q. How does Inheritance come into this?" for details. Jeremy. (This used to be commit e1d3a80d2bff2e3540637fd741fc149eeca5fb9d)
* r23662: According to simo, check_dos_char is neededVolker Lendecke2007-10-104-1/+96
| | | | (This used to be commit c195eccefea69c17169c350a13bbfe845fc6fc44)
* r23661: Another static pstringVolker Lendecke2007-10-101-10/+15
| | | | (This used to be commit d4256ae5588fddc62bf90082d24140e327a54c8c)
* r23660: Anybody know what check_dos_char() was used for? It wasn't called atVolker Lendecke2007-10-104-96/+1
| | | | | all, so it's gone. With it 8k bss went away. (This used to be commit 7e9a4c39a5ce620f8eac74d0ae4dd80b96c81aca)
* r23659: file_pload is not used outside of util_file.cVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 3ec43e18a4ffc46700de484251ea0bb2a18cde78)
* r23658: One pstring a day....Volker Lendecke2007-10-101-16/+39
| | | | | | This one was particularly tasty, it was a static one. So 1k less footprint per process. (This used to be commit 83865e32889e2d29086ae9d9701713fc74b09175)
* r23657: Prevent setting of a global option in a share definitionMichael Adam2007-10-102-1/+28
| | | | | | | in "net conf setparm". Michael (This used to be commit bf92d567984f00ebb998fb2485d0aac87d30b924)
* r23656: Add initial checking of the validity of a paramterMichael Adam2007-10-102-0/+26
| | | | | | | | given to "net conf setparm". Add a utility function lp_parameter_valid() for this to loadparm.c. Michael (This used to be commit 639051e58d4da9fb1116c19f0790250640b6ac7a)
* r23655: Fix a comment and adjust some code formatting.Michael Adam2007-10-101-2/+3
| | | | | Michael (This used to be commit b294bc707c2a7ef3ff5efcac1d5ea6f3d80f5a70)
* r23654: Remove misleading inline comment.Günther Deschner2007-10-101-4/+2
| | | | | Guenther (This used to be commit a3441c22b342e2802bd9766b7046073db3895a29)
* r23652: Use the recursive delete function instead of the original oneMichael Adam2007-10-101-1/+1
| | | | | | | when deleting a share. Just to be sure... Michael (This used to be commit 91770e153d7dd87d5e4f0516c297812091ba5b5a)
* r23651: Always, always, always compile before commit...Günther Deschner2007-10-102-2/+2
| | | | | Guenther (This used to be commit accb40446ad3f872c5167fc2306d892553293b7b)
* r23650: Fix remaining callers of krb5_kt_default().Günther Deschner2007-10-102-6/+7
| | | | | Guenther (This used to be commit b9d7a2962a472afb0c6b8e3ac5c2c819d4af2b39)
* r23649: Fix the build (by moving smb_krb5_open_keytab() to clikrb5.c).Günther Deschner2007-10-102-138/+138
| | | | | Guenther (This used to be commit 19020d19dca7f34be92c8c2ec49ae7dbde60f8c1)
* r23648: Allow to list a custom krb5 keytab file with:Günther Deschner2007-10-102-5/+12
| | | | | | | net ads keytab list /path/to/krb5.keytab Guenther (This used to be commit a2befee3f240543ea02ea99cebad886b54ae64eb)
* r23647: Use smb_krb5_open_keytab() in smbd as well.Günther Deschner2007-10-101-2/+2
| | | | | Guenther (This used to be commit d22c0d291e1b4a1412164d257310bbbb99de6500)
* r23646: Generalize our internal keytab handling to support a broader range ↵Günther Deschner2007-10-102-47/+144
| | | | | | | | | | | of default keytabnames (like "ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab"). This also fixes keytab support with Heimdal (which supports the WRFILE pragma as well now). Guenther (This used to be commit 7ca002f4cc9ec4139c0c48952ebf05f89b5795ef)
* r23641: Put check for forbidden values in smbconf into a function.Michael Adam2007-10-102-4/+23
| | | | | | | | (This will be used in a next step to prevent storing these values in reg_smbconf.c.) Michael (This used to be commit 00be68a8416405e12a27186506f9eb15bca055b3)
* r23640: When we support the SeSecurity privilage, this is whereJeremy Allison2007-10-101-0/+21
| | | | | | we'll check it. Jeremy. (This used to be commit 1b73bf79f4f8a2bc408d52a1ce9df47f33fb3a87)
* r23639: Eliminate trailing whitespaces in the new tdb_validate functions...Michael Adam2007-10-101-8/+7
| | | | | Michael (This used to be commit d4accdbb5285216d532f57f545a846734a2fe774)
* r23633: Fix a couple of crash bugs pointed out by Volker caused by an oldGerald Carter2007-10-101-1/+6
| | | | | change from a pstring to a char* and still trying use pstrcpy(). (This used to be commit 21dc46a2bad6fee720f0f591e1051aa7675c77c8)
* r23632: Correctly return the new_group list pointer from expand_groupsGerald Carter2007-10-101-1/+1
| | | | | or else getgrnam() always acts like 'winbind expand groups = 1' (This used to be commit 04ae193ec44c0ecefa64ca44ad0cdb5968087319)
* r23630: Found out what LSA_LOOKUP_NAMES level 5 means:Günther Deschner2007-10-101-1/+1
| | | | | | | only query transitive forest trusts. Guenther (This used to be commit e744efa1ee33fb150132f0b7f46ee1711681afc6)
* r23628: Add LSA lookupnames_level to rpcclient.Günther Deschner2007-10-101-0/+52
| | | | | Guenther (This used to be commit dee99e40454b00da70343047c57e0cb0f2c489bd)
* r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner2007-10-1013-22/+24
| | | | | Guenther (This used to be commit e9a7512a9f630340004913f1379452eea8a9b6ae)
* r23625: Reformating WBFLAGs, just a cosmetic change.Günther Deschner2007-10-101-15/+15
| | | | | Guenther (This used to be commit 555ae4a19b35b0672033798e00e3d1e153d2a9b3)
* r23624: Merge dos error code from samba4 (returned from dfs_Enum against ↵Günther Deschner2007-10-102-0/+2
| | | | | | | | | w2k3 as soon as a one DFS_VOLUME_FLAVOR_AD_BLOB dfsroot exists). Guenther (This used to be commit 837b0a14c430faa4e4cada03a1efe2823a7b2e2e)