index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r23656: Add initial checking of the validity of a paramter
Michael Adam
2
-0
/
+26
2007-10-10
r23655: Fix a comment and adjust some code formatting.
Michael Adam
1
-2
/
+3
2007-10-10
r23654: Remove misleading inline comment.
Günther Deschner
1
-4
/
+2
2007-10-10
r23652: Use the recursive delete function instead of the original one
Michael Adam
1
-1
/
+1
2007-10-10
r23651: Always, always, always compile before commit...
Günther Deschner
2
-2
/
+2
2007-10-10
r23650: Fix remaining callers of krb5_kt_default().
Günther Deschner
2
-6
/
+7
2007-10-10
r23649: Fix the build (by moving smb_krb5_open_keytab() to clikrb5.c).
Günther Deschner
2
-138
/
+138
2007-10-10
r23648: Allow to list a custom krb5 keytab file with:
Günther Deschner
2
-5
/
+12
2007-10-10
r23647: Use smb_krb5_open_keytab() in smbd as well.
Günther Deschner
1
-2
/
+2
2007-10-10
r23646: Generalize our internal keytab handling to support a broader range of...
Günther Deschner
2
-47
/
+144
2007-10-10
r23641: Put check for forbidden values in smbconf into a function.
Michael Adam
2
-4
/
+23
2007-10-10
r23640: When we support the SeSecurity privilage, this is where
Jeremy Allison
1
-0
/
+21
2007-10-10
r23639: Eliminate trailing whitespaces in the new tdb_validate functions...
Michael Adam
1
-8
/
+7
2007-10-10
r23633: Fix a couple of crash bugs pointed out by Volker caused by an old
Gerald Carter
1
-1
/
+6
2007-10-10
r23632: Correctly return the new_group list pointer from expand_groups
Gerald Carter
1
-1
/
+1
2007-10-10
r23630: Found out what LSA_LOOKUP_NAMES level 5 means:
Günther Deschner
1
-1
/
+1
2007-10-10
r23628: Add LSA lookupnames_level to rpcclient.
Günther Deschner
1
-0
/
+52
2007-10-10
r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().
Günther Deschner
13
-22
/
+24
2007-10-10
r23625: Reformating WBFLAGs, just a cosmetic change.
Günther Deschner
1
-15
/
+15
2007-10-10
r23624: Merge dos error code from samba4 (returned from dfs_Enum against w2k3...
Günther Deschner
2
-0
/
+2
2007-10-10
r23623: Fix rpcclient and rpc_server with new DFS idl.
Günther Deschner
2
-22
/
+29
2007-10-10
r23622: regenerate dfs rpc gen_ndr.
Günther Deschner
6
-248
/
+2092
2007-10-10
r23621: Merge samba4 dfs rpc idl.
Günther Deschner
1
-47
/
+208
2007-10-10
r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chown
Jeremy Allison
13
-144
/
+94
2007-10-10
r23619: Fix compile warning in fill_grent_mem() caused by mismatched counter ...
Gerald Carter
1
-1
/
+1
2007-10-10
r23616: Fix bugzilla #4719: must change password is not set from usrmgr.exe.
Jim McDonough
4
-4
/
+84
2007-10-10
r23612: Revert 'net idmap dump' to the 3.0.24 behaviour.
Volker Lendecke
1
-31
/
+32
2007-10-10
r23611: Fix typo in error message.
James Peach
1
-1
/
+1
2007-10-10
r23610: Move some winbindd_cache specific flags and actions
Michael Adam
2
-8
/
+20
2007-10-10
r23609: Removing more redundant codepaths out of smb_krb5_renew_ticket().
Günther Deschner
1
-38
/
+26
2007-10-10
r23608: Just inline comment cosmetics.
Günther Deschner
1
-5
/
+2
2007-10-10
r23607: Add legacy support for Services for Unix (SFU) 2.0.
Günther Deschner
4
-25
/
+110
2007-10-10
r23606: Merge Samba4 mkversion.sh to Samba3.
Kai Blin
1
-45
/
+108
2007-10-10
r23601: BUG 4579: Don't mark the SAM domain on a Samba DC as an internal doma...
Gerald Carter
1
-0
/
+6
2007-10-10
r23600: First step in abstracting the winbindd cache validation
Michael Adam
3
-219
/
+238
2007-10-10
r23599: Add new version of indent script copied from the the Linux
Gerald Carter
1
-16
/
+7
2007-10-10
r23598: Add script for running indent and remove .indent.pro file
Gerald Carter
2
-30
/
+21
2007-10-10
r23597: add a few utility scripts for code formatting
Gerald Carter
2
-0
/
+33
2007-10-10
r23596: Add notes about smbfs/cifs to usage() in smb[u]mount
Volker Lendecke
2
-1
/
+6
2007-10-10
r23595: One pstring a day...
Volker Lendecke
1
-7
/
+19
2007-10-10
r23594: Fix parsing of local pids if cluster support is compiled in but no
Volker Lendecke
1
-0
/
+4
2007-10-10
r23593: Mention "net conf" in top level net usage.
Michael Adam
1
-2
/
+3
2007-10-10
r23592: Change a debuglevel to not clutter output when calling
Michael Adam
1
-1
/
+1
2007-10-10
r23591: Fix bug #4725. Don't crash when no eventlogs specified. Needs
Jeremy Allison
2
-0
/
+8
2007-10-10
r23590: Fix realloc leak on failure case from Jim Meyering <jim@meyering.net>.
Jeremy Allison
1
-1
/
+5
2007-10-10
r23589: Ensure we will always release any timeout handler
Jeremy Allison
2
-6
/
+7
2007-10-10
r23588: Some more cleanups and error checks in the krb5 renew function.
Günther Deschner
1
-6
/
+12
2007-10-10
r23587: Cleanup redundant code in the krb5 renew function.
Günther Deschner
1
-23
/
+16
2007-10-10
r23586: Fix heimdal path in the krb5 renew routine when we need to compose th...
Günther Deschner
1
-1
/
+5
2007-10-10
r23585: Add a "drop" function to "net conf" that clears the
Michael Adam
1
-0
/
+81
[prev]
[next]