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