index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
* 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
*
add metze's patch for smb_register functions
Simo Sorce
2003-05-16
1
-1
/
+1
*
Patch from Luke Howard <lukeh@PADL.COM> that fixes some weird handling of
Jelmer Vernooij
2003-05-15
1
-9
/
+17
*
spelling
Tim Potter
2003-05-14
1
-2
/
+2
*
And finally IDMAP in 3_0
Simo Sorce
2003-05-12
2
-29
/
+33
*
When we have a NT4SP0 PDC trust us, we first have to check the
Volker Lendecke
2003-05-11
1
-2
/
+2
*
Cleanups. My NTLMv2 changes also changed the preference from using an implicit
Andrew Bartlett
2003-05-09
1
-42
/
+42
*
Make sure we always have some client data, not just the hash. An NTLMv2 or
Andrew Bartlett
2003-05-09
1
-2
/
+3
*
This puts real netlogon connection caching to winbind. This becomes
Volker Lendecke
2003-05-08
1
-2
/
+2
*
Make the version numbers ints (patch from metze)
Jelmer Vernooij
2003-04-30
1
-1
/
+1
*
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
2003-04-28
8
-35
/
+42
*
Add cast for compiler
Andrew Bartlett
2003-04-28
1
-1
/
+1
*
Merge auth changes from HEAD:
Andrew Bartlett
2003-04-24
5
-70
/
+83
*
Merge from HEAD - save the type of channel used to contact the DC.
Andrew Bartlett
2003-04-21
1
-2
/
+8
*
Add support for the new modules system to auth/ (merge from HEAD)
Jelmer Vernooij
2003-04-16
8
-84
/
+105
*
Fix typo
Jelmer Vernooij
2003-04-14
1
-1
/
+1
*
(merge from HEAD)
Andrew Bartlett
2003-03-24
2
-7
/
+3
*
Fix some comment typos
Jelmer Vernooij
2003-03-19
1
-2
/
+2
*
Add an extra parameter to our 'set_remote_machine_name' and
Andrew Bartlett
2003-03-18
1
-1
/
+1
*
Merge from HEAD - doxygen
Andrew Bartlett
2003-03-17
1
-2
/
+2
*
Mege from HEAD - doxygen.
Andrew Bartlett
2003-03-17
1
-1
/
+1
*
Merge of server-side authentication changes to 3.0:
Andrew Bartlett
2003-02-24
3
-56
/
+87
*
Merge from HEAD - allow "" as a domain in the NLTMv2 hash calculations. Fixes
Andrew Bartlett
2003-02-16
1
-2
/
+22
*
Ensure that only parse_prs.c access internal members of the prs_struct.
Jeremy Allison
2003-02-14
1
-2
/
+2
*
Cleanups: (merge from HEAD)
Andrew Bartlett
2003-02-10
4
-5
/
+12
*
Merge HEAD: check both the account and password...
Andrew Bartlett
2003-02-04
1
-2
/
+2
[next]