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
*
Try to fix build by adding autoconf tests for pam headers.
Jeremy Allison
2001-05-22
1
-0
/
+2
*
Fixes to get pam_auth() functionality working again.
Tim Potter
2001-05-17
1
-36
/
+13
*
Zero-fill struct hostent.
Jeremy Allison
2001-05-15
1
-0
/
+2
*
Fixed glibc crash problems with libnss_wins.so
Jeremy Allison
2001-05-15
1
-4
/
+44
*
Memory leak fixes from insure.
Tim Potter
2001-05-15
2
-10
/
+5
*
Compile fixes for dynamic samr_query_userinfo() stuff.
Tim Potter
2001-05-14
5
-34
/
+14
*
Use sid_peek_rid() instead of sid_split_rid().
Tim Potter
2001-05-10
1
-3
/
+2
*
Fixes from nsswitch testsuite. Lots of stuff works much better now. (-:
Tim Potter
2001-05-09
3
-6
/
+9
*
The substitution of %U and %D in the 'template homedir' is nowdone
Tim Potter
2001-05-08
1
-10
/
+6
*
Added S_ISSOCK macros for systems which treat UNIX domain sockets as FIFOs
Tim Potter
2001-05-08
1
-0
/
+10
*
Misc fixes to get winbindd working. We can now do a 'getent passwd'
Tim Potter
2001-05-08
4
-17
/
+88
*
OK so I couldn't be as clever as I wanted to be with winbindd_glue.c
Tim Potter
2001-05-07
4
-82
/
+79
*
Ignore *.po files.
Tim Potter
2001-05-07
1
-0
/
+1
*
iAdditional files for winbind merge.
Tim Potter
2001-05-07
4
-0
/
+852
*
Preliminary merge of winbind into HEAD. Note that this compiles and links
Tim Potter
2001-05-07
12
-1634
/
+2686
*
Merge from TNG branch.
Tim Potter
2001-05-04
1
-57
/
+183
*
added solaris wrapper from tng
Andrew Tridgell
2001-04-25
1
-0
/
+279
*
merge some of the nsswitch code from tng to head
Andrew Tridgell
2001-04-25
4
-267
/
+700
*
merge from 2_2
Andrew Tridgell
2001-04-25
1
-3
/
+2
*
Merge of Andrew's changes in 2.2.
Jeremy Allison
2001-04-13
1
-1
/
+9
*
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
2001-04-08
6
-27
/
+27
*
Fix for broken RelientUNIX.
Jeremy Allison
2001-04-04
1
-0
/
+10
*
Fix for crash when doing name lookup with a quoted string. Part of
Jeremy Allison
2001-03-20
1
-1
/
+1
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-15
1
-2
/
+9
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-11
1
-0
/
+1
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-11
1
-1
/
+11
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-04
1
-1
/
+2
*
Fix for uidtoname not returning DOMAIN\name but just name. This caused
Jeremy Allison
2000-10-25
1
-2
/
+9
*
Fixed merging mess.
Tim Potter
2000-10-13
1
-1
/
+22
*
Fix to allow smbd to call winbindd if it is running for all group enumeration,
Jeremy Allison
2000-10-13
1
-196
/
+51
*
Use sys_setgroups - systems with broken getgroups need this.
Jeremy Allison
2000-10-11
1
-1
/
+1
*
Converted to call lib/wins_srv.c:wins_srv_ip() instead of lp_wins_server()
Christopher R. Hertel
2000-10-11
1
-4
/
+4
*
Renamed WINBINDD_INITGROUPS constant to WINBINDD_GETGROUPS.
Tim Potter
2000-10-11
3
-3
/
+3
*
Modified initgroups to provide a get groups a user is a member of
Tim Potter
2000-10-11
2
-7
/
+166
*
Added debug so we can see how winbindd converts SIDS.
Jeremy Allison
2000-10-10
1
-13
/
+40
*
Fixes to allow wins.c to compile to allow building of libnss_wins.so.
John Terpstra
2000-10-09
1
-2
/
+11
*
Spelling flames. (-:
Tim Potter
2000-10-05
1
-6
/
+6
*
Fixed compiler warnings.
Tim Potter
2000-10-05
1
-4
/
+6
*
Adding Herb's compile warning fixes to HEAD.
Jeremy Allison
2000-10-04
1
-2
/
+2
*
the first cut of the internal messaging system.
Andrew Tridgell
2000-09-11
1
-8
/
+0
*
Fix from John Reilly @ HP for my typo with the parameters being reversed. Ooops.
Jeremy Allison
2000-09-01
1
-3
/
+3
*
Updated file with version in TNG.
Tim Potter
2000-08-25
1
-2
/
+3
*
Added code to do SID to uid/gid conversion. Needed for ACL support.
Jeremy Allison
2000-08-23
1
-10
/
+178
*
Started to canonicalize our handling of uid -> sid code in order to
Jeremy Allison
2000-08-02
1
-23
/
+83
*
Instead of handing back a string (which might be a DNS name or an IP
Christopher R. Hertel
2000-07-19
1
-4
/
+2
*
First cut toward adding WINS server failover.
Christopher R. Hertel
2000-07-19
1
-1
/
+1
*
Renamed a parameter in init_request() function.
Tim Potter
2000-07-17
1
-10
/
+19
*
Add local fallback for name lookup if no winbindd running...
Jeremy Allison
2000-07-11
1
-9
/
+20
*
Moved winbind client functions from various odd locations to
Tim Potter
2000-07-10
3
-9
/
+224
*
Merge of wbinfo program from TNG.
Tim Potter
2000-07-05
2
-1
/
+412
[next]