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
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix for BUG #267 (problem with supplementary groups).
Gerald Carter
2003-08-09
1
-42
/
+76
*
need to be able to connect to a domain member as a local account; don't alway...
Gerald Carter
2003-08-08
1
-3
/
+3
*
Add a command line option (-S on|off|required) to enable signing on client
Jeremy Allison
2003-07-30
1
-1
/
+1
*
Correctly detect an "add user script" - check that *lp_adduser_script() != '\0',
Jeremy Allison
2003-07-26
1
-1
/
+1
*
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
2003-07-25
2
-9
/
+9
*
More printf fixes - size_t is long on some architectures.
Tim Potter
2003-07-24
2
-7
/
+7
*
Server side NTLM signing works - until the first async packet. Working on this
Jeremy Allison
2003-07-24
1
-1
/
+0
*
convert snprintf() calls using pstrings & fstrings
Gerald Carter
2003-07-23
1
-1
/
+1
*
Fix memleak
Volker Lendecke
2003-07-18
1
-1
/
+1
*
Fix a small typo in a comment and pretty it up a bit.
Richard Sharpe
2003-07-11
1
-1
/
+1
*
moving more code around.
Gerald Carter
2003-07-11
1
-1
/
+5
*
Large set of changes to add UNIX account/group management
Gerald Carter
2003-07-09
1
-3
/
+10
*
standlone servers don't have any trusted domains
Gerald Carter
2003-07-08
1
-0
/
+5
*
fix bone head mistake when setting the uid in the server_info struct.
Gerald Carter
2003-07-08
1
-11
/
+3
*
Initialise the uid and gid values to a safe default in make_server_info()
Tim Potter
2003-07-08
1
-0
/
+8
*
fix temporary bug so people can test 3.0 again; make sure to initialize the u...
Gerald Carter
2003-07-08
1
-1
/
+2
*
Spelling.
Tim Potter
2003-07-08
1
-1
/
+1
*
temporarily disable a sanity check to prevent winbindd from deadlocking
Gerald Carter
2003-07-07
1
-1
/
+3
*
and so it begins....
Gerald Carter
2003-07-07
2
-49
/
+18
*
This changes our Unix primary GID behaviour back to what most people expect:
Andrew Bartlett
2003-07-06
1
-6
/
+2
*
Add some debug statments to our vampire code - try to make it easier to track
Andrew Bartlett
2003-07-05
1
-2
/
+8
*
PAM should operate on the Unix username, not the NT username (which might not
Andrew Bartlett
2003-07-05
1
-6
/
+6
*
Fixed strlower changes I missed. Pointed out by metze.
Jeremy Allison
2003-07-04
1
-2
/
+2
*
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
2003-07-03
3
-6
/
+5
*
This patch takes the work the jerry did for beta2, and generalises it:
Andrew Bartlett
2003-07-03
7
-44
/
+92
*
* fixed volker's wbinfo -a lockup again. This one was my fault.
Gerald Carter
2003-07-01
1
-1
/
+44
*
fix typos in log messages and comments.
Gerald Carter
2003-07-01
1
-2
/
+2
*
* revert change to get_global_sam_name()
Gerald Carter
2003-07-01
1
-9
/
+5
*
* fix the trustdom_cache to work when winbindd is not running.
Gerald Carter
2003-07-01
1
-3
/
+0
*
* cleanup more DC name resolution issues in check_*domain_security()
Gerald Carter
2003-06-30
2
-212
/
+59
*
Valgrind found a bug (subtracting a pointer from a length rather than the
Jeremy Allison
2003-06-30
1
-1
/
+1
*
* rename samstrict auth method to sam
Gerald Carter
2003-06-30
2
-58
/
+31
*
Here's the code to make winbindd work on a Samba DC
Gerald Carter
2003-06-29
3
-7
/
+16
*
add check for NT_STATUS_NOT_IMPLEMENTED in auth check so that
Gerald Carter
2003-06-28
3
-36
/
+50
*
large change:
Gerald Carter
2003-06-25
1
-1
/
+1
*
* s/get_dc_name/rpc_dc_name/g (revert a previous change)
Gerald Carter
2003-06-23
1
-1
/
+1
*
fix typo (bug #170)
Gerald Carter
2003-06-23
1
-1
/
+1
*
Found out a good number of NT_STATUS_IS_ERR used the wrong way.
Simo Sorce
2003-06-22
2
-5
/
+5
*
merge of the netsamlogon caching code from APPLIANCE_HEAD
Gerald Carter
2003-06-21
1
-1
/
+1
*
Forward port the app-head changes for dc name cache into 3.0.
Jeremy Allison
2003-06-13
1
-1
/
+1
*
Andrew's change to make 'security = domain' work again. Leave the user and group
Volker Lendecke
2003-06-12
1
-38
/
+88
*
Fix some misleading debug messages.
Volker Lendecke
2003-06-12
1
-2
/
+2
*
Andrew is right, this is probably the wrong approach.
Volker Lendecke
2003-06-12
1
-26
/
+5
*
Fix 'security = domain' without winbind. This stores the sid we got
Volker Lendecke
2003-06-11
1
-32
/
+60
*
Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>
Jelmer Vernooij
2003-06-04
6
-10
/
+10
*
volker's fix for crash when my_private_data == NULL
Gerald Carter
2003-05-27
1
-2
/
+8
*
Correctly initialize winbind auth method.
Volker Lendecke
2003-05-26
1
-0
/
+3
*
Spelling.
Tim Potter
2003-05-26
1
-1
/
+2
*
Add samstrict_dc from metze (been sitting in HEAD for way to long waiting for
Andrew Bartlett
2003-05-26
1
-0
/
+46
*
Get 'add user script' working again for Samba 3.0.
Andrew Bartlett
2003-05-25
3
-47
/
+52
[next]