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
2003-07-30
Fix bug we discovered in W2K client signing on secondary trans2 packets.
Jeremy Allison
1
-2
/
+3
2003-07-30
Eliminate valgrind error when client gets bad sig on list. Some reformatting.
Jeremy Allison
2
-12
/
+25
2003-07-30
add a few more tidy ups. Now onto winbindd
Gerald Carter
2
-0
/
+12
2003-07-30
add support for DsEnumerateDomainTrusted for enumerating all the
Gerald Carter
5
-7
/
+303
2003-07-30
Don't revert something until you've seen if volker has already fixed it :-).
Jeremy Allison
1
-4
/
+0
2003-07-30
Comment out mutex until I get dependencies sorted out...
Jeremy Allison
1
-0
/
+4
2003-07-30
bin/net needs server_mutex as kerberos_verify now uses it.
Volker Lendecke
1
-1
/
+1
2003-07-29
Put mutex around access of replay cache for krb5 tickets. krb5 replay cache
Jeremy Allison
1
-4
/
+13
2003-07-29
split replace into replace and replace1 to allow setenv to be used by
Herb Lewis
3
-23
/
+48
2003-07-29
Fix bug #226. Stop unmangle of name into a wildcard name from deleting more
Jeremy Allison
1
-9
/
+20
2003-07-29
Add NT quotas support. Users allowed now to manage quotas on systems with sys...
Alexander Bokovoy
5
-45
/
+373
2003-07-29
Finish tridge's patch as referenced here :
Jeremy Allison
1
-0
/
+17
2003-07-29
Typo on my part. I typed KRB5_KDB_BAD_ENCTYPE when I meant to type KRB5_BAD_E...
Jeremy Allison
1
-1
/
+1
2003-07-29
Fix the build on Heimdal. KRB5_KDB_BAD_ENCTYPE doesn't exist on Heimdal, and
Jim McDonough
1
-1
/
+1
2003-07-29
This adds gss-spnego to ntlm_auth. It contains some new spnego support
Volker Lendecke
5
-2
/
+586
2003-07-29
Typo fix for bug 258.
Tim Potter
1
-1
/
+1
2003-07-29
Improved debug messages whilst trying to track down kerb issues.
Jeremy Allison
1
-13
/
+20
2003-07-29
More memory leak fixes from Brett! It turns out PyDict_SetItemString
Tim Potter
1
-16
/
+23
2003-07-29
Memory leak fixes from Brett A. Funderburg - don't use the connection talloc
Tim Potter
1
-7
/
+20
2003-07-29
Add debug output api's from lsa/spoolss modules to smb module. Patch
Tim Potter
1
-1
/
+33
2003-07-28
Corrected description of SWAT FLAGS since they have changed as a result of the
John Terpstra
1
-5
/
+4
2003-07-28
Cleanup of loadparm and swat to correctly display all parameters as required.
John Terpstra
2
-435
/
+422
2003-07-27
Add buttons to Printers View
John Terpstra
1
-0
/
+10
2003-07-27
Clarified what the SWAT FLAGS mean and what they do.
John Terpstra
1
-3
/
+5
2003-07-27
Fix comment
Andrew Bartlett
1
-1
/
+1
2003-07-27
the testsuite lib needs dummyroot too.
Andrew Bartlett
1
-1
/
+1
2003-07-27
Fix typo.
John Terpstra
1
-1
/
+1
2003-07-27
Use the specified workgroup in 'net ads'. (Defaults to lp_workgroup()).
Andrew Bartlett
1
-3
/
+3
2003-07-27
Allow the stat cache to better handle invalid multibyte strings, by using
Andrew Bartlett
1
-8
/
+25
2003-07-27
Try again to fix up 'session request' name exchange. This time we actualy
Andrew Bartlett
2
-14
/
+7
2003-07-27
If we strupper_m after the alpha_strcpy() we know that it is less likaly
Andrew Bartlett
1
-2
/
+2
2003-07-27
When removing an 'unused' function, it helps to remove the 'unused' callers...
Andrew Bartlett
1
-76
/
+0
2003-07-27
Use push_ucs2_allocate(), rather than convert_string_allocate() directly.
Andrew Bartlett
2
-45
/
+9
2003-07-27
Some small fixes to our charset conversion code:
Andrew Bartlett
3
-57
/
+82
2003-07-27
Adding idmap backend man page section.
John Terpstra
1
-0
/
+18
2003-07-27
Ensure all code paths set add_script.
Jeremy Allison
1
-4
/
+3
2003-07-26
Format tidy up.
John Terpstra
1
-6
/
+5
2003-07-26
Fixes bug #243
John Terpstra
2
-1
/
+5
2003-07-26
Added buttons to change view mode. Fixes bug #212
John Terpstra
1
-1
/
+17
2003-07-26
remove unnceccsary $; spotted by Lee Taylor
Gerald Carter
1
-1
/
+1
2003-07-26
fix typo in debug
Gerald Carter
1
-1
/
+1
2003-07-26
Updating missing flags.
John Terpstra
1
-0
/
+2
2003-07-26
Correctly detect an "add user script" - check that *lp_adduser_script() != '\0',
Jeremy Allison
1
-1
/
+1
2003-07-25
Start the packet signing engine in the kerberos case in the same place
Jeremy Allison
1
-3
/
+8
2003-07-25
W00t! Client smb signing is now working correctly with krb5 and w2k server.
Jeremy Allison
7
-19
/
+48
2003-07-25
Fix bug #184; set max_pw_age in account_pol to -1 so the default is never to ...
Gerald Carter
1
-1
/
+1
2003-07-25
domain in schannel bind credentials must be the dest domain, not ours
Gerald Carter
2
-1
/
+8
2003-07-25
fix case where no realm or workgroup means to use our own
Gerald Carter
1
-2
/
+19
2003-07-25
fix user_in_list to work with winbind groups again; my bug
Gerald Carter
1
-1
/
+1
2003-07-25
fix some error returns and strings; patch from metze
Gerald Carter
1
-6
/
+14
[next]