summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-1812-31/+104
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source/build/smb_build/main.pl source/build/smb_build/makefile.pm (This used to be commit d31987461984aebf8c6f2513e83c92757c0f83c7)
| * | | | | | | | | | | | | | | | | | | | | Simpler handling of sonameflag.Jelmer Vernooij2008-02-161-16/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit ef532a715e8d05652bc7b320d6d0b88a93599b33)
| * | | | | | | | | | | | | | | | | | | | | Merge unused function.Jelmer Vernooij2008-02-161-11/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit d3725224cfe0a10e99b0012f4e0e79ea427962de)
| * | | | | | | | | | | | | | | | | | | | | Properly escape quotes in init functions.Jelmer Vernooij2008-02-161-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 0efa80f30b4f3287a204af450a43dcdfa9baad8a)
| * | | | | | | | | | | | | | | | | | | | | Move logic to makefileJelmer Vernooij2008-02-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 412c1c2c1eabec25fb9d6506ece06032da798ebe)
| * | | | | | | | | | | | | | | | | | | | | Move responsibilities of build.h to makefile.Jelmer Vernooij2008-02-1611-97/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit a43f6d37bce85748e9cf2675e5beced5db26f1c3)
| * | | | | | | | | | | | | | | | | | | | | Remove some unused code.Jelmer Vernooij2008-02-161-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 7a11659c18b5d13c5397e8121ef4e35e188a8402)
| * | | | | | | | | | | | | | | | | | | | | Avoid creating a whole bunch of files in bin/modules.Jelmer Vernooij2008-02-161-18/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit dadae70042600f13f6f9bfcf2d045a797e2b9e69)
| * | | | | | | | | | | | | | | | | | | | | Remove some unused code.Jelmer Vernooij2008-02-162-13/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 8214fb600ec626a8dd01ef3e2af1f4a8bf27dcb2)
| * | | | | | | | | | | | | | | | | | | | | Use make list concatenation support to create list of object files for ↵Jelmer Vernooij2008-02-163-23/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | subsystems/libraries. (This used to be commit 6d3c45889fd20dba5f77466f1e4452a47b442ae4)
| * | | | | | | | | | | | | | | | | | | | | Use make to generate list of python files, remove unused variable.Jelmer Vernooij2008-02-161-9/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 7ec39624392fd0a0e64326e06acf9d42c86d06f9)
| * | | | | | | | | | | | | | | | | | | | | Remove unused ALL_OBJS variable.Jelmer Vernooij2008-02-161-14/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 919976f393274c6dfe5394eef79f2f3b38f1ffa9)
| * | | | | | | | | | | | | | | | | | | | | Use make to create lists of plugins, remove duplicate variable.Jelmer Vernooij2008-02-162-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 36cc584374d32c7875333fa5abd97b31e83291aa)
| * | | | | | | | | | | | | | | | | | | | | Use make to create lists of pc files and prototype headers.Jelmer Vernooij2008-02-162-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 6cc7bc1586e892e8470cb3f18a7afa2029a0399d)
| * | | | | | | | | | | | | | | | | | | | | Use make to generate list of prototype headers.Jelmer Vernooij2008-02-161-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 20800de0581de1f8be57755df5cc05ffad34ada9)
| * | | | | | | | | | | | | | | | | | | | | Use make to generate lists of libraries.Jelmer Vernooij2008-02-161-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 8e1396d5666b1c9306e04cf98d1c89fa13199c7d)
| * | | | | | | | | | | | | | | | | | | | | Generate manpage list with make.Jelmer Vernooij2008-02-161-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 7eaa96169f0a32110194560ff27ed89120160efc)
| * | | | | | | | | | | | | | | | | | | | | Create SBIN_PROGS and BIN_PROGS lists from within make.Jelmer Vernooij2008-02-161-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 62abd38725ecbe149075a5e2097a08981cd156cf)
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-162-8/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 8e716d139003d3e743dd99d93f76da4cfa7d48b3)
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-162-13/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit c1b2b5f9f479e202f30f245a47d2743a592deeb8)
| * | | | | | | | | | | | | | | | | | | | | | | use gmake to handle .py file copies.Jelmer Vernooij2008-02-162-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 33111f98df7e8f9bb7d62599c6b13a1a4479a2e1)
| * | | | | | | | | | | | | | | | | | | | | | | Rely on GNU make to build static libraries.Jelmer Vernooij2008-02-162-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 8e9856412befc0ea94536dd492588f232347564a)
| * | | | | | | | | | | | | | | | | | | | | | | Revert "Allow LDB to be a static library again."Jelmer Vernooij2008-02-164-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 16fd90d7a99ae8eaf2accf3c8b3ec55b2223f9cd. (This used to be commit 9166e48944819041ed5db6dbd432fc660660c5ce)
| * | | | | | | | | | | | | | | | | | | | | | | Allow LDB to be a static library again.Jelmer Vernooij2008-02-164-29/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 16fd90d7a99ae8eaf2accf3c8b3ec55b2223f9cd)
| * | | | | | | | | | | | | | | | | | | | | | | Add static header for gencache.Jelmer Vernooij2008-02-162-5/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 9a0f6a0012243a74702c723dec808c99c58c772e)
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-0921-110/+306
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 2db0e86fb4abc27eed2d35e1d41122bc89a2c5fe)
| * | | | | | | | | | | | | | | | | | | | | | | Fix typo.Jelmer Vernooij2008-05-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit bd089818a3182698dfe85039c1b2e22d8c2835bb)
| * | | | | | | | | | | | | | | | | | | | | | | Add undefined symbol flag for AIX.William Jojo2008-05-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit dabdf24e86f038e3afc67532fa5bf60a37992161)
| * | | | | | | | | | | | | | | | | | | | | | | Fix typo.Jelmer Vernooij2008-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 1def988ef28de85b3f97172bdbf935a4fec4dec3)
| * | | | | | | | | | | | | | | | | | | | | | | Fix link flags for ldb and tdb Python modules.Jelmer Vernooij2008-05-082-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 787a32fdef9d761d64839f489cca0b0684f9a9fd)
| * | | | | | | | | | | | | | | | | | | | | | | Install session.h, required by OpenChange's proxy.Jelmer Vernooij2008-05-082-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 44d8b70004247729862b194ea66444e0cf296660)
| * | | | | | | | | | | | | | | | | | | | | | | libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone buildStefan Metzmacher2008-05-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 04f4523ed032946b8f0e74ac6f7458010159e3bb)
| * | | | | | | | | | | | | | | | | | | | | | | libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for sambaStefan Metzmacher2008-05-072-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 3451b54bf7f5e37a589ec261d28c2a8b6f9788ed)
| * | | | | | | | | | | | | | | | | | | | | | | libreplace: split out network checks into a AC_LIBREPLACE_NETWORK_CHECKS macroStefan Metzmacher2008-05-072-63/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: moving it out of AC_LIBREPLACE_BROKEN_CHECKS will be the next step metze (This used to be commit 55a904b1d7aeca849d450e371b18afca5b0c6218)
| * | | | | | | | | | | | | | | | | | | | | | | pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME codeStefan Metzmacher2008-05-075-42/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'll fix this more correctly very soon, so that we'll pass the BASE-DELAYWRITE test. metze (This used to be commit b09dd6b65d533832a025a51509dcc84f84b048aa)
| * | | | | | | | | | | | | | | | | | | | | | | libreplace: always provide utime() and utimes()Stefan Metzmacher2008-05-076-1/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'd like to also provide futimes(), but it seems that some systems doesn't support a it at kernel level. If someone knows how to write a portable replacement for futimes() please tell me... metze (This used to be commit a9604fe4a323dccb537cf02ea7594437b4995803)
| * | | | | | | | | | | | | | | | | | | | | | | build: fix path to lex_compile.shStefan Metzmacher2008-05-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 6a1b7f56afa7475880f4eb5f0b669fd2b95a1d8f)
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-072-1/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit c21dd40bc73acafe6bd28cfd0de60f2a4b03853a)
| * | | | | | | | | | | | | | | | | | | | | | | torture: use dom_idx after determining it in samba3rpc.c:get_usr_handle()Michael Adam2008-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit 334d76c3559870bd9dc9ef55c9b1a7ce21ee9d4c)
| * | | | | | | | | | | | | | | | | | | | | | | libreplace: check how portable utimes() and futimes() areStefan Metzmacher2008-05-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 8798ce3c744025b94973784dcb44d099427ef190)
* | | | | | | | | | | | | | | | | | | | | | | | Cope with an empty mapping file in ad2oLschemaAndrew Bartlett2008-05-061-2/+2
|/ / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 5f36a605a9accfba1125bbae0e79bb14b936173c)
* | | | | | | | | | | | | | | | | | | | | | | Tiago Batista posted a patch to fix the build:Tiago Batista2008-05-063-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Trying to compile the latest git tree, I got some errors "auth/pam_error.h not found" errors, it looks like it moved to auth/ntlm/pam_errors.h. Andrew Bartlett (This used to be commit 95831a015ae076b52256961f771f50dd9b278e33)
* | | | | | | | | | | | | | | | | | | | | | | Fix the build after the auth/ -> auth/ntlm/ renameAndrew Bartlett2008-05-058-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I need to fix up the header inclusion, but this fixes things for now. Andrew Bartlett (This used to be commit 7c07edb24b31e7dc3e9b836ec4a6680ee2b04276)
* | | | | | | | | | | | | | | | | | | | | | | Move NTLM authentication details into auth/ntlmAndrew Bartlett2008-05-0518-82/+258
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should help clarify the role of the various files around here (done on Jelmer's request). Andrew Bartlett (This used to be commit efa399037511ced8978f2e7661a71aac7a384883)
* | | | | | | | | | | | | | | | | | | | | | | Add a new implementation of security=server.Andrew Bartlett2008-05-053-323/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not intended for general use, and will not be easily exposed (if I have anything to do with it), but should allow the CIFS proxy to re-use the connection. A work in progress. Andrew Bartlett (This used to be commit a1e60ebc6d1e794011df5f69f691f4ec8622e991)
* | | | | | | | | | | | | | | | | | | | | | | Allow an NTLM response to be specified into the auth subsystem.Andrew Bartlett2008-05-053-18/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows it to be proxied for NTLM pass-though authentication (aka security=server and associated man-in-the-middle attacks). Andrew Bartlett (This used to be commit 6ffabb38d03ad90d8731ab3e0eb692438db967ee)
* | | | | | | | | | | | | | | | | | | | | | | Reorder this function in the file, so it reads bottom-up.Andrew Bartlett2008-05-051-19/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The rest of this file reads bottom-up, but this function (connect_send_negprot()) was out of place. Andrew Bartlett (This used to be commit f0c95cd74fb6fea57cef89b59e5d2f10ea25c138)
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-05-0132-52/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 6bb4c1e6a38a842787177a399bf88f05015f5ec0)
| * | | | | | | | | | | | | | | | | | | | | | | Split up lcov target.Jelmer Vernooij2008-04-271-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 38f455e0054acc1fdaea267e03f8aad337309cf2)
| * | | | | | | | | | | | | | | | | | | | | | | Fix header locations.Jelmer Vernooij2008-04-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 4fc11bd97d6b65569742a7f1c695b7ecbc76919a)