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
2003-06-03
initial version of idmap_ldap.c; lots of updates to come
Gerald Carter
1
-0
/
+838
2003-06-03
* set winbind cache time to 5 minutes
Gerald Carter
6
-20
/
+98
2003-06-03
* set winbind cache time to 5 minutes
Gerald Carter
4
-19
/
+96
2003-06-03
Fix debug message merge.
Jeremy Allison
1
-1
/
+1
2003-06-03
Merge change winbindd cache time 15 -> 120 secs.
Jeremy Allison
1
-1
/
+1
2003-06-03
Merge DEBUG message on usleep on open.
Jeremy Allison
1
-0
/
+1
2003-06-03
Redhat 9 needs an explicit -lattr to be able to add POSIX ACLs.
Jeremy Allison
1
-2
/
+29
2003-06-02
More changes to editreg to make it less tetchy.
Richard Sharpe
1
-17
/
+17
2003-06-02
Some fixes for editreg.c, although I see that head seems broken ...
Richard Sharpe
1
-5
/
+5
2003-06-01
added the COMPRESSION_INFO trans2 QFILEINFO level and fixed the
Andrew Tridgell
2
-3
/
+10
2003-06-01
fixed the ALL_INFO and ALL_INFORMATION trans2 QFILEINFO levels. The
Andrew Tridgell
1
-35
/
+2
2003-05-31
Fix compile.
Volker Lendecke
1
-1
/
+1
2003-05-31
Got us happy running under valgrind again :-).
Jeremy Allison
3
-0
/
+10
2003-05-31
Fixes to stop valgrind complaining about uninitialised memory when it's
Jeremy Allison
2
-0
/
+16
2003-05-30
Ensure 'blank' entries show up in both default and normal entries to
Jeremy Allison
2
-14
/
+17
2003-05-30
More on bug 137: rename more of krb5_xxx functions to not start with krb5_
Jim McDonough
4
-17
/
+17
2003-05-30
More on bug 137: rename remainder of krb5_xxx functions to not start with krb5_
Jim McDonough
1
-11
/
+11
2003-05-30
Fix bug #137: krb5_set_password is already defined in MIT 1.3 libs, so
Jim McDonough
2
-6
/
+8
2003-05-30
Remove module_path_get_name() - it's not used anywhere anymore and was a bad ...
Jelmer Vernooij
1
-23
/
+0
2003-05-29
Change get_nt_acl() to include security_info wanted. Only return this.
Jeremy Allison
8
-283
/
+278
2003-05-29
Setting account policy values is done using -C, not -V. Fixes bug #120
Jelmer Vernooij
1
-1
/
+1
2003-05-29
Setting account policy values is done using -C, not -V. Fixes bug #120
Jelmer Vernooij
1
-1
/
+1
2003-05-29
function() is *NOT* a valid C proto, but C++ only.
Jeremy Allison
1
-1
/
+1
2003-05-29
Add smb_register_idmap(). Based on a patch from metze
Jelmer Vernooij
6
-50
/
+94
2003-05-29
Don't crash when doing namecompletion in smbclient. Fixes debian bug #194776
Jelmer Vernooij
1
-1
/
+1
2003-05-29
Don't crash when doing command name completion. Fixes debian bug #194776
Jelmer Vernooij
1
-1
/
+3
2003-05-29
Fix the events API. Patch by metze with some minor modifications.
Jelmer Vernooij
2
-64
/
+110
2003-05-29
Get the events API right. Patch from metze with some minor modifications.
Jelmer Vernooij
2
-64
/
+110
2003-05-29
Fix bugzilla #117: winbindd looping on 100+char username
Jim McDonough
1
-20
/
+10
2003-05-28
Fix bug brought up by Ken Cross that empty ACE's cause existing ACE's to
Jeremy Allison
1
-51
/
+14
2003-05-28
Fix bug brought up by Ken Cross that empty ACE's cause existing ACE's to
Jeremy Allison
1
-107
/
+14
2003-05-28
DNS domain/server name constants were also swapped.
Tim Potter
1
-2
/
+2
2003-05-28
Merge of NTLMSSP name type fix from 3.0
Tim Potter
1
-2
/
+2
2003-05-28
The constants for NetBIOS domain and server names in a NTLMSSP name list were
Tim Potter
1
-2
/
+2
2003-05-28
Spelling.
Tim Potter
1
-1
/
+1
2003-05-28
Syncup with HEAD:
Tim Potter
1
-4
/
+10
2003-05-28
Merge of non-static initialisation fixes from 3.0
Tim Potter
1
-1
/
+7
2003-05-28
Merge of cut and paste fix from 3.0
Tim Potter
1
-3
/
+3
2003-05-28
It seems only NT4 does the VC == 0 session drop code.
Jeremy Allison
1
-1
/
+5
2003-05-28
It seems only NT4 does the VC == 0 session drop code.
Jeremy Allison
1
-1
/
+5
2003-05-28
Whitespace syncup.
Tim Potter
1
-1
/
+0
2003-05-28
Merge of rpcstr_pull() termination fixes from 3.0
Tim Potter
1
-1
/
+4
2003-05-28
Merge of formatting fixups from 3.0
Tim Potter
1
-4
/
+9
2003-05-28
Merge of pull_ascii() and pull_ucs2() termination fixes from 3.0
Tim Potter
1
-0
/
+4
2003-05-28
Merge from 3.0:
Tim Potter
1
-0
/
+1
2003-05-28
Merge of uint32/uid_t mismatch from 3.0
Tim Potter
2
-3
/
+3
2003-05-27
cut-n-paste error
Gerald Carter
1
-1
/
+1
2003-05-27
cut-n-paste error
Gerald Carter
1
-1
/
+1
2003-05-27
Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resources
Jeremy Allison
1
-1
/
+18
2003-05-27
Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resources
Jeremy Allison
1
-1
/
+18
[prev]
[next]