Andrew Tridgell
71e22ef6b8
r714: make sure ldb formats are portable between big/little endian machines
...
(This used to be commit 166a664a00d2befe30978072e6f3f266b18ba9f4)
2007-10-10 12:53:44 -05:00
Andrew Tridgell
44c107e3a3
r713: added a NetShareGetInfo torture test (thanks to abartlet for pointing
...
out that this was missing)
(This used to be commit 00916f236d3437a9080614d20a3ab589be6f9196)
2007-10-10 12:53:44 -05:00
Andrew Tridgell
ff55bda148
r712: fixed a bug in the NetShareGetInfo idl, and added another info level
...
(This used to be commit 93977055939c5282dbf218f3a6739fa17ebfc641)
2007-10-10 12:53:44 -05:00
Andrew Tridgell
f2548cd873
r711: don't hide attributes inside the special ldb_tdb records (so the fact
...
that a attribute is hidden is not itself hidden!)
(This used to be commit b42d1f39842ac25fee2238040ac01321f71a79c5)
2007-10-10 12:53:44 -05:00
Andrew Bartlett
c727f2ec5e
r708: Clean up copyright headers, to reflect code that has come and gone
...
over time.
Andrew Bartlett
(This used to be commit 1a53e5c8296a7c09563abde1eb4a66ce9cf45473)
2007-10-10 12:53:44 -05:00
Andrew Bartlett
031f5ee0cb
r707: Chainsaw work - SAM_ACCOUNT can die, along with passdb
...
Andrew Bartlett
(This used to be commit bd0e6c9983779e134d206ca939d221dab99521b6)
2007-10-10 12:53:44 -05:00
Stefan Metzmacher
dd1e2cd0d7
r703: only use $PERL -W when --enable-debug
...
metz
(This used to be commit 6289da6783d91637a6be76a4e5444fc22570eca0)
2007-10-10 12:53:44 -05:00
Stefan Metzmacher
90cde0acd1
r702: fix krb5 linking
...
metze
(This used to be commit d0145cec9f757d8867d54b1019a3060995a95072)
2007-10-10 12:53:43 -05:00
Stefan Metzmacher
4f0356d9e0
r701: change debug messages a bit
...
metze
(This used to be commit 03babc5af2552e611bb8f659e14549a580922d72)
2007-10-10 12:53:43 -05:00
Stefan Metzmacher
77c30ebe9e
r700: fix SMB_LIBRARY() to disable the lib by default
...
metze
(This used to be commit b6ac3021f275ba6b0ee0035933c290db4e8bda00)
2007-10-10 12:53:43 -05:00
Stefan Metzmacher
ace1c1f816
r697: make use of SMB_EXT_LIB for LDAP and KRB5
...
metze
(This used to be commit b054f7d4906d1d2b96b352af09c6bdcf96553c2a)
2007-10-10 12:53:43 -05:00
Stefan Metzmacher
90e3150099
r696: fix formating
...
add pkg-config --libs-only-L to linker flags
metze
(This used to be commit cfefe907cce05512a200bd4a3de0b3829f7b0ddb)
2007-10-10 12:53:43 -05:00
Stefan Metzmacher
722ae56f6a
r695: don't add libs andlinkerflags to STATIC_LIBRARY
...
metze
(This used to be commit 2edc46eabe59d6e430199f68e37fb49875a72d28)
2007-10-10 12:53:43 -05:00
Jelmer Vernooij
072ef868c3
r693: Make static
...
(This used to be commit 30d3915c760ac5ee5e632539a3503fc7fed9cc63)
2007-10-10 12:53:43 -05:00
Jelmer Vernooij
76d50e0d26
r692: Add libwinregistry
...
(This used to be commit 0ace3bf289777c30310a05e66fd674337413f0d8)
2007-10-10 12:53:43 -05:00
Stefan Metzmacher
bb1bb2dee7
r691: add
...
--
make binary_smbd
make library_libldb
make module_ntvfs_simple
--
style make rules which depend on make basics, so make idl proto is called by them
metze
(This used to be commit bbec0b6c95d7d01ac36bb0820b2049db57fd2a2c)
2007-10-10 12:53:43 -05:00
Stefan Metzmacher
d5ba19d008
r690: - ignore source/tags
...
- add support for shared libraries
- enable libldb shared lib when --enable-experimental
metze
(This used to be commit dcef69dc54a2575e7f57d67d1983482b4ff57bdb)
2007-10-10 12:53:42 -05:00
Stefan Metzmacher
3f564db67d
r688: add --enable-experimental
...
use Data::Dumper for config.smb_build.dump
when --enable-debug
metze
(This used to be commit 0fd558de796e5798279e8252a7f0d4efdd3a86e6)
2007-10-10 12:53:42 -05:00
Stefan Metzmacher
2b7de39bd2
r687: add newline at eof
...
metze
(This used to be commit 38fd7c5e1a8ee5dcc0e5e6af765fb81f6f7c4111)
2007-10-10 12:53:42 -05:00
Jelmer Vernooij
0048335d9e
r686: - Add SMB_EXT_LIB_FROM_PKGCONFIG()
...
- Build gregedit and registry_gconf again if the required libs are found (gconf and gtk)
(This used to be commit a63b704c36f2f5b52e932b6b2c99e7d664c9bdc7)
2007-10-10 12:53:42 -05:00
Andrew Bartlett
d12e825042
r685: The SAM is dead! Long live the new SAM! ;-)
...
This commit kills passdb, which was only hosting the auth subsystem.
With the work tridge has done on Samba4's SAM backend, this can (and
now is) all hosted on ldb. The auth_sam.c file now references this
backend.
You will need to assign your users passwords in ldb - adding a new line:
unicodePwd: myPass
to a record, using ldbedit, should be sufficient. Naturally, this
assumes you have had your personal SAMR provisioning tutorial from
tridge. Everybody else can still use the anonymous logins.
Andrew Bartlett
(This used to be commit 2aa0b55fb86648731d5f2201fa5a6aa993b7ca48)
2007-10-10 12:53:42 -05:00
Andrew Bartlett
060f94b9fc
r684: Note the fact that NTLMv2 provides a weath of futher testcases...
...
Andrew Bartlett
(This used to be commit d75558cdcbbb89dbe66287d7461b7abae14a8d36)
2007-10-10 12:53:42 -05:00
Andrew Bartlett
03631a6d1f
r683: Remove the trailing ; from this macro, so it can be used in an 'if' expression.
...
(This used to be commit 3813517a8b561e7210ffc32ce861683b057d18eb)
2007-10-10 12:53:42 -05:00
Jelmer Vernooij
61ff3d4296
r682: Typo fixes
...
(This used to be commit 767ba7bd52d7fa98524a553d86dca657c5290424)
2007-10-10 12:53:42 -05:00
Stefan Metzmacher
14832874ee
r681: don't init r.out.result.v
...
metze
(This used to be commit f7ded36699dabecf31ccaf765d667b7240822f8d)
2007-10-10 12:53:41 -05:00
Stefan Metzmacher
4b08f42c0d
r680: fail directly when we notice that perl is not there
...
(we fail anyway)
metze
(This used to be commit 9f6deb7d795fbddc973e84a45ecb1273aa4f3aea)
2007-10-10 12:53:41 -05:00
Stefan Metzmacher
30d726082e
r679: fix make install
...
metze
(This used to be commit 17bb581ab617c9a1883a3a4028ddac94aa2d5980)
2007-10-10 12:53:41 -05:00
Stefan Metzmacher
fa069fdf4d
r678: use ./config.smb_build.pl instead of config.smb_build.pl
...
metze
(This used to be commit 3de5bf894e71ce9a7a0464f2245a64822a34cc5a)
2007-10-10 12:53:41 -05:00
Stefan Metzmacher
7624b3231d
r677: fix: '$' -> '\$'
...
metze
(This used to be commit 89c3780c15687c16d4607c912f71d1082690af76)
2007-10-10 12:53:41 -05:00
Stefan Metzmacher
25b9531e5f
r674: use the same -I flags as before
...
metze
(This used to be commit e7c9e56a5d889497f63c65582f064e02d4442e36)
2007-10-10 12:53:41 -05:00
Stefan Metzmacher
0b7f81e0f6
r673: disable registry_gconf for now
...
metze
(This used to be commit 5bbf0c240730fc27b7341eb7c6891c7741640e74)
2007-10-10 12:53:41 -05:00
Stefan Metzmacher
0a690c12a1
r672: disable gregedit for now
...
metze
(This used to be commit 63600a2a9b2607130efe8e4336a48b5e9584d929)
2007-10-10 12:53:41 -05:00
Stefan Metzmacher
93263d375b
r671: fix make ./include/proto.h
...
metze
(This used to be commit 9312b9cd611373468d5b89c9480646170a49db5b)
2007-10-10 12:53:41 -05:00
Stefan Metzmacher
4c83bc7499
r670: add make everything
...
metze
(This used to be commit 3f942ac521ffbb970345519775f20284be393e60)
2007-10-10 12:53:40 -05:00
Stefan Metzmacher
6e70a689a3
r669: display the version on top of configure
...
this will help in the build farm
metze
(This used to be commit 05c53de97ee98ae27b064d15085606b041307bc2)
2007-10-10 12:53:40 -05:00
Stefan Metzmacher
9c4a451463
r668: fix the build
...
metze
(This used to be commit ba5e71f59e0547aa8329661c7fec73a6469726a5)
2007-10-10 12:53:40 -05:00
Stefan Metzmacher
c2236f1a8b
r667: remove Data::Dumper dependecy
...
metze
(This used to be commit eae450f219701e156a5bd0fd7096dd7fe7da6e2b)
2007-10-10 12:53:40 -05:00
Stefan Metzmacher
5ad0ccbd59
r666: readd 'make etags' and 'make ctags'
...
metze
(This used to be commit fcab9867f90f86c329d82925549c2f9733131ab5)
2007-10-10 12:53:40 -05:00
Stefan Metzmacher
f236700ef6
r665: merge over the new build system from my tmp branch
...
to the main SAMBA_4_0 tree.
NOTE: that it's not completely ready, but it's functional:-)
metze
(This used to be commit c78a2ddb28ec50d6570a83b1f66f18a5c3621731)
2007-10-10 12:53:36 -05:00
Jelmer Vernooij
b2d1f78907
r655: Fix if() logic
...
(This used to be commit 09096cfc3e1b35b4ac944cf84bfdec6ee44e06bf)
2007-10-10 12:51:56 -05:00
Stefan Metzmacher
b5edc0fc05
r649: return unknown interface when the client not yet
...
binds succesful to an interface
metze
(This used to be commit c39e450702cfa2b577c64e14ba1428fd95db7ade)
2007-10-10 12:51:56 -05:00
Stefan Metzmacher
968bf581f6
r644: add SPNEGO auth type
...
metze
(This used to be commit 75bca5dcfa68de0d18a144a221260d2f728e0bfc)
2007-10-10 12:51:56 -05:00
Stefan Metzmacher
085df45264
r641: readd 'use dump;'
...
metze
(This used to be commit 8e2c08f8c7f9481d64b87e7d45e98bc48661efbb)
2007-10-10 12:51:56 -05:00
Stefan Metzmacher
e8d3e37524
r638: remove unused dependency to Data::Dumper and dump
...
(fix some build farm hosts)
metze
(This used to be commit 8735a393c19711cc0f0cf392684d523b1abd2878)
2007-10-10 12:51:56 -05:00
Stefan Metzmacher
e0970e1986
r627: remove the precompiled header when we call make clean or make proto
...
metze
(This used to be commit e37238a7c7c69e3dfcda319752e13131207d59e4)
2007-10-10 12:51:56 -05:00
Stefan Metzmacher
28cfc3c7d7
r626: make the code a bit more readable
...
metze
(This used to be commit 81b94718e4145a53947d401c4b4b88b71c71e4a4)
2007-10-10 12:51:56 -05:00
Andrew Tridgell
5afbecdc2e
r625: - handle passwords longer than length 14 (thanks to abartlet for pointing out the bug)
...
- delete unicodePwd if not storing a plaintext password
(This used to be commit 6c3f22a685c55f183f4e0e4303e3d9990f4b39b5)
2007-10-10 12:51:56 -05:00
Andrew Tridgell
7dc054acaf
r624: all templates should be in class Template
...
(This used to be commit 0431d309037e97456895095f8e0a44b71de1454e)
2007-10-10 12:51:55 -05:00
Andrew Tridgell
0f581e4af9
r623: setUserInfo level 24 (password set) now works in the SAMR server. This includes all
...
of the password complexity, password history and other password restrictions.
(This used to be commit cb070b9084d95cf5178edbef951b75eab62b7220)
2007-10-10 12:51:55 -05:00
Andrew Tridgell
0997d02c50
r622: removed some unused functions to make smbd compile again after
...
andrew's recent chainsaw job :)
(This used to be commit 20166f4e19a599a85dfff045a738309d191db9e7)
2007-10-10 12:51:54 -05:00