Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r23672: Allow msrpc_name_to_sid() to be called without a domain_name and ↵ | Günther Deschner | 2007-07-02 | 1 | -7/+9 | |
| | | | | | | just a name. Guenther | |||||
* | r23671: Remove unused code -- 16416 bytes of bss space... | Volker Lendecke | 2007-07-01 | 2 | -27/+0 | |
| | ||||||
* | r23670: Fix mkversion.sh for the git case: Only use the first line where | Volker Lendecke | 2007-07-01 | 1 | -1/+1 | |
| | | | | "commit" occurs | |||||
* | r23669: Move a variable into the only block where it is used. | Michael Adam | 2007-07-01 | 1 | -1/+1 | |
| | ||||||
* | r23668: When creating a new string value, win2k regedit delivers | Michael Adam | 2007-06-30 | 1 | -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 | |||||
* | r23667: Prevent storing of forbidden parameter names in registry | Michael Adam | 2007-06-30 | 1 | -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 | |||||
* | r23666: Rename lp_parameter_valid -> lp_parameter_is_valid. | Michael Adam | 2007-06-30 | 2 | -2/+2 | |
| | | | | Michael | |||||
* | r23665: Remove two unneeded global variables | Volker Lendecke | 2007-06-30 | 2 | -14/+7 | |
| | ||||||
* | r23664: Fix incorrect index - should be j not i. How did we ever | Jeremy Allison | 2007-06-30 | 1 | -1/+1 | |
| | | | | | live without valgrind :-). Jeremy. | |||||
* | r23663: Fix bug #4308 - Excel save operation corrupts file ACLs. | Jeremy Allison | 2007-06-29 | 1 | -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. | |||||
* | r23662: According to simo, check_dos_char is needed | Volker Lendecke | 2007-06-29 | 4 | -1/+96 | |
| | ||||||
* | r23661: Another static pstring | Volker Lendecke | 2007-06-29 | 1 | -10/+15 | |
| | ||||||
* | r23660: Anybody know what check_dos_char() was used for? It wasn't called at | Volker Lendecke | 2007-06-29 | 4 | -96/+1 | |
| | | | | all, so it's gone. With it 8k bss went away. | |||||
* | r23659: file_pload is not used outside of util_file.c | Volker Lendecke | 2007-06-29 | 1 | -1/+1 | |
| | ||||||
* | r23658: One pstring a day.... | Volker Lendecke | 2007-06-29 | 1 | -16/+39 | |
| | | | | | This one was particularly tasty, it was a static one. So 1k less footprint per process. | |||||
* | r23657: Prevent setting of a global option in a share definition | Michael Adam | 2007-06-29 | 2 | -1/+28 | |
| | | | | | | in "net conf setparm". Michael | |||||
* | r23656: Add initial checking of the validity of a paramter | Michael Adam | 2007-06-29 | 2 | -0/+26 | |
| | | | | | | | given to "net conf setparm". Add a utility function lp_parameter_valid() for this to loadparm.c. Michael | |||||
* | r23655: Fix a comment and adjust some code formatting. | Michael Adam | 2007-06-29 | 1 | -2/+3 | |
| | | | | Michael | |||||
* | r23654: Remove misleading inline comment. | Günther Deschner | 2007-06-29 | 1 | -4/+2 | |
| | | | | Guenther | |||||
* | r23652: Use the recursive delete function instead of the original one | Michael Adam | 2007-06-29 | 1 | -1/+1 | |
| | | | | | | when deleting a share. Just to be sure... Michael | |||||
* | r23651: Always, always, always compile before commit... | Günther Deschner | 2007-06-29 | 2 | -2/+2 | |
| | | | | Guenther | |||||
* | r23650: Fix remaining callers of krb5_kt_default(). | Günther Deschner | 2007-06-29 | 2 | -6/+7 | |
| | | | | Guenther | |||||
* | r23649: Fix the build (by moving smb_krb5_open_keytab() to clikrb5.c). | Günther Deschner | 2007-06-29 | 2 | -138/+138 | |
| | | | | Guenther | |||||
* | r23648: Allow to list a custom krb5 keytab file with: | Günther Deschner | 2007-06-29 | 2 | -5/+12 | |
| | | | | | | net ads keytab list /path/to/krb5.keytab Guenther | |||||
* | r23647: Use smb_krb5_open_keytab() in smbd as well. | Günther Deschner | 2007-06-29 | 1 | -2/+2 | |
| | | | | Guenther | |||||
* | r23646: Generalize our internal keytab handling to support a broader range ↵ | Günther Deschner | 2007-06-29 | 2 | -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 | |||||
* | r23645: add examples and try to answer some common questions in the coding ↵ | Gerald Carter | 2007-06-28 | 1 | -6/+134 | |
| | | | | style guide | |||||
* | r23642: Remove unused code (merge from 3_0). | Günther Deschner | 2007-06-28 | 1 | -8/+0 | |
| | | | | Guenther | |||||
* | r23641: Put check for forbidden values in smbconf into a function. | Michael Adam | 2007-06-28 | 2 | -4/+23 | |
| | | | | | | | (This will be used in a next step to prevent storing these values in reg_smbconf.c.) Michael | |||||
* | r23640: When we support the SeSecurity privilage, this is where | Jeremy Allison | 2007-06-27 | 1 | -0/+21 | |
| | | | | | we'll check it. Jeremy. | |||||
* | r23639: Eliminate trailing whitespaces in the new tdb_validate functions... | Michael Adam | 2007-06-27 | 1 | -8/+7 | |
| | | | | Michael | |||||
* | r23636: Adding coding style guide for Samba 3.0 branches (no differences ↵ | Gerald Carter | 2007-06-27 | 1 | -0/+87 | |
| | | | | from Tridge's prog_guide.txt so we should have a similar style throughout the project) | |||||
* | r23634: Squashed commit of the following: | Gerald Carter | 2007-06-27 | 2 | -3/+12 | |
| | | | | | | | | | | | | | | | | commit 46e46d8e2ac45db6b9d8cb0ea05fae36c900ea2c Author: Gerald (Jerry) Carter <jerry@samba.org> Date: Wed Jun 27 11:29:10 2007 -0500 Fix a couple of crash bugs pointed out by Volker caused by an old change from a pstring to a char* and still trying use pstrcpy(). commit 64b89f90b8207ba8b9cd0f77e40912c0acaddc99 Author: Gerald (Jerry) Carter <jerry@samba.org> Date: Wed Jun 27 08:27:34 2007 -0500 Correctly return the new_group list pointer from expand_groups or else getgrnam() always acts like 'winbind expand groups = 1' | |||||
* | r23630: Found out what LSA_LOOKUP_NAMES level 5 means: | Günther Deschner | 2007-06-27 | 1 | -1/+1 | |
| | | | | | | only query transitive forest trusts. Guenther | |||||
* | r23628: Add LSA lookupnames_level to rpcclient. | Günther Deschner | 2007-06-27 | 1 | -0/+52 | |
| | | | | Guenther | |||||
* | r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names(). | Günther Deschner | 2007-06-27 | 12 | -15/+17 | |
| | | | | Guenther | |||||
* | r23626: Merge Jerrys build warning fix -r23619 from 3_0. | Günther Deschner | 2007-06-27 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | r23625: Reformating WBFLAGs, just a cosmetic change. | Günther Deschner | 2007-06-27 | 1 | -15/+15 | |
| | | | | Guenther | |||||
* | r23624: Merge dos error code from samba4 (returned from dfs_Enum against ↵ | Günther Deschner | 2007-06-27 | 2 | -0/+2 | |
| | | | | | | | | w2k3 as soon as a one DFS_VOLUME_FLAVOR_AD_BLOB dfsroot exists). Guenther | |||||
* | r23623: Fix rpcclient and rpc_server with new DFS idl. | Günther Deschner | 2007-06-27 | 2 | -21/+29 | |
| | | | | Guenther | |||||
* | r23622: regenerate dfs rpc gen_ndr. | Günther Deschner | 2007-06-27 | 6 | -248/+2092 | |
| | | | | Guenther | |||||
* | r23621: Merge samba4 dfs rpc idl. | Günther Deschner | 2007-06-27 | 1 | -47/+208 | |
| | | | | Guenther | |||||
* | r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chown | Jeremy Allison | 2007-06-26 | 15 | -150/+100 | |
| | | | | | | | | | 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. | |||||
* | r23616: Fix bugzilla #4719: must change password is not set from usrmgr.exe. | Jim McDonough | 2007-06-26 | 4 | -4/+85 | |
| | | | | | | | | | | 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. | |||||
* | r23612: Revert 'net idmap dump' to the 3.0.24 behaviour. | Volker Lendecke | 2007-06-26 | 1 | -31/+32 | |
| | ||||||
* | r23611: Fix typo in error message. | James Peach | 2007-06-26 | 1 | -1/+1 | |
| | ||||||
* | r23610: Move some winbindd_cache specific flags and actions | Michael Adam | 2007-06-26 | 2 | -8/+20 | |
| | | | | | | | | back to winbindd_cache.c. The generic mechanism should open the cache tdb readonly and with default flags. Michael | |||||
* | r23609: Removing more redundant codepaths out of smb_krb5_renew_ticket(). | Günther Deschner | 2007-06-26 | 1 | -38/+26 | |
| | | | | | | Thanks Volker for the pointer hint :) Guenther | |||||
* | r23608: Just inline comment cosmetics. | Günther Deschner | 2007-06-26 | 1 | -5/+2 | |
| | | | | Guenther | |||||
* | r23607: Add legacy support for Services for Unix (SFU) 2.0. | Günther Deschner | 2007-06-26 | 4 | -25/+110 | |
| | | | | Guenther |