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
Age
Commit message (
Expand
)
Author
Files
Lines
2001-09-26
Finish Jeremy's passdb merge :-).
Andrew Bartlett
2
-134
/
+200
2001-09-26
Added Elrond patch to make se_access_check use NT datastructures, not Samba.
Jeremy Allison
3
-28
/
+17
2001-09-25
Fixup passdb stuff to add new nisplus and ldap backends.
Jeremy Allison
17
-1876
/
+4624
2001-09-25
sorry to forget re-run autoconf again...
Motonobu Takahashi
1
-118
/
+124
2001-09-25
now --with-i18n-swat works to install some international files
Motonobu Takahashi
3
-11
/
+35
2001-09-25
Don't segfault when deleting accounts not in /etc/passwd. The RID we want is
Andrew Bartlett
1
-5
/
+2
2001-09-25
Fix up the ./configure for the BSDs:
Andrew Bartlett
2
-2
/
+2
2001-09-25
memory leak fixes ..
Simo Sorce
1
-7
/
+21
2001-09-25
- the inactive core of the new mangling code that use tdb
Simo Sorce
2
-0
/
+464
2001-09-25
fixed the really awful performance problem with the stat cache when it
Andrew Tridgell
2
-9
/
+11
2001-09-25
fixed a typo
Andrew Tridgell
1
-1
/
+1
2001-09-25
added a little smbtorture test for dumping the unicode table of a
Andrew Tridgell
5
-4
/
+86
2001-09-25
Change ./configure.developer to stay in effect across a
Andrew Bartlett
3
-817
/
+829
2001-09-25
allow all ucs2 chars in utf8, rather than mapping some to a single
Andrew Tridgell
1
-10
/
+1
2001-09-25
added cli_qpathinfo_alt_name() for fetching the 8.3 name of a file
Andrew Tridgell
1
-0
/
+65
2001-09-25
Try to fix up manpage installation
Andrew Bartlett
1
-1
/
+1
2001-09-25
Fixed enumeration of large numbers of groups from a Samba DC.
Jeremy Allison
2
-2
/
+8
2001-09-25
Log sys_acl_set_XX at level 2 not zero.
Jeremy Allison
1
-2
/
+2
2001-09-24
Change log message to 2 from zero when failing to create directory.
Jeremy Allison
1
-1
/
+1
2001-09-24
Removed extra '()' s.
Jeremy Allison
1
-8
/
+6
2001-09-24
fixed a typo in installman.sh
Motonobu Takahashi
2
-2
/
+2
2001-09-24
fixed a typo
Motonobu Takahashi
1
-1
/
+1
2001-09-24
added files and directories to support gettext() feature
Motonobu Takahashi
39
-0
/
+16121
2001-09-24
Update configure from configure.in
Motonobu Takahashi
1
-738
/
+2615
2001-09-24
Added SWAT i18n feature:
Motonobu Takahashi
14
-526
/
+1623
2001-09-24
added SWAT i18n support files for Japanese and Turkish
Motonobu Takahashi
23
-0
/
+192
2001-09-24
fixed a silly off by 1 bug
Andrew Tridgell
2
-2
/
+5
2001-09-24
fixed bug in POST var handling
Andrew Tridgell
1
-4
/
+2
2001-09-24
If we disable hostname lookups we can at least get a uniform answer for testing
Andrew Bartlett
2
-3
/
+2
2001-09-24
tdbtorture updates from when I was trying to track down the hp tdb bug
Andrew Tridgell
1
-12
/
+50
2001-09-24
convert all POST variables from display to unix charset
Andrew Tridgell
2
-23
/
+29
2001-09-24
Add .headers.stamp
Andrew Bartlett
1
-0
/
+1
2001-09-23
Lets call an NTSTATUS an nt_status, not an ecode.
Andrew Bartlett
1
-6
/
+6
2001-09-23
Zero out these pstrings before we start: makes for much easier debugging.
Andrew Bartlett
1
-2
/
+2
2001-09-23
Fix up NT_STATUS return for session setups, Win2k objects to anything other
Andrew Bartlett
3
-12
/
+7
2001-09-22
fixed the Makefile so we don't rebuild libsmbclient and build_env.h
Andrew Tridgell
4
-642
/
+655
2001-09-22
Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set.
Jeremy Allison
2
-0
/
+35
2001-09-22
These are RIDs not Unix UIDs so make this clear in the feild names.
Andrew Bartlett
2
-7
/
+7
2001-09-21
Attempt to make quotas work with RH7.1, and with other Linuxen... This is
Jeremy Allison
5
-107
/
+238
2001-09-21
fixed the error code handling in can_delete() by converting it to
Andrew Tridgell
1
-19
/
+22
2001-09-21
Added -s configfile to smbcontrol.c.
Volker Lendecke
1
-6
/
+9
2001-09-21
fixed character set for user name pull
Andrew Tridgell
1
-4
/
+3
2001-09-20
smbmount fixes from Urban.
Jeremy Allison
3
-71
/
+101
2001-09-20
Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!
Andrew Bartlett
5
-174
/
+247
2001-09-20
We are not meant to touch the username, so use the pass->pw_name output rather
Andrew Bartlett
2
-12
/
+12
2001-09-20
Fix up the test for some of the quirkier hosts on the farm, and enable one
Andrew Bartlett
2
-5
/
+4
2001-09-20
Check 'hosts equiv' and 'use rhosts' compatability with 'hostname
Andrew Bartlett
1
-0
/
+16
2001-09-20
Rearrange the ordering of the checks in make_connection(). The new order has
Andrew Bartlett
1
-37
/
+56
2001-09-20
Add and modify some of the various tests I have had sitting around here for a
Andrew Bartlett
12
-10
/
+147
2001-09-20
Fix for MiXed and UPPER case usernames with plaintext PAM passwords.
Andrew Bartlett
2
-2
/
+2
[next]