summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* r771: don't know why but the SMB_INCLUDE_M4() didn't work correctStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 2bb9f4adc049c82f390facc78bf32824ea1b88d9)
* r770: remove unused pam_smbpass/ dir from samba4Stefan Metzmacher2007-10-1015-1742/+0
| | | | | metze (This used to be commit 25084445e714706e8c277a723a0ab6782f44990e)
* r769: remove unused locking/ dirStefan Metzmacher2007-10-103-2860/+0
| | | | | metze (This used to be commit 1f8aae548a3650215bde527782f206f17f49a803)
* r768: remove unused msdfs directoryStefan Metzmacher2007-10-101-913/+0
| | | | | | | (in 3.X it's also gone) metze (This used to be commit 467f1e8e96238401cc9220ade6f76c10dd15e082)
* r767: add a $flags argument to the std_CC make rule generaterStefan Metzmacher2007-10-101-5/+9
| | | | | | | we may need this for compiling with -fPIC metze (This used to be commit e65b38b7cade96e577a5065d08679ba70b074151)
* r766: convert ntvfs/* to a config.mk fileStefan Metzmacher2007-10-102-11/+72
| | | | | metze (This used to be commit 62d456c144e76b0d14225c2eed5b35bdf9650057)
* r765: add SMB_INCLUDE_M4() macro as wrapper arround sinclude()Stefan Metzmacher2007-10-103-21/+39
| | | | | metze (This used to be commit afbe692b47f4aa6ebe2155927be00197fafe13f3)
* r759: Fix some perl warnings.Tim Potter2007-10-101-10/+15
| | | | (This used to be commit 1517ef3a986ec213d33b624fbbe8071600cc5b61)
* r758: just move the util file to the additional object file listStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 4bfecf337bab08e97bc9acfa5fb12273387f2a42)
* r757: Handle empty union arms (ala rid only entries in netlogon).Tim Potter2007-10-101-1/+1
| | | | (This used to be commit f7b23156681f12805f0c7f242f0c436d102023f4)
* r756: Handle default element in union.Tim Potter2007-10-101-3/+7
| | | | (This used to be commit 1ece224c9a25731a8c392cf378968273c0072ecf)
* r755: - disallow process_model _thread when we don't have pwread/pwriteStefan Metzmacher2007-10-102-1/+24
| | | | | | | | | 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)
* r754: Implement the SetPassword operation on the netlogon pipe.Andrew Bartlett2007-10-105-58/+252
| | | | | | | | 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)
* r753: Big reorganisation of everything - also fixes handling of dissectorsTim Potter2007-10-101-240/+334
| | | | | | | | | 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)
* r752: Remove debugging hack (make sure the cleanup test account after weAndrew Bartlett2007-10-101-2/+5
| | | | | | | leave) and test that the password change actually worked. Andrew Bartlett (This used to be commit a93c70154ac7126a7d6e638dcfdeef49d2966308)
* r751: Fix debug message to print the right variable.Andrew Bartlett2007-10-101-1/+1
| | | | | Andrew Bartlett (This used to be commit aa4b56a8736fb16134fae48165fe608912725895)
* r750: Rename global $name -> $module.Tim Potter2007-10-101-39/+122
| | | | | Start working on parsing structs. (This used to be commit d162dcb52f96b1adfac7123201d31c07ee5c90d6)
* r749: move the basic type checksStefan Metzmacher2007-10-101-12/+17
| | | | | | | | | | 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)
* r748: get some more info about what the compilers in the build farm supportStefan Metzmacher2007-10-101-3/+10
| | | | | | | what we need is a test if the compiler does ANSI c99 metze (This used to be commit e8a11e441b074f9dc1c7c24c9048f8927dac8e59)
* r747: report an failure in mkproto.pl via mkproto.sh to makeStefan Metzmacher2007-10-101-0/+6
| | | | | | | to fail directly... metze (This used to be commit bff8e39d3f302bb7fd6710d5e438188ad4747065)
* r746: Add entry in proto tree when we don't handle an IDL type.Tim Potter2007-10-101-4/+50
| | | | | | | Start parsing for parsing unions, structs and enums. Don't display field type in display name. (This used to be commit e170d9c3dc5d7abcdba9af98f61f36bb118a96fd)
* r745: Move netr_ServerPasswordSet up with the other secure channelAndrew Bartlett2007-10-101-12/+24
| | | | | | | | management functions, and make sure to include the fault until this is no longer a stub. Andrew Bartlett (This used to be commit b886cb65f8d7b8b9f587d8a22d830938d4c6eb3e)
* r744: A bunch of minor fixes. The ethereal pidl parser now dissects simpleTim Potter2007-10-101-12/+22
| | | | | samr calls - only the ones that take policy handles and uint32s. (This used to be commit d6e30faeec097822c9cdcc9e4270d0adc139cea8)
* r743: Start on a NETLOGON server in Samba4.Andrew Bartlett2007-10-1013-218/+816
| | | | | | | | | | | | | | | | | 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)
* r741: Test from Volker in RAW-OPEN for truncating a file containing locks.Jeremy Allison2007-10-102-1/+109
| | | | | | Also added the same ad-hoc test is LOCK7. Jeremy. (This used to be commit 6cb21ccda3cb420171e2d5afb3842a6be4bd4d18)
* r739: Implement GetNumRecords() call from eventlog pipe, including a torture ↵Jelmer Vernooij2007-10-103-24/+157
| | | | | | test (This used to be commit 6a254e26f17c2b3175023764c02dc73615d585d6)
* r738: Use same error message format as is used by compilers when reportingJelmer Vernooij2007-10-102-2/+2
| | | | | | syntax errors (some editors parse these strings and jump to the erroneous line directly) (This used to be commit 6857efacccb1af69abd46e8867a0b4b3c26801db)
* r736: Add list of supported and unsupported MIDL attributesJelmer Vernooij2007-10-101-1/+94
| | | | (This used to be commit ca39c567ed7ed40c7abe7526f6e563e7bf2789bb)
* r734: Fix crash bugJelmer Vernooij2007-10-101-3/+8
| | | | (This used to be commit 178cd902fc7069e3d613c46fc4845101a0229655)
* r733: remove unused files in source/Stefan Metzmacher2007-10-104-2131/+0
| | | | | | | | maybe we can readd the Doxyfile later if someone wants to maintain it and a web server metze (This used to be commit b2c05e3e864ab24903f99e1d8a1094c853afce16)
* r729: fix the build : inlcude lib/tdb/config.m4Stefan Metzmacher2007-10-101-0/+1
| | | | | metze (This used to be commit c563b3bf8389e4cc3ae0185efcfa9291f9a61de6)
* r728: - let libldb_tdb depend on new subsystem LIBTDBStefan Metzmacher2007-10-107-62/+140
| | | | | | | | | | | | | | | | | | | | - 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)
* r726: fix the build: libcli/raw/clirewrite.o is gone:-)Stefan Metzmacher2007-10-101-8/+4
| | | | | metze (This used to be commit 17c95831485d966058d9d2b8d6c129b0057622f9)
* r725: fix usage of $PERL to "$PERL" to handle perl -W correctStefan Metzmacher2007-10-102-4/+4
| | | | | metze (This used to be commit b1161c4c832dd0a2975eee0908d9d5cd6171f608)
* r719: Follow the trend - remove more unused functions.Andrew Bartlett2007-10-105-48/+1
| | | | | Andrew Bartlett (This used to be commit 62eef851fd79b2739b93b4ed7829514a3dcbf1d0)
* r718: removed some more unused code, and two source filesAndrew Tridgell2007-10-106-116/+1
| | | | (This used to be commit a9768c25fd32e76514c837f343f2b52bf0f0824d)
* r715: Finish the ldb conversion for the auth_sam module.Andrew Bartlett2007-10-102-30/+102
| | | | | Andrew Bartlett (This used to be commit 099151cdabd40e724b36482c0ffc169d231146d2)
* r714: make sure ldb formats are portable between big/little endian machinesAndrew Tridgell2007-10-102-16/+24
| | | | (This used to be commit 166a664a00d2befe30978072e6f3f266b18ba9f4)
* r713: added a NetShareGetInfo torture test (thanks to abartlet for pointingAndrew Tridgell2007-10-101-0/+45
| | | | | out that this was missing) (This used to be commit 00916f236d3437a9080614d20a3ab589be6f9196)
* r712: fixed a bug in the NetShareGetInfo idl, and added another info levelAndrew Tridgell2007-10-101-1/+6
| | | | (This used to be commit 93977055939c5282dbf218f3a6739fa17ebfc641)
* r711: don't hide attributes inside the special ldb_tdb records (so the factAndrew Tridgell2007-10-101-1/+1
| | | | | that a attribute is hidden is not itself hidden!) (This used to be commit b42d1f39842ac25fee2238040ac01321f71a79c5)
* r708: Clean up copyright headers, to reflect code that has come and goneAndrew Bartlett2007-10-102-8/+5
| | | | | | | over time. Andrew Bartlett (This used to be commit 1a53e5c8296a7c09563abde1eb4a66ce9cf45473)
* r707: Chainsaw work - SAM_ACCOUNT can die, along with passdbAndrew Bartlett2007-10-101-116/+0
| | | | | Andrew Bartlett (This used to be commit bd0e6c9983779e134d206ca939d221dab99521b6)
* r703: only use $PERL -W when --enable-debugStefan Metzmacher2007-10-102-1/+4
| | | | | metz (This used to be commit 6289da6783d91637a6be76a4e5444fc22570eca0)
* r702: fix krb5 linkingStefan Metzmacher2007-10-102-1/+7
| | | | | metze (This used to be commit d0145cec9f757d8867d54b1019a3060995a95072)
* r701: change debug messages a bitStefan Metzmacher2007-10-101-5/+5
| | | | | metze (This used to be commit 03babc5af2552e611bb8f659e14549a580922d72)
* r700: fix SMB_LIBRARY() to disable the lib by defaultStefan Metzmacher2007-10-102-2/+2
| | | | | metze (This used to be commit b6ac3021f275ba6b0ee0035933c290db4e8bda00)
* r697: make use of SMB_EXT_LIB for LDAP and KRB5Stefan Metzmacher2007-10-103-9/+10
| | | | | metze (This used to be commit b054f7d4906d1d2b96b352af09c6bdcf96553c2a)
* r696: fix formatingStefan Metzmacher2007-10-101-23/+24
| | | | | | | add pkg-config --libs-only-L to linker flags metze (This used to be commit cfefe907cce05512a200bd4a3de0b3829f7b0ddb)
* r695: don't add libs andlinkerflags to STATIC_LIBRARYStefan Metzmacher2007-10-101-2/+0
| | | | | metze (This used to be commit 2edc46eabe59d6e430199f68e37fb49875a72d28)