1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00

970 Commits

Author SHA1 Message Date
Stefan Metzmacher
3bf29c1113 r807: compile with PICFLAG by default
(ask tridge why this is better than recompiling only the
 files we need for libraries with PICFLAG)

metze
(This used to be commit ee32d29044a52d7098e242ed48c309871e711bd9)
2007-10-10 12:53:51 -05:00
Tim Potter
ac5393fa25 r806: Checkin of workarea - tridge gave me some good ideas today for a better
way to do this.
(This used to be commit c63cb50ca56cb69f7ef39f9828afa61f324f2832)
2007-10-10 12:53:51 -05:00
Jelmer Vernooij
544abe0759 r803: Add README file about building the debian package
(This used to be commit e100e79be0aa883ed5cc69370d705e3abf1bef01)
2007-10-10 12:53:51 -05:00
Andrew Tridgell
95c52e11a1 r796: fixed samr_OemChangePasswordUser2() to replace attributes, not add
(This used to be commit 24bbf9f1bcfddb5131769439bd139faef2c022e2)
2007-10-10 12:53:51 -05:00
Andrew Tridgell
acda755f54 r793: - don't make templates members of any class that would make them show
up in searches like "objectclass=user"

 - auto-add the computer objectclass for computer accounts on create

 - added two types of password change call in samr server

 - reset last_fault_code before each dcerpc call
(This used to be commit c1a65f83f6a4c51e60efd204dab89c20cda65d2b)
2007-10-10 12:53:51 -05:00
Andrew Tridgell
f0a8f718ff r792: - changed the ldb ldif_* functions to be in the ldb_ namespace
- added better error reporting in ldbdel

 - fixed a bug in handling packing of records which contain elements
   with no values (it caused db corruption)

 - allow search with "dn" as target attribute
(This used to be commit 36575396234e3d35dbd442c8f1ff54a17ae64e64)
2007-10-10 12:53:50 -05:00
Andrew Tridgell
0a083d1e08 r791: added ldb man page build to ldb makefile
(This used to be commit ec38392888d20991abe18dd3e6ca226a62c7d4ae)
2007-10-10 12:53:50 -05:00
Andrew Tridgell
4219ec1dec r790: started working on some documentation (manual pages) for ldb
(This used to be commit dcb9d1a897f7186824e997064902f3d50bad1887)
2007-10-10 12:53:50 -05:00
Simo Sorce
6ebd4a9d64 r789: we return wrong number of entries
(This used to be commit c0c1596dbdb1769c3f10c8299f61807497b1d38a)
2007-10-10 12:53:50 -05:00
Andrew Tridgell
47a3f0cc38 r782: added torture test for level 6 logon level in netr_LogonSamLogon
(This used to be commit 770322bfdfad7d7d33de0c5bc95bb0f51f7409c7)
2007-10-10 12:53:50 -05:00
Andrew Tridgell
6d2559f354 r781: added level6 for logon level in SamLogon netlogon.idl
(This used to be commit 446808ae4dbdcd0c64387c54b7d49649971e36d0)
2007-10-10 12:53:50 -05:00
Stefan Metzmacher
a25fdd97ee r771: don't know why but the SMB_INCLUDE_M4() didn't work correct
metze
(This used to be commit 2bb9f4adc049c82f390facc78bf32824ea1b88d9)
2007-10-10 12:53:50 -05:00
Stefan Metzmacher
7feea7c91b r770: remove unused pam_smbpass/ dir from samba4
metze
(This used to be commit 25084445e714706e8c277a723a0ab6782f44990e)
2007-10-10 12:53:50 -05:00
Stefan Metzmacher
2fb0bdfee7 r769: remove unused locking/ dir
metze
(This used to be commit 1f8aae548a3650215bde527782f206f17f49a803)
2007-10-10 12:53:49 -05:00
Stefan Metzmacher
0835e34c9e r768: remove unused msdfs directory
(in 3.X it's also gone)

metze
(This used to be commit 467f1e8e96238401cc9220ade6f76c10dd15e082)
2007-10-10 12:53:49 -05:00
Stefan Metzmacher
6fdba3084b r767: add a $flags argument to the std_CC make rule generater
we may need this for compiling with -fPIC

metze
(This used to be commit e65b38b7cade96e577a5065d08679ba70b074151)
2007-10-10 12:53:49 -05:00
Stefan Metzmacher
cfc2f3c5ab r766: convert ntvfs/* to a config.mk file
metze
(This used to be commit 62d456c144e76b0d14225c2eed5b35bdf9650057)
2007-10-10 12:53:49 -05:00
Stefan Metzmacher
25b69856ec r765: add SMB_INCLUDE_M4() macro as wrapper arround sinclude()
metze
(This used to be commit afbe692b47f4aa6ebe2155927be00197fafe13f3)
2007-10-10 12:53:49 -05:00
Tim Potter
c650534613 r759: Fix some perl warnings.
(This used to be commit 1517ef3a986ec213d33b624fbbe8071600cc5b61)
2007-10-10 12:53:49 -05:00
Stefan Metzmacher
c2fcb0737d r758: just move the util file to the additional object file list
metze
(This used to be commit 4bfecf337bab08e97bc9acfa5fb12273387f2a42)
2007-10-10 12:53:49 -05:00
Tim Potter
38e8feb413 r757: Handle empty union arms (ala rid only entries in netlogon).
(This used to be commit f7b23156681f12805f0c7f242f0c436d102023f4)
2007-10-10 12:53:49 -05:00
Tim Potter
67638baabb r756: Handle default element in union.
(This used to be commit 1ece224c9a25731a8c392cf378968273c0072ecf)
2007-10-10 12:53:49 -05:00
Stefan Metzmacher
b340a61cb9 r755: - disallow process_model _thread when we don't have pwread/pwrite
and have to use the nonthreadsafe wrapper
- add pread/pwrite wrapper to ntvfs_simple
- fix const warning in ntvfs_simple

metze
(This used to be commit f0b2e42978a28204f497cccb07e407f409e3bf50)
2007-10-10 12:53:48 -05:00
Andrew Bartlett
92dd542aa0 r754: Implement the SetPassword operation on the netlogon pipe.
This involves allowing the password set code in samdb to take an
already hashed password, and some fixes to our torture code.

Andrew Bartlett
(This used to be commit f9f581b5804a20785df06cde157b23c952edc2ce)
2007-10-10 12:53:48 -05:00
Tim Potter
8b84f643bd r753: Big reorganisation of everything - also fixes handling of dissectors
for structures.

Instead of trying to parse everything to produce output in the right
order, generate parser in two steps: 1) gather information and register
names, fields, types etc.  2) generate output using data from step 1.
(This used to be commit 03863a2ca88c374e168d579e7e4f78877160215c)
2007-10-10 12:53:48 -05:00
Andrew Bartlett
6703be3ef0 r752: Remove debugging hack (make sure the cleanup test account after we
leave) and test that the password change actually worked.

Andrew Bartlett
(This used to be commit a93c70154ac7126a7d6e638dcfdeef49d2966308)
2007-10-10 12:53:48 -05:00
Andrew Bartlett
582ef8ea88 r751: Fix debug message to print the right variable.
Andrew Bartlett
(This used to be commit aa4b56a8736fb16134fae48165fe608912725895)
2007-10-10 12:53:48 -05:00
Tim Potter
d4fc084c81 r750: Rename global $name -> $module.
Start working on parsing structs.
(This used to be commit d162dcb52f96b1adfac7123201d31c07ee5c90d6)
2007-10-10 12:53:48 -05:00
Stefan Metzmacher
0f3b182ba9 r749: move the basic type checks
be more restrict if we don't have 'long long' or it's size is less than 8 bytes

(maybe only for a while, but if the build farm like it we may let it in forever
since the smb protocol really need 64 bit variables!)

metze
(This used to be commit 4a13cc22b464dfc4cbecfa6922b14c60d95876bd)
2007-10-10 12:53:48 -05:00
Stefan Metzmacher
a22c38d70a r748: get some more info about what the compilers in the build farm support
what we need is a test if the compiler does ANSI c99

metze
(This used to be commit e8a11e441b074f9dc1c7c24c9048f8927dac8e59)
2007-10-10 12:53:48 -05:00
Stefan Metzmacher
78aa17221b r747: report an failure in mkproto.pl via mkproto.sh to make
to fail directly...

metze
(This used to be commit bff8e39d3f302bb7fd6710d5e438188ad4747065)
2007-10-10 12:53:48 -05:00
Tim Potter
dc0228df6b r746: Add entry in proto tree when we don't handle an IDL type.
Start parsing for parsing unions, structs and enums.

Don't display field type in display name.
(This used to be commit e170d9c3dc5d7abcdba9af98f61f36bb118a96fd)
2007-10-10 12:53:47 -05:00
Andrew Bartlett
82306753e2 r745: Move netr_ServerPasswordSet up with the other secure channel
management functions, and make sure to include the fault until this is
no longer a stub.

Andrew Bartlett
(This used to be commit b886cb65f8d7b8b9f587d8a22d830938d4c6eb3e)
2007-10-10 12:53:46 -05:00
Tim Potter
0fae321bc0 r744: A bunch of minor fixes. The ethereal pidl parser now dissects simple
samr calls - only the ones that take policy handles and uint32s.
(This used to be commit d6e30faeec097822c9cdcc9e4270d0adc139cea8)
2007-10-10 12:53:46 -05:00
Andrew Bartlett
064e7447be r743: Start on a NETLOGON server in Samba4.
Currently this only authentiates the machine, not real users.

As a consequence of running the Samba4 NETLOGON test against Samba4, I
found a number of issues in the SAMR server, which I have addressed.
There are more templates in the provison.ldif for this reason.

I also added some debug to our credentials code, and fixed some bugs
in the auth_sam module.

The static buffer in generate_random_string() bit me badly, so I
removed it in favor of a talloc based system.

Andrew Bartlett
(This used to be commit 94624e519b66def97758b8a48a01ffe9029176f0)
2007-10-10 12:53:46 -05:00
Jeremy Allison
31b9470996 r741: Test from Volker in RAW-OPEN for truncating a file containing locks.
Also added the same ad-hoc test is LOCK7.
Jeremy.
(This used to be commit 6cb21ccda3cb420171e2d5afb3842a6be4bd4d18)
2007-10-10 12:53:46 -05:00
Jelmer Vernooij
2bc3b3bcec r739: Implement GetNumRecords() call from eventlog pipe, including a torture test
(This used to be commit 6a254e26f17c2b3175023764c02dc73615d585d6)
2007-10-10 12:53:46 -05:00
Jelmer Vernooij
b79455e0d2 r738: Use same error message format as is used by compilers when reporting
syntax errors (some editors parse these strings and jump to the erroneous
			   line directly)
(This used to be commit 6857efacccb1af69abd46e8867a0b4b3c26801db)
2007-10-10 12:53:46 -05:00
Jelmer Vernooij
fb011fa404 r736: Add list of supported and unsupported MIDL attributes
(This used to be commit ca39c567ed7ed40c7abe7526f6e563e7bf2789bb)
2007-10-10 12:53:46 -05:00
Jelmer Vernooij
08817d94d8 r735: Fix some paths
(This used to be commit 86946fc1b9550d605f6570ea3b2d6afb288f5a28)
2007-10-10 12:53:46 -05:00
Jelmer Vernooij
53f2f8254b r734: Fix crash bug
(This used to be commit 178cd902fc7069e3d613c46fc4845101a0229655)
2007-10-10 12:53:45 -05:00
Stefan Metzmacher
8584141476 r733: remove unused files in source/
maybe we can readd the Doxyfile later if someone wants to maintain it
and a web server

metze
(This used to be commit b2c05e3e864ab24903f99e1d8a1094c853afce16)
2007-10-10 12:53:45 -05:00
Stefan Metzmacher
e00158710e r729: fix the build : inlcude lib/tdb/config.m4
metze
(This used to be commit c563b3bf8389e4cc3ae0185efcfa9291f9a61de6)
2007-10-10 12:53:45 -05:00
Stefan Metzmacher
a2273116fb r728: - let libldb_tdb depend on new subsystem LIBTDB
- remove tdb logging helper functions out of LIBTDB subsystem

- build libtdb shared lib with 'make library_libtdb'

the libs are not usable for now,

tridge: please remove the dependecy of CatchSignal() and smb_panic()
        from libtdb
	maybe use function pointers in the TDB_CONTEXT

	then run make library_libtdb
	and then make build/tests/trivial.o
	and then gcc -o trivial -L./bin -ltdb
	and then gcc -o trivial -L./bin -lldb

metze
(This used to be commit 520b9762161d9b5d5223b42910494af80fd5c1e3)
2007-10-10 12:53:45 -05:00
Jelmer Vernooij
a07f42b4ff r727: Start working on debian package for samba4
(This used to be commit 3fb009b719451ef3253051d06b0bdbca87d4557d)
2007-10-10 12:53:45 -05:00
Stefan Metzmacher
c731e565da r726: fix the build: libcli/raw/clirewrite.o is gone:-)
metze
(This used to be commit 17c95831485d966058d9d2b8d6c129b0057622f9)
2007-10-10 12:53:45 -05:00
Stefan Metzmacher
19fba1fafa r725: fix usage of $PERL to "$PERL" to handle perl -W correct
metze
(This used to be commit b1161c4c832dd0a2975eee0908d9d5cd6171f608)
2007-10-10 12:53:45 -05:00
Andrew Bartlett
6b921d1d21 r719: Follow the trend - remove more unused functions.
Andrew Bartlett
(This used to be commit 62eef851fd79b2739b93b4ed7829514a3dcbf1d0)
2007-10-10 12:53:45 -05:00
Andrew Tridgell
5767c10773 r718: removed some more unused code, and two source files
(This used to be commit a9768c25fd32e76514c837f343f2b52bf0f0824d)
2007-10-10 12:53:44 -05:00
Andrew Bartlett
0f14ae46f3 r715: Finish the ldb conversion for the auth_sam module.
Andrew Bartlett
(This used to be commit 099151cdabd40e724b36482c0ffc169d231146d2)
2007-10-10 12:53:44 -05:00