summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add torture to everything..Jelmer Vernooij2003-04-161-1/+1
| | | | | | | | (This used to be commit 89048748ae8ef863c154c4f4c3254bcc1c9b77a0)
| * Don't build the torture progs in 'make all'Jelmer Vernooij2003-04-161-1/+1
| | | | | | | | (This used to be commit 44779546964bce605510af39feaee3ea436a7cfb)
| * Fix mem leak. Spotted by tpot (thanks Tim).Jeremy Allison2003-04-161-0/+1
| | | | | | | | | | Jeremy. (This used to be commit adeac265a05be90444d4651f36f2db2bd2f8e8e4)
| * Cause the winbind auth module to call the ntdomain module if winbind is notAndrew Bartlett2003-04-162-42/+65
| | | | | | | | | | | | | | | | | | | | running. This causes Samba not to contact the NT domain controller if Winbind is there, but the user had the wrong password. Andrew Bartlett (This used to be commit 119a1c276a05d0017f39cc0b7118f12a4f51886e)
| * Tested on Win2k, now I think I know what success/fail means in fdsess test.Jeremy Allison2003-04-151-0/+2
| | | | | | | | | | Jeremy. (This used to be commit dda94e37311d967e484fac15bac585e19dfc8a13)
* | Fixes for multi-PDU schannel - based on Volker's code. This code needsJeremy Allison2003-04-161-9/+36
| | | | | | | | | | | | | | tidying up. Samsync still doesn't work due to bad parsing of net_io_sam_alias_info with a blank description. Still working on this.... Jeremy. (This used to be commit 942fede9a57a9319cf67388004dd45fa8a045f41)
* | Move PAC decoding over from HEAD.Jim McDonough2003-04-163-1/+10
| | | | | | | | (This used to be commit b0fd4e5555dd93c584cd86eaac080663b9e4031f)
* | Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fixJeremy Allison2003-04-166-32/+51
| | | | | | | | | | | | multi-PDU encode/decode with SCHANNEL. Also need to test against WNT DC. Jeremy. (This used to be commit ff66d4097088409205b6bad5124a78ef9946010d)
* | Only declare backtrace variables when using themJelmer Vernooij2003-04-161-0/+2
| | | | | | | | (This used to be commit 429b373453a04fa6871324dd0a3ff8a203c519f8)
* | More merges from HEAD:Jelmer Vernooij2003-04-1613-496/+689
| | | | | | | | | | | | | | - Stephan Kulow's changes (fixing warnings in libsmbclient) - VFS modules - Seperating libs (This used to be commit 6e9b7802335428c88ecf4e44a0e2395ac58e96b5)
* | Check whether return status of poptGetNextOpt is -1, not EOFJelmer Vernooij2003-04-161-1/+1
| | | | | | | | (This used to be commit 1fefb776eec94efc7ea1b760dc4b80f61d61a158)
* | fixed the popt option handling in nmbd, so that -i now worksAndrew Tridgell2003-04-161-34/+37
| | | | | | | | (This used to be commit 2bb93421e665cdc0c4a2d8a539f76856e4d32249)
* | Merge valgrind header usage from HEAD.Andrew Bartlett2003-04-162-14/+17
| | | | | | | | (This used to be commit 5c978e39f2879d900a1bcad535b489f4cd440906)
* | Add support for the new modules system to lib/iconv.c (merge from HEAD)Jelmer Vernooij2003-04-163-162/+223
| | | | | | | | (This used to be commit 64a357017a897d1920c06fc19453470ee517470d)
* | Add make destination for librpc_echoJelmer Vernooij2003-04-161-0/+5
| | | | | | | | (This used to be commit 7ef7910004555997c194af6a069a81a89dcc3b53)
* | Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij2003-04-1613-113/+159
| | | | | | | | (This used to be commit c7a1de090db35835be1a1623bfc80c04065c5dd9)
* | Fix mem leak. Spotted by tpot (thanks Tim).Jeremy Allison2003-04-161-0/+1
| | | | | | | | | | Jeremy. (This used to be commit 03a1f46e3448913cc21ed89aafaa22818d4026d0)
* | merge in metze' smbcquotas patch from HEADGerald Carter2003-04-159-52/+88
| | | | | | | | (This used to be commit b6a77048886151435a4a5eeb9a04be44d397c504)
* | Change variable name to get this working on gcc 3.2 (Merge from HEAD)Jelmer Vernooij2003-04-152-38/+38
| | | | | | | | (This used to be commit d49113caef6057905f0f5233ea3085ca5722e742)
* | It's #ifdef CONFIG_H, not #if CONFI_HJelmer Vernooij2003-04-151-1/+1
| | | | | | | | (This used to be commit 0bc9e5e5d7977113f926e3334ccff330116da565)
* | Print out information about statically linked in modulesJelmer Vernooij2003-04-151-9/+3
| | | | | | | | (This used to be commit 9ef6f917f964e6b514fb95e4da75a57cbad6a233)
* | Use XML format instead of SGML format (merge from HEAD)Jelmer Vernooij2003-04-151-1/+1
| | | | | | | | (This used to be commit 858017b16f8e6f1efd8e7df5c0e2c7fd08091ae3)
* | use the new modules system for the rpc modules (backport from HEAD)Jelmer Vernooij2003-04-1510-163/+15
| | | | | | | | (This used to be commit aca7319e8d45eb604f28b8bd490413b08e2c98f2)
* | Use the new modules system for passdb (merge from HEAD)Jelmer Vernooij2003-04-1512-95/+136
| | | | | | | | (This used to be commit 1755d5f66221a910863cfc8a197f8d792e6b6e3d)
* | Add some more NT to unix error code mappings (from HEAD)Jelmer Vernooij2003-04-151-3/+92
| | | | | | | | (This used to be commit 62dac3d6ebc72bec24f3c0df4c8d8e37029473e2)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-04-152-0/+674
|\| | | | | | | used to be commit 35510176fd4feab6c1e3da2ee0ae791f9a064a2e)
| * Fix build of VFS modules statically (we used Makefile variables before ↵Jelmer Vernooij2003-04-151-6/+6
| | | | | | | | | | | | setting them) (This used to be commit 8df9ab2fcfc9f22fa6842e1128952e855fea6a7a)
| * Typo in comment.Tim Potter2003-04-151-1/+1
| | | | | | | | (This used to be commit 0a87d668a07b840c2e0ac9f6caad04e542422d40)
| * Add string message for WERR_SERVER_UNAVAILABLE.Tim Potter2003-04-151-0/+1
| | | | | | | | (This used to be commit 38efab087c86cab805c6b94c7455befaa9e94c5e)
| * Use picobjs when building python extensions. Spotted by Steve Langasek.Tim Potter2003-04-151-6/+12
| | | | | | | | (This used to be commit 53dcaf2271ad1b845ace9730d6c68db80bf9704e)
| * A struct must contain at least one declaration according to C99, butTim Potter2003-04-151-0/+1
| | | | | | | | | | | | gcc allows it to be empty. Should fix miscellaneous breakage on the compile farm. (This used to be commit b92d57f784fb43e420cf65b9392d175ad4483f28)
| * Also remove variable associated with lp_sam_backend() - it's deadJelmer Vernooij2003-04-141-1/+0
| | | | | | | | (This used to be commit 540bb996766fc11fe0f26b708d49c2e46d2abbdd)
| * Fix typosJelmer Vernooij2003-04-141-2/+2
| | | | | | | | (This used to be commit 7bd80376cc6aa70996a61882e1376cb6a0679836)
| * Rebalance parentheses in cliquota.c when LARGE_SMB_OFF_T is false.Paul Green2003-04-141-5/+5
| | | | | | | | (This used to be commit bd69cbce93054548b6d1e3bac89032ff4f693423)
| * Try and create a file with different vuid, same cnum. Not yet sureJeremy Allison2003-04-141-0/+13
| | | | | | | | | | | | | | if this should succeed, so just print result until we test against Win2003. Jeremy. (This used to be commit 57682f32b1bb186ab356494fcc4fdabd1d1721e6)
| * Fix _smb_setlen to be non {} safe.Jeremy Allison2003-04-141-2/+2
| | | | | | | | | | Jeremy. (This used to be commit 7cb060e821691abf5d58d273cb523ee310656185)
| * Change ADS CHOSTPASS to ADS CHANGETRUSTPW and add aJelmer Vernooij2003-04-143-6/+20
| | | | | | | | | | | | general CHANGETRUSTPW that calls ADS CHANGETRUSTPW or RPC CHANGETRUSTPW depending on what we have. (This used to be commit 17d27db5c9d3511444fc2770d4452647284e8014)
| * Get rid of 'sam backend' and --with-samJelmer Vernooij2003-04-142-21/+1
| | | | | | | | (This used to be commit c95a4a5aeb53cc401a7b43633f2a8cc006b1fd00)
| * Make a libbigballofmud.so.0 link, so that the linker can find theMartin Pool2003-04-141-0/+2
| | | | | | | | | | | | | | | | | | library to build the test cases. Previously the link had to be created by hand. Doing this manually is incredibly kludgy and not very portable, but I don't know a better way without introducing l*bt**l. (This used to be commit 8fbe456ee34af163dddb1e6e4816ff7be4ca48f1)
| * Build and run the lib/snprintf.c test cases from "make check".Martin Pool2003-04-144-3/+45
| | | | | | | | (This used to be commit 95ff914d8263028711f36ccc2f6cd1127aaa7809)
| * Fix broken regexp in cvsignore for *.po{,32} files.Tim Potter2003-04-142-4/+4
| | | | | | | | (This used to be commit b8dc14d1f90564558e438694b35b073291d5ce9e)
| * Ignore check programs.Tim Potter2003-04-141-1/+2
| | | | | | | | (This used to be commit 372b023cd2e73f77de34029230c11a15ccb7d178)
| * Add rules to build bin/t_snprintf, which exposes the snprintf test code.Martin Pool2003-04-141-0/+3
| | | | | | | | (This used to be commit 7805641d6eafd00c8979e068b5820f6671f4de37)
| * Remove unused variables.Tim Potter2003-04-141-3/+0
| | | | | | | | (This used to be commit 26901af91eaa119df0e1192be95b514ecf26c6a6)
| * Removed unused variable.Tim Potter2003-04-142-3/+0
| | | | | | | | (This used to be commit 117cc35dd0adc6fd5238a440e299d012bfd8e542)
| * Remove SAFE_FREE() definition, which is not needed in this file.Martin Pool2003-04-141-13/+18
| | | | | | | | | | | | | | | | In TEST_SNPRINTF mode, always compile all the functions in this file even if they're normally available on this system. Fix typo in comment. (This used to be commit 95f4b5828862155407069fc4dc1b879b45588ded)
| * decode_pac_data() needs a talloc ctx as an argument.Tim Potter2003-04-141-1/+1
| | | | | | | | (This used to be commit eeeae14fed62ad9d15f2c5a8fa9357da4bb7b3a1)
| * Add PAC_DATA as valid return type for make proto.Tim Potter2003-04-141-1/+1
| | | | | | | | (This used to be commit dc95726cbe5e3408f843f8d51ee8536f0fd6c458)
| * Removed unused variables.Tim Potter2003-04-141-2/+0
| | | | | | | | (This used to be commit 27a608d6a337e772dce114d73e45f6d0bf3148b4)
| * Fixed incorrect argument to debug.Tim Potter2003-04-141-1/+1
| | | | | | | | (This used to be commit a4704754d912e1f704f574b733257bbcb3976141)