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
/
Makefile.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
We don't actually use the horror that was lib/util_array.c :-).
Jeremy Allison
2001-11-20
1
-1
/
+1
*
Do satyr work against a copy of the build farm scripts so as not to
Martin Pool
2001-11-19
1
-2
/
+2
*
Move all other paths into dynconfig
Martin Pool
2001-11-19
1
-6
/
+6
*
LIBDIR and LOCKDIR are dynamically configured too.
Martin Pool
2001-11-19
1
-5
/
+7
*
LMHOSTSFILE is now dynamically configured too.
Martin Pool
2001-11-19
1
-2
/
+4
*
Disable "installcheck" -- it's still too likely to clobber somebody's
Martin Pool
2001-11-19
1
-1
/
+1
*
Store some path names in global variables initialized to configure
Martin Pool
2001-11-19
1
-5
/
+28
*
Fixed detection of RedHat headers. Removed another file !
Jeremy Allison
2001-11-16
1
-2
/
+1
*
Removed SMBD_RPC_CLIENT_OBJ temporary I was using.
Jeremy Allison
2001-11-16
1
-8
/
+3
*
I *love* removing code :-). Removed 4 files that weren't being used.
Jeremy Allison
2001-11-16
1
-7
/
+11
*
Tidyups in the merge process.
Jeremy Allison
2001-11-15
1
-2
/
+1
*
Clean up message.
Martin Pool
2001-11-14
1
-4
/
+4
*
Too much of samba depends on finding files in their installed
Martin Pool
2001-11-14
1
-5
/
+11
*
Add basic "make check" and "make installcheck" targets, using the
Martin Pool
2001-11-14
1
-15
/
+57
*
Added delheaders as a dependency for clean.
Tim Potter
2001-11-07
1
-1
/
+10
*
Use cli_nt_login_network() instead of domain_client_validate() to perform
Tim Potter
2001-11-05
1
-2
/
+2
*
Added NT_USER_TOKEN into server_info to fix extra groups problem.
Jeremy Allison
2001-11-03
1
-1
/
+1
*
This is a farily large patch (3300 lines) and reworks most of the AuthRewrite
Andrew Bartlett
2001-10-31
1
-1
/
+1
*
Fix up the Makefile for now (thanks herb).
Andrew Bartlett
2001-10-27
1
-2
/
+2
*
Restore the intended behaviour for .headers.stamp
Andrew Bartlett
2001-10-26
1
-1
/
+1
*
.headers.stamp not getting touched if file already existed.
Herb Lewis
2001-10-23
1
-1
/
+1
*
Add popt for parsing commandline options
Jim McDonough
2001-10-23
1
-1
/
+5
*
fixed LDSHFLAGS when using non-standard lib locations
Andrew Tridgell
2001-10-20
1
-7
/
+8
*
Add build of net utility
Jim McDonough
2001-10-19
1
-2
/
+8
*
split session setup code out of reply.c in preparation for adding
Andrew Tridgell
2001-10-15
1
-1
/
+1
*
include more libs needed for kerberos5 on some systems (eg. solaris)
Andrew Tridgell
2001-10-15
1
-1
/
+1
*
added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...
Andrew Tridgell
2001-10-12
1
-1
/
+2
*
first step in converting the head branch to use lang_tdb.c instead
Andrew Tridgell
2001-10-11
1
-32
/
+5
*
initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To
Andrew Tridgell
2001-10-11
1
-1
/
+1
*
move libsmb/domain_client_validate.o around in the makefile again, it really is
Andrew Bartlett
2001-10-06
1
-3
/
+4
*
Remove winbindd_glue.c dodgy hack and add winbindd_cm.c for managing
Tim Potter
2001-10-05
1
-3
/
+3
*
switched over to a new method of handling uppercase/lowercase mappings
Andrew Tridgell
2001-10-03
1
-2
/
+3
*
Don't build make_printerdef in HEAD. This tool is not needed except
Gerald Carter
2001-09-29
1
-1
/
+1
*
Fixup passdb stuff to add new nisplus and ldap backends.
Jeremy Allison
2001-09-25
1
-2
/
+3
*
now --with-i18n-swat works to install some international files
Motonobu Takahashi
2001-09-25
1
-1
/
+2
*
added a little smbtorture test for dumping the unicode table of a
Andrew Tridgell
2001-09-25
1
-1
/
+1
*
Added SWAT i18n feature:
Motonobu Takahashi
2001-09-24
1
-9
/
+39
*
fixed the Makefile so we don't rebuild libsmbclient and build_env.h
Andrew Tridgell
2001-09-22
1
-23
/
+19
*
Add the ability to display Samba's build options with smbd -b and as a level 4
Andrew Bartlett
2001-09-19
1
-6
/
+15
*
This isn't used anymore
Andrew Bartlett
2001-09-19
1
-1
/
+0
*
passdb/pampass.c and passdb/pass_check.c are not passdb related at all,
Andrew Bartlett
2001-09-19
1
-4
/
+5
*
Kill off the dangerous passwd program default, as its both very
Andrew Bartlett
2001-09-16
1
-1
/
+1
*
- enable MSDFS by default, there seems no reason not to have it enabled
Andrew Tridgell
2001-09-12
1
-6
/
+0
*
passdb/smbpassfile ain't needed any more - it only provided migration from an...
Andrew Tridgell
2001-09-10
1
-1
/
+1
*
replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down
Andrew Tridgell
2001-09-10
1
-1
/
+1
*
added "display charset" option in smb.conf, along with d_printf()
Andrew Tridgell
2001-09-07
1
-1
/
+1
*
- fixed proto.h build on systems using a parallel make
Andrew Tridgell
2001-09-06
1
-5
/
+12
*
Started a cleanup of smbpasswd related stuff. I've created a new file
Tim Potter
2001-09-06
1
-1
/
+1
*
add PROFILE_OBJ to nmbd now
Herb Lewis
2001-09-05
1
-1
/
+1
*
Added additional objects to rpcclient for sam sync/repl support.
Tim Potter
2001-08-28
1
-1
/
+13
[next]