index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Leave the packet sequence checkers enabled whilst I track down a smbclient ->...
Jeremy Allison
2003-08-02
1
-2
/
+2
*
|
Add the same signing code to the server. Ensure we use identical session
Jeremy Allison
2003-08-02
4
-12
/
+82
*
|
Correct fix (removed the earlier band-aid) for what I thought was a signing
Jeremy Allison
2003-08-02
4
-4
/
+97
*
|
Fix the option processing for smbtar. Does no one check this !
Jeremy Allison
2003-08-01
2
-6
/
+35
*
|
add tests for IRIX attr functions
Herb Lewis
2003-08-01
1
-1
/
+3
*
|
Update my copyrights according to my agreement with IBM
Jim McDonough
2003-08-01
20
-20
/
+20
*
|
Update my copyrights according to my agreement with IBM
Jim McDonough
2003-08-01
11
-11
/
+11
*
|
Fix copyright statements for various pieces of Anthony Liguori's work.
Jim McDonough
2003-08-01
23
-25
/
+19
*
|
fix cut-n-paste error found by abartlet
Gerald Carter
2003-08-01
1
-8
/
+10
*
|
Add ntlmssp client support to ntlm_auth. Find the corresponding cyrus sasl
Volker Lendecke
2003-08-01
1
-25
/
+310
*
|
Fix a memory leak. I did not check all the calls to winbindd_request, but
Volker Lendecke
2003-08-01
1
-0
/
+2
*
|
locking.c now refers to map_nt_error_from_unix, so link it in with
Volker Lendecke
2003-08-01
1
-2
/
+2
*
|
Finish reformatting.
Jeremy Allison
2003-08-01
1
-516
/
+467
*
|
Final fix for the bug tridge found. Only push locks onto a blocking lock
Jeremy Allison
2003-08-01
2
-1
/
+6
*
|
Reformat lots of clitar code as I hate the style so much :-).
Jeremy Allison
2003-08-01
1
-563
/
+540
*
|
Reformat clitar option processing - getting ready to fix it for popt...
Jeremy Allison
2003-08-01
1
-183
/
+176
*
|
CVAL_NC() doesn't need the (unsigned) fix and breaks the IRIX build
Andrew Tridgell
2003-07-31
1
-1
/
+1
*
|
only honor the first OID in the sessetup snego negotiate. Deviates
Gerald Carter
2003-07-31
1
-4
/
+15
*
|
Return proper error when it is impossible to change quota flags
Alexander Bokovoy
2003-07-31
1
-2
/
+23
*
|
Fix off-by-one found by valgrind.
Volker Lendecke
2003-07-31
1
-1
/
+1
*
|
spnego.c has function definitions. Prototype them.
Volker Lendecke
2003-07-31
1
-1
/
+1
*
|
Fixes for memory leaks in gss spnego handling by aliguori.
Volker Lendecke
2003-07-31
1
-13
/
+9
*
|
This fixes an error I must have made when playing with spnego.c found
Volker Lendecke
2003-07-31
1
-14
/
+35
*
|
Apply some const
Volker Lendecke
2003-07-31
1
-2
/
+2
*
|
make sure the domain sid is set when enumerating trusted domains
Gerald Carter
2003-07-31
1
-1
/
+24
*
|
working on transtive trusts issue:
Gerald Carter
2003-07-31
9
-144
/
+174
*
|
Whoops - this is probably better shell syntax.
Tim Potter
2003-07-31
1
-2
/
+1
*
|
Turn on automatic winbindd support for FreeBSD and see what the compile farm
Tim Potter
2003-07-31
1
-0
/
+1
*
|
This is a critical bug fix for a data corruption bug. If you
Andrew Tridgell
2003-07-31
1
-2
/
+2
*
|
Wrap calls to change_oem_password() in become_root()/unbecome_root() pairs
Jeremy Allison
2003-07-31
3
-73
/
+78
*
|
Turn the 'doing_signing' variable on - fix bug where it was only being set
Jeremy Allison
2003-07-31
1
-1
/
+1
*
|
Add a command line option (-S on|off|required) to enable signing on client
Jeremy Allison
2003-07-30
19
-21
/
+72
*
|
Save us from possibly uninitialised variable (caught by gcc).
Jeremy Allison
2003-07-30
1
-4
/
+4
*
|
Fix bug we discovered in W2K client signing on secondary trans2 packets.
Jeremy Allison
2003-07-30
1
-2
/
+3
*
|
Eliminate valgrind error when client gets bad sig on list. Some reformatting.
Jeremy Allison
2003-07-30
2
-12
/
+25
*
|
add a few more tidy ups. Now onto winbindd
Gerald Carter
2003-07-30
2
-0
/
+12
*
|
add support for DsEnumerateDomainTrusted for enumerating all the
Gerald Carter
2003-07-30
5
-7
/
+303
*
|
Don't revert something until you've seen if volker has already fixed it :-).
Jeremy Allison
2003-07-30
1
-4
/
+0
*
|
Comment out mutex until I get dependencies sorted out...
Jeremy Allison
2003-07-30
1
-0
/
+4
*
|
bin/net needs server_mutex as kerberos_verify now uses it.
Volker Lendecke
2003-07-30
1
-1
/
+1
*
|
Put mutex around access of replay cache for krb5 tickets. krb5 replay cache
Jeremy Allison
2003-07-29
1
-4
/
+13
*
|
split replace into replace and replace1 to allow setenv to be used by
Herb Lewis
2003-07-29
3
-23
/
+48
*
|
Fix bug #226. Stop unmangle of name into a wildcard name from deleting more
Jeremy Allison
2003-07-29
1
-9
/
+20
*
|
Add NT quotas support. Users allowed now to manage quotas on systems with sys...
Alexander Bokovoy
2003-07-29
5
-45
/
+373
*
|
Finish tridge's patch as referenced here :
Jeremy Allison
2003-07-29
1
-0
/
+17
*
|
Typo on my part. I typed KRB5_KDB_BAD_ENCTYPE when I meant to type KRB5_BAD_E...
Jeremy Allison
2003-07-29
1
-1
/
+1
*
|
Fix the build on Heimdal. KRB5_KDB_BAD_ENCTYPE doesn't exist on Heimdal, and
Jim McDonough
2003-07-29
1
-1
/
+1
*
|
This adds gss-spnego to ntlm_auth. It contains some new spnego support
Volker Lendecke
2003-07-29
5
-2
/
+586
*
|
Typo fix for bug 258.
Tim Potter
2003-07-29
1
-1
/
+1
*
|
Improved debug messages whilst trying to track down kerb issues.
Jeremy Allison
2003-07-29
1
-13
/
+20
[prev]
[next]