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
...
|
*
Spelling fixes.
Tim Potter
2002-05-28
1
-7
/
+7
|
*
Clean up a few unused functions, add a bit of static etc.
Andrew Bartlett
2002-05-25
1
-28
/
+0
|
*
Name the authentication modules, and therfore fix up both the build farm
Andrew Bartlett
2002-05-24
4
-0
/
+6
|
*
Remove the password length paramater from cli_full_connection - it really
Andrew Bartlett
2002-05-24
1
-1
/
+1
|
*
Move the authenticaion subsystem over to the same 'module:options' syntax
Andrew Bartlett
2002-05-24
8
-38
/
+106
|
*
Nobody uses this function, and there really doesn't seem much point to
Andrew Bartlett
2002-05-22
1
-20
/
+0
|
*
Cleanups!
Andrew Bartlett
2002-05-22
3
-44
/
+30
|
*
typo day :-(
Simo Sorce
2002-05-21
1
-1
/
+1
|
*
typo, sorry
Simo Sorce
2002-05-21
11
-11
/
+11
|
*
debug classized
Simo Sorce
2002-05-21
12
-0
/
+36
|
*
Ensure auth requests from the same machine are completely serialized.
Jeremy Allison
2002-04-22
1
-5
/
+40
|
*
Partly based on the work by mimir (Rafal Szczesniak
Andrew Bartlett
2002-04-14
1
-1
/
+1
*
|
Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.
Andrew Bartlett
2003-01-14
2
-5
/
+6
*
|
Merge of indirection fixes from HEAD.
Jeremy Allison
2003-01-13
1
-5
/
+5
*
|
Merge from HEAD - updates to correctly recognise LMv2, and NT# in LM feild.
Andrew Bartlett
2003-01-05
1
-33
/
+58
*
|
Make it clear that the credentials are being setup on the NETLOGON channel, and
Andrew Bartlett
2003-01-04
1
-3
/
+3
*
|
Merge from HEAD - we already have one function for converting a unistr2 to a
Andrew Bartlett
2003-01-04
1
-5
/
+5
*
|
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
2
-4
/
+4
*
|
Finish adding strings to all talloc_init() calls.
Jeremy Allison
2002-12-23
1
-2
/
+1
*
|
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
2002-12-20
1
-4
/
+4
*
|
merge of get_dc_name()-like code from APP_HEAD; better support password serve...
Gerald Carter
2002-12-13
1
-88
/
+8
*
|
Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.
Jeremy Allison
2002-12-11
2
-68
/
+58
*
|
Merge a bunch of trivial changes from HEAD. The difference remaining
Tim Potter
2002-11-29
1
-1
/
+2
*
|
[merge from APP_HEAD]
Gerald Carter
2002-11-23
1
-2
/
+3
*
|
Updates from HEAD:
Andrew Bartlett
2002-11-15
3
-9
/
+6
*
|
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
5
-17
/
+15
*
|
Fix bug found by tpot with given password server.
Jeremy Allison
2002-11-09
1
-1
/
+1
*
|
Merge from HEAD:
Andrew Bartlett
2002-11-08
1
-8
/
+9
*
|
Don't set global_machine_password_needs_changing if
Tim Potter
2002-11-08
1
-4
/
+6
*
|
Merge of get_dc_list() api change from HEAD.
Tim Potter
2002-11-06
1
-2
/
+17
*
|
Merge passdb from HEAD -> 3.0
Andrew Bartlett
2002-11-02
2
-10
/
+10
*
|
Added new error codes. Fix up connection code to retry in the same way
Jeremy Allison
2002-10-17
1
-10
/
+23
*
|
merge of new client side support the Win2k LSARPC UUID in rpcbind
Gerald Carter
2002-10-04
1
-1
/
+1
*
|
Updates from Samba HEAD:
Andrew Bartlett
2002-10-01
1
-4
/
+4
*
|
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
6
-169
/
+523
*
|
sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
5
-69
/
+178
*
|
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
12
-232
/
+501
|
/
*
Spelling.
Tim Potter
2002-04-07
1
-1
/
+1
*
Moved debug messages for grabbing/releasing mutex.
Jeremy Allison
2002-03-27
1
-2
/
+0
*
Don't hold the mutex for more than 20 seconds.
Jeremy Allison
2002-03-26
1
-2
/
+4
*
Spelling fixes.
Tim Potter
2002-03-24
1
-1
/
+1
*
Extra parinoa and DEBUG()s for the make_user_info_map() code.
Andrew Bartlett
2002-03-23
1
-4
/
+18
*
Renamed get_nt_error_msg() to nt_errstr().
Tim Potter
2002-03-17
2
-5
/
+5
*
Ensure we never use "" as a domain name (Win9X apparently does this for 'net ...
Andrew Bartlett
2002-03-13
1
-1
/
+6
*
Allow Samba to trust NT4 Domains.
Andrew Bartlett
2002-03-02
2
-16
/
+122
*
SECURITY FIXES:
Andrew Bartlett
2002-03-01
1
-6
/
+4
*
Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>
Andrew Bartlett
2002-03-01
1
-1
/
+1
*
Ensure that winbindd and smbd both use identical logic to find dc's.
Jeremy Allison
2002-02-28
1
-11
/
+12
*
"user doesn't exist" isn't worthy of a level 1 debug. Make it level 3.
Andrew Bartlett
2002-02-27
1
-1
/
+1
*
serialise all domain auth requests
Andrew Tridgell
2002-02-18
1
-1
/
+10
[prev]
[next]