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
/
nsswitch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some reformatting.
Tim Potter
2001-10-14
1
-6
/
+10
*
Pass domain structure around in cache code rather than the domain name.
Tim Potter
2001-10-14
3
-32
/
+29
*
Resurrected sam sequence number code.
Tim Potter
2001-10-14
1
-117
/
+175
*
Converted a few winbind functions to use a talloc context that is destroyed
Tim Potter
2001-10-12
1
-32
/
+72
*
Removed some unused code from the recent cleanup.
Tim Potter
2001-10-12
2
-291
/
+2
*
Got the rest of the group functions working. Did some reformatting (man
Tim Potter
2001-10-10
3
-68
/
+37
*
Implemented sam group handle stuff. getent group now works.
Tim Potter
2001-10-09
6
-110
/
+208
*
More work on winbindd connection rewrite:
Tim Potter
2001-10-08
5
-179
/
+353
*
This is the start of a bit of a rewrite of winbindd's connection handling.
Tim Potter
2001-10-05
9
-380
/
+588
*
fix some possible memleaks and not tested reallocs spotted by Andreas Moroder
Simo Sorce
2001-10-03
1
-5
/
+12
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
2
-6
/
+0
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
14
-68
/
+51
*
Some patches to authentication:
Tim Potter
2001-09-12
1
-4
/
+4
*
convert more code to use XFILE
Andrew Tridgell
2001-09-10
1
-6
/
+0
*
more static/dead fns
Andrew Tridgell
2001-09-10
2
-11
/
+2
*
kill a dead fn and make a local one static
Andrew Tridgell
2001-09-10
2
-80
/
+4
*
more warning fixes on solaris
Andrew Tridgell
2001-09-05
5
-6
/
+10
*
fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA...
Andrew Tridgell
2001-09-05
6
-69
/
+99
*
don't do pointer arithmetic on void* (some compilers can't do it)
Andrew Tridgell
2001-09-04
1
-1
/
+1
*
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
2001-09-04
7
-104
/
+94
*
merge from 2.2
Gerald Carter
2001-08-30
1
-1
/
+1
*
merge from APPLIANCE_TNG
Gerald Carter
2001-08-30
1
-0
/
+1
*
merge from APPLIANCE_TNG
Gerald Carter
2001-08-30
1
-43
/
+73
*
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
2001-08-27
6
-33
/
+33
*
get rid of compiler warnings
Herb Lewis
2001-08-24
2
-3
/
+4
*
Make domain_client_validate return a status code instead of a boolean.
Tim Potter
2001-08-24
1
-10
/
+10
*
Added copyright for me and AB.
Tim Potter
2001-08-23
1
-0
/
+2
*
Added another authentication interface to winbindd. The Challenge Response
Tim Potter
2001-08-22
6
-26
/
+210
*
More Realloc fixes.
Jeremy Allison
2001-08-18
2
-4
/
+13
*
More Realloc fixes.
Jeremy Allison
2001-08-18
1
-7
/
+17
*
Fixed up 'orrible formatting.
Tim Potter
2001-08-13
1
-21
/
+21
*
this is a big global fix for the ptr = Realloc(ptr, size) bug.
Simo Sorce
2001-08-12
4
-12
/
+24
*
This patch does a number of things, mostly smaller than they look :-)
Andrew Bartlett
2001-08-12
1
-1
/
+14
*
This is my 'Authentication Rewrite' version 1.01, mostly as submitted to
Andrew Bartlett
2001-08-03
1
-8
/
+48
*
Merge of change machine account password race fix from appliance branch.
Tim Potter
2001-07-25
1
-1
/
+17
*
a better test for unix domain sockets
Andrew Tridgell
2001-07-25
1
-1
/
+1
*
In wb_samr_query_dispinfo() pass back the 32-bit status code from
Tim Potter
2001-07-23
1
-10
/
+10
*
Call cli_samr_lookup_rids() in bunches of < 1000 rids to avoid crashing
Tim Potter
2001-07-23
1
-8
/
+42
*
Merged across rewritten version of winbindd_kill_connections(). This now
Tim Potter
2001-07-19
1
-22
/
+15
*
the nss and pam modules in winbind don't have strchr_m() yet, so use
Andrew Tridgell
2001-07-18
6
-11
/
+11
*
added winbind_exclude_domain() so smbd can tell the winbind client
Andrew Tridgell
2001-07-10
1
-0
/
+17
*
allow winbindd to run as non-root so we can test it more easily
Andrew Tridgell
2001-07-08
2
-9
/
+7
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
6
-11
/
+11
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
4
-12
/
+2
*
fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...
Andrew Tridgell
2001-06-25
1
-1
/
+2
*
next_token() was supposed to be a reentrant replacement for strtok(),
Andrew Tridgell
2001-06-21
1
-18
/
+12
*
Merge from appliance branch:
Tim Potter
2001-06-20
1
-2
/
+8
*
Fixed typo in #ifndef at head of file.
Tim Potter
2001-06-07
1
-2
/
+2
*
Added comment about possible optimisation to winbindd_pam_auth()
Tim Potter
2001-06-07
1
-0
/
+4
*
Fixed bug in winbind_sid_to_gid() function.
Tim Potter
2001-06-07
1
-1
/
+1
[next]