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
*
BIG patch...
Andrew Bartlett
2003-01-02
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-12
1
-90
/
+10
*
Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.
Jeremy Allison
2002-12-11
2
-68
/
+58
*
Make it clear that we might not be talking to a PDC here.
Andrew Bartlett
2002-12-01
1
-1
/
+1
*
[merge from APP_HEAD]
Gerald Carter
2002-11-23
1
-2
/
+3
*
Small auth updates:
Andrew Bartlett
2002-11-15
4
-11
/
+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
*
Don't set global_machine_password_needs_changing if
Tim Potter
2002-11-08
1
-4
/
+6
*
Merge of get_dc_list() api change. This was slightly more intrusive
Tim Potter
2002-11-06
1
-2
/
+17
*
Move to the use of the 'initialised' flag, rather than the fact the pointer is
Andrew Bartlett
2002-11-04
1
-8
/
+9
*
make_server_info_guest() can need root for the ldapsam backend
Andrew Tridgell
2002-11-03
1
-1
/
+4
*
Added new error codes. Fix up connection code to retry in the same way
Jeremy Allison
2002-10-17
1
-10
/
+23
*
Nice *big* patch from metze.
Andrew Bartlett
2002-10-12
2
-10
/
+10
*
merge of new client side support the Win2k LSARPC UUID in rpcbind
Gerald Carter
2002-10-04
1
-1
/
+1
*
Second stab at Volker's 'make shadow passwords work' patch.
Andrew Bartlett
2002-09-28
1
-4
/
+4
*
Back our volker's patch as was breaking the build.
Andrew Bartlett
2002-09-27
1
-7
/
+2
*
Sorry to touch such an internal function. But I was quite surprised that
Volker Lendecke
2002-09-27
1
-2
/
+7
*
Move to common user token debugging, and ensure we always print both the
Andrew Bartlett
2002-09-25
1
-6
/
+24
*
Add clock skew handling to our kerberos code. This allows us to cope with
Andrew Tridgell
2002-09-17
1
-1
/
+1
*
Don't display debugs of the nt user token twice.
Tim Potter
2002-09-15
1
-4
/
+0
*
Merge of 'other_sids' patch from appliance.
Tim Potter
2002-09-15
1
-4
/
+19
*
This is the 'easy' parts of the trusted domains patch n+3 patch from
Andrew Bartlett
2002-09-06
2
-54
/
+70
*
off by one in writing to malloced array. this fixes smbd crash I saw at
Herb Lewis
2002-08-30
1
-2
/
+2
*
added cli_net_auth_3 client code.
Jean-François Micouleau
2002-08-30
1
-1
/
+2
*
We don't need the RTLD_GLOBAL.
Andrew Bartlett
2002-08-29
1
-1
/
+1
*
Updates!
Andrew Bartlett
2002-08-26
1
-1
/
+4
*
Try to support non-root-mode systems without getgrouplist().
Andrew Bartlett
2002-08-26
2
-8
/
+10
*
Spelling fixes.
Tim Potter
2002-08-22
1
-4
/
+4
*
Cope with non-unix accounts - we just won't get the groups for those users.
Andrew Bartlett
2002-08-21
1
-2
/
+4
*
Based orginally by work by Kai, this patch moves our NT_TOKEN generation into
Andrew Bartlett
2002-08-20
5
-107
/
+408
*
fix typo auth/auth_server.c
Jelmer Vernooij
2002-08-19
1
-1
/
+1
*
Make 'remote_machine' private to lib/substitute.c, and fix all the user to use
Andrew Bartlett
2002-08-11
1
-3
/
+2
*
This fixes a number of ADS problems, particularly with netbiosless
Andrew Tridgell
2002-08-05
1
-2
/
+4
*
Let everybody enjoy my new toy - make it the default!
Andrew Bartlett
2002-07-31
1
-2
/
+2
*
Winbind updates!
Andrew Bartlett
2002-07-31
1
-21
/
+49
*
the ads_connect() here doesn't need to actually succeed, as its only
Andrew Tridgell
2002-07-31
1
-3
/
+1
*
Fix the build for now..
Jim McDonough
2002-07-30
1
-1
/
+1
*
net ads info now reports the IP of the LDAP server as well as its name - very...
Andrew Tridgell
2002-07-30
1
-4
/
+6
*
a couple more minor tweaks. This now allows us to operate in ADS mode
Andrew Tridgell
2002-07-30
1
-4
/
+3
*
2nd try at a fix for netbiosless connections to a ADS DC. This also
Andrew Tridgell
2002-07-30
1
-31
/
+90
*
removed a gratuitous standard_sub_basic() on the 'password server'
Andrew Tridgell
2002-07-30
1
-2
/
+0
*
- if we are in ADS mode then avoid an expensive netbios lookup to find
Andrew Tridgell
2002-07-30
1
-7
/
+16
*
found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...
Simo Sorce
2002-07-28
1
-7
/
+7
*
Renamed all the new_cli_netlogon_* functions to cli_netlogon_*
Tim Potter
2002-07-21
1
-1
/
+1
*
Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a
Andrew Bartlett
2002-07-20
1
-1
/
+1
*
Add support for a weird behaviour apparently used by Win9X pass-through
Andrew Bartlett
2002-07-20
1
-2
/
+17
*
NT_STATUS_UNSUCCESSFUL just gets clients confused - move to NO_LOGON_SERVERS
Andrew Bartlett
2002-07-20
1
-11
/
+11
[next]