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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r23704: Add pam_pwd_expire feature as discussed on samba-technical.
Lars Müller
3
-11
/
+98
2007-10-10
r23694: Make sure that when builddir != srcdir, we can still find the exports
Gerald Carter
1
-7
/
+7
2007-10-10
r23692: Couldn't wait, sorry :-). Did the style change.
Jeremy Allison
1
-3
/
+3
2007-10-10
r23691: fix for bug on touching files as described here:
Simo Sorce
1
-5
/
+13
2007-10-10
r23689: Squashed commit of the following:
Gerald Carter
5
-21
/
+43
2007-10-10
r23688: Fix bug #4759 reported by Raul <ismell@ismell.org>.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23685: merge from SAMBA_4_0:
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r23683: Check ports are in the correct range (1-65535)
Simo Sorce
1
-2
/
+2
2007-10-10
r23682: Old patch I forgot in one of my 3.0.25 trees.
Simo Sorce
1
-0
/
+16
2007-10-10
r23673: Check for integer wrap on incoming data.
Jeremy Allison
1
-0
/
+6
2007-10-10
r23672: Allow msrpc_name_to_sid() to be called without a domain_name and just...
Günther Deschner
1
-7
/
+9
2007-10-10
r23671: Remove unused code -- 16416 bytes of bss space...
Volker Lendecke
2
-27
/
+0
2007-10-10
r23670: Fix mkversion.sh for the git case: Only use the first line where
Volker Lendecke
1
-1
/
+1
2007-10-10
r23669: Move a variable into the only block where it is used.
Michael Adam
1
-1
/
+1
2007-10-10
r23668: When creating a new string value, win2k regedit delivers
Michael Adam
1
-8
/
+22
2007-10-10
r23667: Prevent storing of forbidden parameter names in registry
Michael Adam
1
-0
/
+13
2007-10-10
r23666: Rename lp_parameter_valid -> lp_parameter_is_valid.
Michael Adam
2
-2
/
+2
2007-10-10
r23665: Remove two unneeded global variables
Volker Lendecke
2
-14
/
+7
2007-10-10
r23664: Fix incorrect index - should be j not i. How did we ever
Jeremy Allison
1
-1
/
+1
2007-10-10
r23663: Fix bug #4308 - Excel save operation corrupts file ACLs.
Jeremy Allison
1
-28
/
+255
2007-10-10
r23662: According to simo, check_dos_char is needed
Volker Lendecke
4
-1
/
+96
2007-10-10
r23661: Another static pstring
Volker Lendecke
1
-10
/
+15
2007-10-10
r23660: Anybody know what check_dos_char() was used for? It wasn't called at
Volker Lendecke
4
-96
/
+1
2007-10-10
r23659: file_pload is not used outside of util_file.c
Volker Lendecke
1
-1
/
+1
2007-10-10
r23658: One pstring a day....
Volker Lendecke
1
-16
/
+39
2007-10-10
r23657: Prevent setting of a global option in a share definition
Michael Adam
2
-1
/
+28
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
r23645: add examples and try to answer some common questions in the coding st...
Gerald Carter
1
-6
/
+134
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
r23636: Adding coding style guide for Samba 3.0 branches (no differences from...
Gerald Carter
1
-0
/
+87
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
[next]