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
/
source3
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Merge from HEAD:
Andrew Bartlett
2003-01-28
1
-1
/
+9
*
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
2003-01-28
1
-0
/
+139
|
\
|
*
Updates to the NTLMSSP code again - moving the base64 decode fuctionality out
Andrew Bartlett
2003-01-16
1
-4
/
+5
|
*
Missed auth_ntlmssp.c in last night's checkin. Also keep track of the current
Andrew Bartlett
2003-01-15
1
-225
/
+78
|
*
Crash fixes:
Andrew Bartlett
2003-01-15
1
-0
/
+1
|
*
Missing indirect in final free.
Jeremy Allison
2003-01-13
1
-2
/
+2
|
*
Always initialise this variable - and don't set the 'must change now' if it was
Andrew Bartlett
2003-01-13
1
-1
/
+2
|
*
Patch from metze to add what he feels is the correct semantics for a Domain
Andrew Bartlett
2003-01-13
2
-0
/
+44
|
*
Updates to our NTLMSSP code:
Andrew Bartlett
2003-01-13
2
-1
/
+293
|
*
Fix to debian bug #171071 - we had the wrong dereference on the pointer to be
Andrew Bartlett
2003-01-13
1
-4
/
+4
|
*
Use size_t for the counter vars, to match the type they are assigned from
Andrew Bartlett
2003-01-11
1
-3
/
+3
|
*
Clear up the auth_sam password checking code (the core of our password checking
Andrew Bartlett
2003-01-05
1
-33
/
+58
|
*
We already have one function to move unistr2 -> multibyte-static, so we
Andrew Bartlett
2003-01-02
1
-5
/
+5
|
*
BIG patch...
Andrew Bartlett
2003-01-02
2
-4
/
+4
[next]