summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* r23655: Fix a comment and adjust some code formatting.Michael Adam2007-10-101-2/+3
| | | | Michael
* r23654: Remove misleading inline comment.Günther Deschner2007-10-101-4/+2
| | | | Guenther
* 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
* r23651: Always, always, always compile before commit...Günther Deschner2007-10-102-2/+2
| | | | Guenther
* r23650: Fix remaining callers of krb5_kt_default().Günther Deschner2007-10-102-6/+7
| | | | Guenther
* r23649: Fix the build (by moving smb_krb5_open_keytab() to clikrb5.c).Günther Deschner2007-10-102-138/+138
| | | | Guenther
* 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
* r23647: Use smb_krb5_open_keytab() in smbd as well.Günther Deschner2007-10-101-2/+2
| | | | Guenther
* 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
* r23645: add examples and try to answer some common questions in the coding ↵Gerald Carter2007-10-101-6/+134
| | | | style guide
* 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
* r23640: When we support the SeSecurity privilage, this is whereJeremy Allison2007-10-101-0/+21
| | | | | we'll check it. Jeremy.
* r23639: Eliminate trailing whitespaces in the new tdb_validate functions...Michael Adam2007-10-101-8/+7
| | | | Michael
* r23636: Adding coding style guide for Samba 3.0 branches (no differences ↵Gerald Carter2007-10-101-0/+87
| | | | from Tridge's prog_guide.txt so we should have a similar style throughout the project)
* 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().
* 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'
* r23630: Found out what LSA_LOOKUP_NAMES level 5 means:Günther Deschner2007-10-101-1/+1
| | | | | | only query transitive forest trusts. Guenther
* r23628: Add LSA lookupnames_level to rpcclient.Günther Deschner2007-10-101-0/+52
| | | | Guenther
* r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner2007-10-1013-22/+24
| | | | Guenther
* r23625: Reformating WBFLAGs, just a cosmetic change.Günther Deschner2007-10-101-15/+15
| | | | Guenther
* 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
* r23623: Fix rpcclient and rpc_server with new DFS idl.Günther Deschner2007-10-102-22/+29
| | | | Guenther
* r23622: regenerate dfs rpc gen_ndr.Günther Deschner2007-10-106-248/+2092
| | | | Guenther
* r23621: Merge samba4 dfs rpc idl.Günther Deschner2007-10-101-47/+208
| | | | Guenther
* r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chownJeremy Allison2007-10-1015-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.
* r23619: Fix compile warning in fill_grent_mem() caused by mismatched counter ↵Gerald Carter2007-10-101-1/+1
| | | | size.
* 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.
* r23612: Revert 'net idmap dump' to the 3.0.24 behaviour.Volker Lendecke2007-10-101-31/+32
|
* r23611: Fix typo in error message.James Peach2007-10-101-1/+1
|
* 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
* 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
* r23608: Just inline comment cosmetics.Günther Deschner2007-10-101-5/+2
| | | | Guenther
* r23607: Add legacy support for Services for Unix (SFU) 2.0.Günther Deschner2007-10-104-25/+110
| | | | Guenther
* r23606: Merge Samba4 mkversion.sh to Samba3.Kai Blin2007-10-101-45/+108
|
* r23601: BUG 4579: Don't mark the SAM domain on a Samba DC as an internal ↵Gerald Carter2007-10-101-0/+6
| | | | domain or else all network connections from the local winbindd will fail
* r23600: First step in abstracting the winbindd cache validationMichael Adam2007-10-103-219/+238
| | | | | | | code into a generic tdb validation code. In lib/util_tdb.c for a start. Michael
* r23599: Add new version of indent script copied from the the LinuxGerald Carter2007-10-101-16/+7
| | | | kernel tree.
* r23598: Add script for running indent and remove .indent.pro fileGerald Carter2007-10-102-30/+21
|
* r23597: add a few utility scripts for code formattingGerald Carter2007-10-102-0/+33
|
* r23596: Add notes about smbfs/cifs to usage() in smb[u]mountVolker Lendecke2007-10-102-1/+6
|
* r23595: One pstring a day...Volker Lendecke2007-10-101-7/+19
|
* r23594: Fix parsing of local pids if cluster support is compiled in but noVolker Lendecke2007-10-101-0/+4
| | | | cluster is used
* r23593: Mention "net conf" in top level net usage.Michael Adam2007-10-101-2/+3
| | | | Michael
* r23592: Change a debuglevel to not clutter output when callingMichael Adam2007-10-101-1/+1
| | | | | | net as a non-root user, e.g. Michael
* r23591: Fix bug #4725. Don't crash when no eventlogs specified. NeedsJeremy Allison2007-10-102-0/+8
| | | | | merging for 3.0.25b. Jeremy.
* r23590: Fix realloc leak on failure case from Jim Meyering <jim@meyering.net>.Jeremy Allison2007-10-101-1/+5
| | | | Jeremy.
* r23589: Ensure we will always release any timeout handlerJeremy Allison2007-10-102-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 Deschner2007-10-101-6/+12
| | | | Guenther
* r23587: Cleanup redundant code in the krb5 renew function.Günther Deschner2007-10-101-23/+16
| | | | Guenther