summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* r8712: cleanup old search test code to use tallocAndrew Tridgell2007-10-101-16/+18
| | | | (This used to be commit 1d830bcd473a2166b6f89281faabb001697e35d4)
* r8711: add m4 for finding return type for signal handlersAndrew Tridgell2007-10-101-0/+5
| | | | | this patch brought to you by the continuing saga of HPUX portability (This used to be commit 4d63bd27d482ec84078c4541166b16cd82cfeb6a)
* r8710: another attempt at fixing HPUXAndrew Tridgell2007-10-101-1/+2
| | | | (This used to be commit eb3b3c8b407b2208291385539c3379f0420a448e)
* r8709: fixed the assumption in RAW-SEARCH that directories are returned in ↵Andrew Tridgell2007-10-101-1/+10
| | | | | | sorted order (This used to be commit 92afff5fe7134872f12c25628d047b2a92e92a37)
* r8708: fixed an assert that abartlet foundAndrew Tridgell2007-10-101-1/+3
| | | | (This used to be commit f5e6547c28b2069ae80da5037c5f8d0661da652c)
* r8707: this typedef isn't used, and breaks the build on HPUX, so I've removed itAndrew Tridgell2007-10-101-2/+0
| | | | (This used to be commit b9b8714297401664fcf8380d4c90ee22b7341d35)
* r8706: My previous patch oversimplied the previous change to session setup -Andrew Bartlett2007-10-101-3/+14
| | | | | | | we didn't cope with the 'anonymous NTLM under SPNEGO' login. Andrew Bartlett (This used to be commit c3cc14542e426b23e468a11803c1bab0f6fe290f)
* r8703: cope with null string in interpret_addr()Andrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit ff156f7aae29045edd898635d16d141b3e848f3f)
* r8702: fixed ntlm_auth build. Andrew, can you check I got this right?Andrew Tridgell2007-10-101-7/+6
| | | | (This used to be commit 3c12b46e320412e4746fced7e2898f892e815118)
* r8701: Fix up auth_developer for recent changes.Andrew Bartlett2007-10-101-1/+1
| | | | | Andrew Bartlett (This used to be commit 1bc5a1190765571719dd0aaacef1413bba812617)
* r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett2007-10-1014-464/+516
| | | | | | | | | | | | | | | user_info strcture in auth/ This moves it to a pattern much like that found in ntvfs, with functions to migrate between PAIN, HASH and RESPONSE passwords. Instead of make_user_info*() functions, we simply fill in the control block in the callers, per recent dicussions on the lists. This removed a lot of data copies as well as error paths, as we can grab much of it with talloc. Andrew Bartlett (This used to be commit ecbd2235a3e2be937440fa1dc0aecc5a047eda88)
* r8699: removed invalid commentAndrew Bartlett2007-10-101-2/+0
| | | | (This used to be commit f5910ceef5e1ec3fe40b4589e919fe502593b582)
* r8698: attempt to cope with lack of strtoull() on HPUXAndrew Tridgell2007-10-101-1/+9
| | | | (This used to be commit c84c516b179fcbbcdb36c0c0aa4ffb4ff12f2c35)
* r8696: fixed ejs to more strictly follow the va_list rules. Might fix thatAndrew Tridgell2007-10-102-3/+5
| | | | | pesky panic on x86_64 (This used to be commit 80177b29f4b32996d41a87df041c4c1bfb6876c2)
* r8693: Test code for usermod routine.Rafal Szczesniak2007-10-102-0/+72
| | | | | rafal (This used to be commit 19f5ea9c9c2a46c110e5946605432116cb2ad7b3)
* r8692: Starting parts of code to provide user modify functionality.Rafal Szczesniak2007-10-103-6/+195
| | | | | | | | It's more like a placeholder now, than a working code. Just don't want to hang it around my laptop only. rafal (This used to be commit bee1c9ec2dea4cad703386af35470c7d74cef4b0)
* r8690: Code cleanups, improvements necessary for dependencies (not added yet)Jelmer Vernooij2007-10-108-98/+50
| | | | (This used to be commit 7384b3c4a1450ad63356dcf586e3a7e7335f8e6d)
* r8685: an alpha in the build farm is dying with a floating pointAndrew Tridgell2007-10-101-0/+3
| | | | | exception. Catch these in out fault handler, so we get a backtrace (This used to be commit 802724cf69e65a07202f3399a4321a35c2f3c018)
* r8684: this should fix the panic on x86_64, and possibly alphaAndrew Tridgell2007-10-101-2/+6
| | | | (This used to be commit c2f5884e2f8a033446467384b6c058567b2fb9ce)
* r8681: if SOCKET_WRAPPER_DIR starts with ./ then strip it internally. This ↵Andrew Tridgell2007-10-101-4/+17
| | | | | | | saves us 2 more chars in the name, which is enough to get IRIX 6.4 working (This used to be commit e6d9cde482ad9f3fa91d9ce3638e2ec6530b3a9c)
* r8680: try harder to find the binary for gdb in the backtraceAndrew Tridgell2007-10-101-0/+11
| | | | (This used to be commit e84871dd3232de73104bee81dd877cc329cd1970)
* r8679: only call fault setup once (thanks to andrew for pointing this out)Andrew Tridgell2007-10-101-3/+4
| | | | (This used to be commit f8a2b032a70dd63f4454b982d00168dcf6793202)
* r8678: setup for gdb backtrace in 'make test'Andrew Tridgell2007-10-107-24/+39
| | | | (This used to be commit acf8c8fd4995acef47390df5a7d4e611c597367d)
* r8677: The first part of the domain name may not be equal to the netbios ↵Andrew Bartlett2007-10-102-2/+4
| | | | | | | | | | domain name. Remove the use of flatname from the main domain object, we no longer reference it. Andrew Bartlett (This used to be commit 2303e24be74570187b23c3d31d0433263c83ba7e)
* r8676: attribute lists in ldb searches must be NULL terminatedAndrew Tridgell2007-10-101-1/+1
| | | | | this is what was causing the panic on the s390 box (This used to be commit 3a49626ae17d6076f0fc54b0453acb459d88297c)
* r8674: With the rdn_name module, we don't need this duplication in the samdbAndrew Bartlett2007-10-101-22/+0
| | | | | | | module any more. Andrew Bartlett (This used to be commit da48e77e7ca21bc99f2829a22ea3dc96ba413191)
* r8671: use much shorter names for the selftest directory and socket wrapperAndrew Tridgell2007-10-103-9/+21
| | | | | | | code. I'm afraid this is needed by irix 6.4 which silently truncates names in unix domain sockets in recvfrom() to 16 chars. My apologies for having to move to such short names :-( (This used to be commit f9693e313da67e1347a607db5d3ebbf36e02a77a)
* r8670: Remove GUID code from SAMR, it is handled lower down now. I noticeAndrew Bartlett2007-10-101-11/+1
| | | | | | | | this code also does string SIDs, but I'm not quite sure where that fits in. Andrew Bartlett (This used to be commit 968bcc4fe8142319ca0a2ac9e3a895b5436b4552)
* r8669: The objectguid module belongs in Samba's ldb module collection, not inAndrew Bartlett2007-10-105-33/+25
| | | | | | | | | | | ldb, as it can't build without the NDR and GUID code. Also make it properly use the NDR encoding for the GUID (I forgot last time, and used a string), as well as set the dependencies on the module correctly. Andrew Bartlett (This used to be commit 8054abc76e5e3588cebc7fc01062a1223b7f140b)
* r8668: fixed a segv during upgrade of a very old ldb.Andrew Tridgell2007-10-101-0/+5
| | | | | Thanks to volker for finding this one too. Keep them coming! (This used to be commit 756796ad2ea86a9471d1b09e66b1a74c4523f6f4)
* r8667: Further simply the provision script, by removing the 'name' attribute.Andrew Bartlett2007-10-107-83/+312
| | | | | | | This is now calculated on the fly for every add and modify. Andrew Bartlett (This used to be commit ed1f2e029c840d2b3ecb49dbe6e8cd67588eeeed)
* r8666: The same fix as the last commit, I was caught out on a move from aAndrew Bartlett2007-10-101-2/+2
| | | | | | | BOOL to int function return. Andrew Bartlett (This used to be commit e03e00fe606db443783f1dea03411025c01c7de5)
* r8665: fixed a segv at high debug level in the web serverAndrew Tridgell2007-10-101-1/+4
| | | | | thanks to volker for finding this (This used to be commit e02d7753f77327e3ca295a86afde9ea74ddcf5e0)
* r8664: I got caught out not testing...Andrew Bartlett2007-10-101-2/+2
| | | | | | | | I replaced these function calls, and they went from BOOL to int return values, so naturally failed. Andrew Bartlett (This used to be commit 1982fdb6f3355494ecaae93280eea4e69c78430f)
* r8663: Since simo constructed the samdb module, he and tridge have worked onAndrew Bartlett2007-10-101-31/+34
| | | | | | | a DN parsing system. Leverage that in the dsdb module. Andrew Bartlett (This used to be commit 2408f322765fc1b1769d5c8ea69eae4d968cd195)
* r8662: Revert change to CN=Cert Publishers, this group still needs toAndrew Bartlett2007-10-101-0/+2
| | | | | | | override the template for these attributes. Andrew Bartlett (This used to be commit 3462cbadb285313dfd88234b144d1921d2bcc880)
* r8661: added strstr() ejs function in string libAndrew Tridgell2007-10-101-0/+17
| | | | (This used to be commit a569fc8924e8c8edbdfa7efc89ad99659af8c379)
* r8660: Use templates for the initial provision of user and computer accounts.Andrew Bartlett2007-10-104-237/+164
| | | | | | | | | | | | This ensures the templating code is used, and also makes it clearer what I need to duplicate in the vampire area. Also fix a silly bug in the template application code (the samdb module) that caused templates to be compleatly unused (my fault, from my commit last night). Andrew Bartlett (This used to be commit 4a8ef7197ff938942832034453f843cb8a50f2d1)
* r8659: return ldif formatted attributes in the ejs ldb search call, so sids ↵Andrew Tridgell2007-10-104-11/+27
| | | | | | | show up as strings not binary blobs (This used to be commit d2c29a5a51f68cabb9ef587376bf0a6b936cdd76)
* r8658: move use of lp_security() and lp_nt_status_support() into the ↵Andrew Tridgell2007-10-103-2/+10
| | | | | | | connection structure. This massively reduces the number of lp_*() calls made (This used to be commit b1d577f48d31c0c17ad0b6abd78120087408e58d)
* r8652: added a test for the boolean bug just fixedAndrew Tridgell2007-10-101-0/+17
| | | | (This used to be commit 19ae68f59ad9b81005eb68b3773f24234c0f891d)
* r8651: fixed a boolean expression bug (submitted upstream)Andrew Tridgell2007-10-101-0/+3
| | | | (This used to be commit bd4c388cd2653823e012f1cd8c14832ee032eb11)
* r8650: Use the timestamps and a new objectguid module rather than placingAndrew Bartlett2007-10-107-212/+307
| | | | | | | | | boilerplate attributes in every entry in provision.ldif. The next step will be to use templates. Andrew Bartlett (This used to be commit 940ed9827f5ab83b668a60a2b0110567dd54c3e2)
* r8649: added smbscript to the list of binaries to installAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit f5e39455a8e7aff54503857ec148c880aac71fac)
* r8648: automatically redirect to provisioning if not yet provisioned when theAndrew Tridgell2007-10-102-0/+27
| | | | | home page in swat is accessed (This used to be commit 78fb559c08d55c01f5ede81d43cdd857cce8d338)
* r8647: no diffrences between the heimdal and no heimdal case when buildingLove Hörnquist Åstrand2007-10-101-5/+0
| | | | (This used to be commit 08eb97c264d238304908c251d1de7fe2ed8b5a1e)
* r8646: update install howto for new provision codeAndrew Tridgell2007-10-101-17/+6
| | | | (This used to be commit bfc3270fb6177b01cb60e02c231084170c9ec15f)
* r8645: updated the ldb esp test for the new ldb ejs syntaxAndrew Tridgell2007-10-101-1/+1
| | | | | | simo, when changing ejs syntax, please grep -r through the *.js and *.esp files to fix all the callers. Thanks :) (This used to be commit 8d0c9557a29a802800257af1bab38bfe57928c17)
* r8644: This is a more useful error than unsuccesful.Andrew Bartlett2007-10-101-1/+1
| | | | | Andrew Bartlett (This used to be commit d7136c93fb7ddf27d914329a7c9fd77de22d4356)
* r8643: - make lp_configfile() work againAndrew Tridgell2007-10-1018-33/+104
| | | | | | | | | | - get rid of redundeny dyn_CONFIGFILE argument to lp_load() - fixed provisioning to work with completely pristine install, creating an initial smb.conf is none is present - added lp.set() and lp.reload() to loadparm ejs object interface (This used to be commit c2691ef7126ddcee5f95970b78759b40a049d0a7)