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
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2003-08-20
metze's autogenerate patch for version.h
Gerald Carter
1
-1
/
+1
2003-08-19
- Make 'net' use a single funciton for setting the 'use machine account' code.
Andrew Bartlett
2
-31
/
+46
2003-08-15
In case of 'net rpc trustdom add' without domain name we were silently
Rafal Szczesniak
1
-2
/
+7
2003-08-15
Give a temporary hint on how to delete trust account.
Rafal Szczesniak
1
-0
/
+1
2003-08-15
Print more than 1 packet in hex mode
Jelmer Vernooij
1
-1
/
+1
2003-08-15
Add ability to output native pcap files without the requirement for text2pcap.
Jelmer Vernooij
1
-15
/
+131
2003-08-15
get rid of more compiler warnings
Herb Lewis
4
-56
/
+56
2003-08-15
Add the gss-spnego kerberos server side to ntml_auth. This uses the
Volker Lendecke
1
-10
/
+68
2003-08-15
Fix some memory issues. It is now possible to convert extract packet data
Jelmer Vernooij
1
-9
/
+20
2003-08-15
get rid of warning on IRIX
Herb Lewis
1
-10
/
+8
2003-08-15
Don't ask, it's too embarrassing :-)
Volker Lendecke
1
-1
/
+1
2003-08-15
Get packet contents correct as well.
Jelmer Vernooij
1
-12
/
+18
2003-08-15
Add utility that takes a samba log file (at least level 5 for headers and
Jelmer Vernooij
1
-16
/
+16
2003-08-15
Makefile.in
Jelmer Vernooij
1
-0
/
+164
2003-08-14
Fix the build for non-kerberos environments.
Volker Lendecke
1
-0
/
+8
2003-08-13
Small typo fix found while testing domain trusts.
Rafal Szczesniak
1
-1
/
+1
2003-08-12
This adds *experimental* kerberos gss spnego client support to ntlm_auth.
Volker Lendecke
1
-12
/
+110
2003-08-12
Some more shuffling around gss-spnego server
Volker Lendecke
1
-34
/
+37
2003-08-12
Test invalid map system, map hidden, create mask, force create mask
Jeremy Allison
1
-0
/
+21
2003-08-12
Clarify gss spnego ntlmssp server a bit
Volker Lendecke
1
-36
/
+29
2003-08-12
Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, username
Tim Potter
1
-3
/
+17
2003-08-07
Turns out I had my packet sequences wrong for oplock break code.
Jeremy Allison
1
-2
/
+6
2003-08-07
Cosmetic fix from waider@waider.ie.
Jeremy Allison
1
-0
/
+31
2003-08-06
When doing 'net groupmap add', default to algorithmic mapping for the rid.
Volker Lendecke
1
-6
/
+11
2003-08-04
Changes to make gss-spnego ntlmssp client work against W2k AD.
Volker Lendecke
1
-26
/
+42
2003-08-01
Add ntlmssp client support to ntlm_auth. Find the corresponding cyrus sasl
Volker Lendecke
1
-25
/
+310
2003-07-31
Fixes for memory leaks in gss spnego handling by aliguori.
Volker Lendecke
1
-13
/
+9
2003-07-30
Add a command line option (-S on|off|required) to enable signing on client
Jeremy Allison
4
-5
/
+7
2003-07-29
This adds gss-spnego to ntlm_auth. It contains some new spnego support
Volker Lendecke
1
-1
/
+225
2003-07-29
Typo fix for bug 258.
Tim Potter
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
Ensure all code paths set add_script.
Jeremy Allison
1
-4
/
+3
2003-07-23
convert snprintf() calls using pstrings & fstrings
Gerald Carter
2
-3
/
+3
2003-07-22
Another round of uid/gid/pid format string changes I missed the
Tim Potter
1
-2
/
+3
2003-07-22
Fixup a bunch of printf-style functions and debugs to use unsigned long when
Tim Potter
3
-6
/
+11
2003-07-22
Replace the eight (!) copies of dummy become/unbecome root with a single one.
Tim Potter
5
-55
/
+0
2003-07-19
According to the result of voting, net has default debug level with
Rafal Szczesniak
1
-3
/
+12
2003-07-16
Add API framework for server SMB signing.
Jeremy Allison
1
-1
/
+0
2003-07-16
fixes for 'net rpc vampire'. I can now take a blank Samba host
Gerald Carter
1
-25
/
+12
2003-07-15
Fix memleak
Volker Lendecke
1
-0
/
+2
2003-07-15
Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n...
Alexander Bokovoy
1
-0
/
+11
2003-07-15
Jim, could you please look at this? smbpasswd -a <username> was broken
Volker Lendecke
1
-2
/
+2
2003-07-11
Doesn't re-prompt for password when it is specified on the cmdline
Jim McDonough
1
-2
/
+2
2003-07-11
moving more code around.
Gerald Carter
2
-2
/
+4
2003-07-10
Just a few formatting fixed caught while testing.
Rafal Szczesniak
1
-1
/
+1
2003-07-10
pdbedit should not call idmap anymore. Otherwise pdbedit -L would
Volker Lendecke
1
-13
/
+2
2003-07-09
Large set of changes to add UNIX account/group management
Gerald Carter
1
-4
/
+11
2003-07-09
more compile fixes for become/unbecome_root()
Gerald Carter
3
-0
/
+45
2003-07-07
and so it begins....
Gerald Carter
2
-22
/
+22
2003-07-05
Add some debug statments to our vampire code - try to make it easier to track
Andrew Bartlett
1
-0
/
+6
[next]