1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-28 12:23:49 +03:00
Commit Graph

8 Commits

Author SHA1 Message Date
Andrew Bartlett
62eef851fd r719: Follow the trend - remove more unused functions.
Andrew Bartlett
2007-10-10 12:53:45 -05:00
Andrew Tridgell
a9768c25fd r718: removed some more unused code, and two source files 2007-10-10 12:53:44 -05:00
Andrew Bartlett
795ace17a8 r620: Remove more ununsed code.
Andrew Bartlett
2007-10-10 12:51:54 -05:00
Andrew Bartlett
4e614cbe92 r619: Remove more code that is no longer called.
Andrew Bartlett
2007-10-10 12:51:52 -05:00
Andrew Tridgell
9fb0f03693 dcerpc over tcp in the samba4 server now works to some extent. It
needs quite a bit more work to get it finished. The biggest missing
feature is the lack of NTLMSSP which is needed for basic
authentication over tcp
-
Andrew Tridgell
04eb12b56c reduced the number of magic types we need in mkproto.pl
In general I prefer "struct foo" to just "foo" for most
structures. There are exceptions.
-
Andrew Tridgell
4059fbcf02 a few build fixes to try to get irix building -
Andrew Tridgell
b0510b5428 first public release of samba4 code -