summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* r23623: Fix rpcclient and rpc_server with new DFS idl.Günther Deschner2007-10-102-22/+29
| | | | | Guenther (This used to be commit bffe33dd261fdcf9ef8f9f232c15559661843c7c)
* r23622: regenerate dfs rpc gen_ndr.Günther Deschner2007-10-106-248/+2092
| | | | | Guenther (This used to be commit 71b3259962004c278ca2e859d5460ad47c2468d6)
* r23621: Merge samba4 dfs rpc idl.Günther Deschner2007-10-101-47/+208
| | | | | Guenther (This used to be commit bb43d56e92f4ea08fbf2ae4fa90570a101efd4e2)
* r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chownJeremy Allison2007-10-1013-144/+94
| | | | | | | | | | return to correctly return NT_STATUS_INVALID_OWNER if it should be disallowed. Matches better what W2K3R3 does. NFSv4 ACL module owners, please examine these changes. Jeremy. (This used to be commit fc6899a5506b272f8cd5f5837ca13300b4e69a5f)
* r23619: Fix compile warning in fill_grent_mem() caused by mismatched counter ↵Gerald Carter2007-10-101-1/+1
| | | | | | size. (This used to be commit 05520d6b0a86c1cd5abbf6252c4a32629cdf8619)
* r23616: Fix bugzilla #4719: must change password is not set from usrmgr.exe.Jim McDonough2007-10-104-4/+84
| | | | | | | | | | | This was only affecting the newer versions of usrmgr.exe, because they use a user_info_25 struct. The password is getting set separately inside that code, so the password last set time was getting set from the password change logic. We also were not parsing a number of fields (like logon hours) from the user_info_25. That should also be fixed. (This used to be commit afabd68b6ae874aceba708dc36808ed007ad496c)
* r23612: Revert 'net idmap dump' to the 3.0.24 behaviour.Volker Lendecke2007-10-101-31/+32
| | | | (This used to be commit 56a32f217a183f956ad1c57a62d61a43646aa391)
* r23611: Fix typo in error message.James Peach2007-10-101-1/+1
| | | | (This used to be commit 8ee76e43843c56869b23f58615635f986c162d01)
* r23610: Move some winbindd_cache specific flags and actionsMichael Adam2007-10-102-8/+20
| | | | | | | | | back to winbindd_cache.c. The generic mechanism should open the cache tdb readonly and with default flags. Michael (This used to be commit 062d8c61294a1e9f8588fa8af31954dd286c7bde)
* r23609: Removing more redundant codepaths out of smb_krb5_renew_ticket().Günther Deschner2007-10-101-38/+26
| | | | | | | Thanks Volker for the pointer hint :) Guenther (This used to be commit eb1ec508ace3a5eeb53cf47be44047bd9228cd19)