Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | r23606: Merge Samba4 mkversion.sh to Samba3. | Kai Blin | 2007-06-26 | 1 | -45/+108 | |
| | ||||||
* | r23601: BUG 4579: Don't mark the SAM domain on a Samba DC as an internal ↵ | Gerald Carter | 2007-06-26 | 1 | -0/+6 | |
| | | | | domain or else all network connections from the local winbindd will fail | |||||
* | r23600: First step in abstracting the winbindd cache validation | Michael Adam | 2007-06-25 | 3 | -219/+238 | |
| | | | | | | | code into a generic tdb validation code. In lib/util_tdb.c for a start. Michael | |||||
* | r23596: Add notes about smbfs/cifs to usage() in smb[u]mount | Volker Lendecke | 2007-06-25 | 2 | -1/+6 | |
| | ||||||
* | r23595: One pstring a day... | Volker Lendecke | 2007-06-24 | 1 | -7/+19 | |
| | ||||||
* | r23594: Fix parsing of local pids if cluster support is compiled in but no | Volker Lendecke | 2007-06-24 | 1 | -0/+4 | |
| | | | | cluster is used | |||||
* | r23593: Mention "net conf" in top level net usage. | Michael Adam | 2007-06-22 | 1 | -2/+3 | |
| | | | | Michael | |||||
* | r23592: Change a debuglevel to not clutter output when calling | Michael Adam | 2007-06-22 | 1 | -1/+1 | |
| | | | | | | net as a non-root user, e.g. Michael | |||||
* | r23591: Fix bug #4725. Don't crash when no eventlogs specified. Needs | Jeremy Allison | 2007-06-22 | 2 | -0/+8 | |
| | | | | | merging for 3.0.25b. Jeremy. | |||||
* | r23590: Fix realloc leak on failure case from Jim Meyering <jim@meyering.net>. | Jeremy Allison | 2007-06-22 | 1 | -1/+5 | |
| | | | | Jeremy. | |||||
* | r23589: Ensure we will always release any timeout handler | Jeremy Allison | 2007-06-22 | 2 | -6/+7 | |
| | | | | | | on fsp close or removal of oplock. Mulitple removals are safe. Jeremy. | |||||
* | r23588: Some more cleanups and error checks in the krb5 renew function. | Günther Deschner | 2007-06-22 | 1 | -6/+12 | |
| | | | | Guenther | |||||
* | r23587: Cleanup redundant code in the krb5 renew function. | Günther Deschner | 2007-06-22 | 1 | -23/+16 | |
| | | | | Guenther | |||||
* | r23586: Fix heimdal path in the krb5 renew routine when we need to compose ↵ | Günther Deschner | 2007-06-22 | 1 | -1/+5 | |
| | | | | | | | | the tgt string ourselves. Guenther | |||||
* | r23585: Add a "drop" function to "net conf" that clears the | Michael Adam | 2007-06-22 | 1 | -0/+81 | |
| | | | | | | whole configuration stored in registry. Michael | |||||
* | r23584: Use a while loop instead of a for loop without increment... :-) | Michael Adam | 2007-06-22 | 1 | -9/+2 | |
| | | | | Michael | |||||
* | r23583: Add a utility function to recursively delete a Registry | Michael Adam | 2007-06-22 | 1 | -0/+56 | |
| | | | | | | | key with all its subkeys. (reg_deletekey will refuse to delete a key with subkeys with WERR_ACCESS_DENIED). Michael | |||||
* | r23582: Fix event based krb5 ticket refreshing in winbindd. | Günther Deschner | 2007-06-22 | 2 | -6/+6 | |
| | | | | | | | We were incorrectly using the renew_till timestamp instead of the renewed ticket's endtime to calculate the next refreshing date. Guenther | |||||
* | r23581: Move regkey_open_onelevel from reg_frontend to reg_api, | Michael Adam | 2007-06-22 | 2 | -117/+110 | |
| | | | | | | where it actually belongs, and make it static. Michael | |||||
* | r23579: Up to now, the "allparameters" argument to lp_next_parameter was | Michael Adam | 2007-06-21 | 1 | -0/+3 | |
| | | | | | | | | | | | | not effective for the global section (snum < 0). This checkin makes it effective for the global section, too. This does not produce changes in the results of the present calls of lp_next_parameter: Beside the new use in utils/net_conf.c (which is hereby fixed), the only calls of lp_next_parameter are in web/swat.c, where it is effectively always called with allparameters == 1. Michael | |||||
* | r23578: When calling DeleteKey for a key that has subkey(s), Windows | Michael Adam | 2007-06-21 | 1 | -4/+17 | |
| | | | | | | | returns WERR_ACCESS_DENIED. This adapts reg_deletekey to behave the same way. Michael | |||||
* | r23577: Fix winbindd (sorry). Ensure I set the new child_pid | Jeremy Allison | 2007-06-21 | 1 | -1/+3 | |
| | | | | | | variable at the correct point just before the write call is scheduled. Jeremy. | |||||
* | r23576: Fix some confusion between HAVE_BROKEN_GETGROUPS and USE_BSD_SETGROUPS. | James Peach | 2007-06-21 | 1 | -4/+4 | |
| | ||||||
* | r23575: Fix a segfault when lp_load is called before init_registry. | Michael Adam | 2007-06-21 | 1 | -0/+2 | |
| | | | | Michael | |||||
* | r23574: Remove double-null check (I hate people bitching at me | Jeremy Allison | 2007-06-21 | 1 | -3/+1 | |
| | | | | | on the lists :-). Jeremy. | |||||
* | r23573: Cope with terminating winbindd children on read/write/timeout | Jeremy Allison | 2007-06-21 | 1 | -38/+45 | |
| | | | | | | | | | communication failures. Set timeout to 5 mins. Ensure that we're terminating the correct child (the one we thought we were talking to). Still setting up my testing environment but I have high hopes for this being the fix for the 3.0.25b showstopper. Jeremy. | |||||
* | r23572: Ensure we obey Unicode consortium restrictions. Code | Jeremy Allison | 2007-06-21 | 1 | -15/+22 | |
| | | | | | based on patch from MORIYAMA Masayuki <moriyama@miraclelinux.com>. Jeremy. |