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
/
nsswitch
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix to close winbindd_idmap on exit. Pointed out by Alexander Bokovoy.
Jeremy Allison
2002-01-19
3
-0
/
+10
*
fixes (asprintf) from 2.2
Simo Sorce
2002-01-19
1
-4
/
+6
*
This is the 'winbind default domain' patch from Alexander Bokovoy
Andrew Bartlett
2002-01-18
7
-46
/
+138
*
Fix from 2.2. It didn't break on HEAD because it isn't being compiled. Herb?
Jim McDonough
2002-01-15
1
-10
/
+10
*
adding wins commands to winbindd - will check in the rest of the changes
Herb Lewis
2002-01-15
1
-0
/
+211
*
Initialise cli variables and try not to do a cli_shutdown() of uninitialsed
Andrew Bartlett
2002-01-14
1
-4
/
+10
*
I'm doing some things towards the NamedPipes game with lckl and he has asked me
Andrew Bartlett
2002-01-13
1
-86
/
+2
*
Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.
Andrew Bartlett
2002-01-12
3
-0
/
+12
*
force the time difference in cache comparisons to be unsigned to cope
Andrew Tridgell
2002-01-11
1
-1
/
+4
*
make the winbind sequence number code more robust
Andrew Tridgell
2002-01-11
1
-1
/
+1
*
Always query the PDC for the list of trusted domains rather than interating
Tim Potter
2002-01-11
7
-114
/
+179
*
Some memory leak fixes.
Tim Potter
2002-01-11
1
-17
/
+23
*
Since AB has been changing the winbind interface it's time to add the "mock
Tim Potter
2002-01-10
3
-21
/
+21
*
merge tpots name changes into IRIX part of code. When you change the name
Herb Lewis
2002-01-10
1
-8
/
+8
*
Return the winbind separator over the socket, so programs don't have to parse
Andrew Bartlett
2002-01-10
5
-18
/
+78
*
This changes the winbind protcol a bit:
Andrew Bartlett
2002-01-10
6
-38
/
+84
*
A big tidyup while thinking about getting trusted domains being re-read
Tim Potter
2002-01-10
8
-132
/
+142
*
Fixed typo.
Jeremy Allison
2002-01-09
1
-1
/
+1
*
HPUX nss fix.
Jeremy Allison
2002-01-09
1
-2
/
+18
*
Getting ready to add winbindd support for HPUX 11.
Jeremy Allison
2002-01-08
2
-0
/
+154
*
Don't log the password in pam_sm_authenticate() unless DEBUG_PASSWORD is
Tim Potter
2002-01-07
1
-2
/
+10
*
Further rpc_client removal, this time from winbindd.
Andrew Bartlett
2002-01-01
2
-39
/
+61
*
When running interactive we want to set our own process group for
Jeremy Allison
2001-12-30
1
-0
/
+9
*
merge Jeremy's gcc3 warning fix from 2.2
Herb Lewis
2001-12-22
1
-1
/
+1
*
merge IRIX winbind support from Samba 2.2 branch
Herb Lewis
2001-12-22
3
-97
/
+666
*
Append to log.winbindd instead of overwriting it so we are consistent with
Tim Potter
2001-12-21
1
-0
/
+7
*
added ads_domain_sid() function
Andrew Tridgell
2001-12-20
1
-15
/
+5
*
Removed global debugf. Replaced with lp_set_logfile(name).
Jeremy Allison
2001-12-20
1
-5
/
+13
*
Setup global_myworkgroup. Needed for secrets fetch code.
Jeremy Allison
2001-12-20
1
-8
/
+11
*
net ads password and net ads chostpass commands from Remus Koos
Andrew Tridgell
2001-12-20
1
-0
/
+1
*
use "ads server" option if set for primary domain
Andrew Tridgell
2001-12-19
1
-4
/
+10
*
add support for mixtures of ADS/NT4 domains, as long as the primary
Andrew Tridgell
2001-12-19
1
-0
/
+9
*
much better ADS error handling system
Andrew Tridgell
2001-12-19
2
-72
/
+68
*
added trusted realm support to ADS authentication
Andrew Tridgell
2001-12-19
3
-1
/
+8
*
- added initial support for trusted domains in winbindd_ads
Andrew Tridgell
2001-12-19
4
-18
/
+81
*
fixed handling of empty or dead domain in wbinfo -g
Andrew Tridgell
2001-12-18
1
-60
/
+9
*
Added the group enum code from 2.2
Jeremy Allison
2001-12-14
1
-0
/
+1
*
make sure we find NSS_STATUS struct
Andrew Tridgell
2001-12-13
1
-0
/
+1
*
allow IRIX to build nsswitch/libnss_wins.so
Herb Lewis
2001-12-12
1
-12
/
+82
*
add *.po32 to ignore list
Herb Lewis
2001-12-12
1
-0
/
+1
*
Oops, the -a option disappeared.
Tim Potter
2001-12-11
1
-0
/
+1
*
sync with 2.2
Herb Lewis
2001-12-11
1
-0
/
+29
*
Replace backslash with winbind separator before calling parse_domain_user(). ...
Jim McDonough
2001-12-11
1
-2
/
+4
*
fix for IRIX compilers
Herb Lewis
2001-12-11
1
-2
/
+2
*
handle systems without setenv()
Andrew Tridgell
2001-12-11
1
-1
/
+1
*
Modify winbindd to use authenticated user info from secrets.tdb when making
Tim Potter
2001-12-11
2
-2
/
+34
*
Converted wbinfo to use popt instead of getopt - popt is very nice!
Tim Potter
2001-12-11
1
-28
/
+100
*
removed the start_ndx parameter from group enumeration
Andrew Tridgell
2001-12-11
5
-87
/
+80
*
got rid of start_ndx from query_user_list()
Andrew Tridgell
2001-12-11
6
-128
/
+120
*
robustness fixes and moved ccache location into winbindd_ads code
Andrew Tridgell
2001-12-10
2
-0
/
+20
[prev]
[next]