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
path:
root
/
source3
/
Makefile.in
Age
Commit message (
Expand
)
Author
Files
Lines
2001-07-08
removed remnants of libtool
Andrew Tridgell
1
-12
/
+1
2001-07-07
Add backend encryption support for NTLMv2.
Andrew Bartlett
1
-2
/
+2
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-31
/
+12
2001-07-04
This brings HEAD into line with SAMBA_2_2, they now both use bindir.
Andrew Bartlett
1
-3
/
+2
2001-07-03
Split pam_winbind out of WINBIND progs so it can be build separately
Tim Potter
1
-1
/
+2
2001-06-30
Fix another small problem with Makefile.in ... not doing the correct
Richard Sharpe
1
-1
/
+1
2001-06-30
Modified Makefile.in to work properly. Define BLDSHARED as a variable in the ...
Richard Sharpe
1
-1
/
+4
2001-06-29
These changes cause the libsmbclient stuff to always build a non-shared libra...
Richard Sharpe
1
-8
/
+8
2001-06-28
temporarily made smbclient a non-error target so that builds will succeed whe...
Andrew Tridgell
1
-10
/
+6
2001-06-27
Added back the automatic build of libsmbclient.so in head.
Richard Sharpe
1
-1
/
+1
2001-06-25
- make the regresison test mode code build in by default. This should
Andrew Tridgell
1
-1
/
+4
2001-06-22
auto-build proto.h if its not there, but don't make it depend
Andrew Tridgell
1
-2
/
+4
2001-06-19
added a torture target for building all torture progs. Fixed a typo in locktest
Andrew Tridgell
1
-0
/
+3
2001-06-19
moved all our torture code to a separate directory
Andrew Tridgell
1
-8
/
+8
2001-06-19
Added $(PROFILE_OBJ) to winbindd objects.
Tim Potter
1
-1
/
+1
2001-06-18
added a oplock break handler hook to the client code, this allows for more co...
Andrew Tridgell
1
-0
/
+1
2001-06-06
Added stub dfs client commands to rpcclient.
Tim Potter
1
-3
/
+5
2001-06-04
use LDSHFLAGS not -shared in several places
Andrew Tridgell
1
-3
/
+3
2001-06-03
removed SHLIBS until someone has time to get it to compile on more platforms ...
Andrew Tridgell
1
-1
/
+4
2001-05-29
4 new functions to retrieve single linked list of group and passwd entries
Simo Sorce
1
-1
/
+2
2001-05-24
Added stubs for SRVSVC and NETLOGON rpcclient commands.
Tim Potter
1
-2
/
+4
2001-05-17
added utmp.o to NECESSARY_BECAUSE_SAMBA_DEPENDENCIES_ARE_SO_BROKEN_OBJ
Andrew Tridgell
1
-3
/
+3
2001-05-17
Fixes to get pam_auth() functionality working again.
Tim Potter
1
-1
/
+10
2001-05-17
Broke out change trust account password routines into separate file
Tim Potter
1
-1
/
+1
2001-05-16
Fix a stupid typo in Makefile.in that prevented the libsmbclient code
Richard Sharpe
1
-1
/
+1
2001-05-16
Added winbind programs to build for supported systems (i.e linux and
Tim Potter
1
-4
/
+2
2001-05-14
Make libsmbclient.so by default now.
Richard Sharpe
1
-1
/
+2
2001-05-14
So I promised Andrew that a winbindd_proto.h file wouldn't be necessary.
Tim Potter
1
-0
/
+5
2001-05-07
OK so I couldn't be as clever as I wanted to be with winbindd_glue.c
Tim Potter
1
-7
/
+8
2001-05-07
Preliminary merge of winbind into HEAD. Note that this compiles and links
Tim Potter
1
-16
/
+16
2001-05-04
Big cleanup of passdb and backends.
Jean-François Micouleau
1
-6
/
+6
2001-04-29
make clean should remove PROGS
Andrew Tridgell
1
-1
/
+1
2001-04-28
don't need slprintf.c any more
Andrew Tridgell
1
-2
/
+2
2001-04-28
removing the references to rpc_client_proto.h
Gerald Carter
1
-21
/
+8
2001-04-26
removed SMBRUN references
Gerald Carter
1
-15
/
+1
2001-04-25
merge some of the nsswitch code from tng to head
Andrew Tridgell
1
-2
/
+2
2001-04-24
Added Steve Langasek <vorlon@netexpress.net> pam_smbpass support
John Terpstra
1
-1
/
+22
2001-04-18
merge from 2.2
Andrew Tridgell
1
-0
/
+1
2001-04-13
Merge of Andrew's changes in 2.2.
Jeremy Allison
1
-6
/
+12
2001-04-12
Added a caching system to smbsh. Previously access to workgroup or server
Tim Potter
1
-0
/
+1
2001-04-10
Added JohnT and Andrew Bartlett's PAM changes.
Jeremy Allison
1
-1
/
+1
2001-03-23
first pass of the new group mapping code
Jean-François Micouleau
1
-1
/
+10
2001-03-18
much better readline support from Simo Sorce, with some mods from me
Andrew Tridgell
1
-1
/
+1
2001-03-16
Added Michael Sweet's CUPS patch to call directly into the CUPS backend.
Jeremy Allison
1
-3
/
+5
2001-03-11
Dead code removal. Not used anywhere.
Jeremy Allison
1
-3
/
+3
2001-03-11
Ok - everything now compiles in HEAD (at least the default stuff). We
Jeremy Allison
1
-9
/
+2
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-4
/
+4
2001-03-10
started support for unicode on the wire in smbd. Using a very similar
Andrew Tridgell
1
-1
/
+1
2001-02-27
Separated dfs pipe into implementation and interface modules.
Jeremy Allison
1
-1
/
+1
2001-02-26
Split srvsvc pipe into interface and implementation modules.
Jeremy Allison
1
-1
/
+1
[next]